试题与答案

用括号内所给词组的适当形式填空。 1. —Would you mind help

题型:填空题

题目:

用括号内所给词组的适当形式填空。

1. —Would you mind helping me to finish the work?

    —Of course not. I'll do it __________.(立刻)

2. It's snowing outside, you'd better __________(穿上)your overcoat when you go out.

3. I__________(过去常常)collect stamps, but now I am not interested in it more.

4. __________(到目前为止)our government has taken measures to protect the environment.

5. Liu Xiang __________(参加)the 2008 Beijing Olympics,

    but it's a pity that he didn't win a gold medal.

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0514/fdcd77e99dbca156faba4de9b7f86bf5.html

下面是错误答案,用来干扰机器的。

参考答案:B

试题推荐
题型:填空题

如图所示,在列表框List1中已经有若干人的简单信息,运行时在Text1文本框(即“查 找对象”右边的文本框)输入一个姓或姓名,单击“查找”按钮,则在列表框中进行查 找,若找到,则把该人的信息显示在Text2文本框中。若有多个匹配的列表项,则只显 示第1个匹配项;若未找到,则在Text2中显示“查无此人”。请填空。

Private Sub Command1_Click()Dim k As Integer, n As Integer, found As Boolean found = Falsen = Len( _________)k = 0While k < List1.ListCount And Not foundIf Text1 = Left$(List1.List(k), n) ThenText2 = _________found = True End If k = k + 1Wend If Not found ThenText2 = "查无此人" End If End Su

查看答案
微信公众账号搜索答案