After hearing the news, I could not ____________ my work that whole afternoon.A.concentrate inB.set minds toC.set my mind onD.set my mind at

题目
After hearing the news, I could not ____________ my work that whole afternoon.

A.concentrate in

B.set minds to

C.set my mind on

D.set my mind at


相似考题
更多“After hearing the news, I could not ____________ my work that whole afternoon. ”相关问题
  • 第1题:

    I ()have been here, but I()not find the time.

    A. could; could

    B. might; could

    C. should; could

    D. should; would


    参考答案:C

  • 第2题:

    By Saturday, I _______ here for three weeks.

    A:will be working

    B:will have worked

    C:will work

    D:work


    正确答案:B 

  • 第3题:

    在HTML文件中,( )标记在页面中显示work为斜体字。

    A.<pre>work</pre>
    B.<u>work</u>
    C.<i>work</i>
    D.<b>work</b>

    答案:C
    解析:
    本题考查HTML的基础知识。
    在HTML中,<u></u>标记定义在页面中显示文字为带下划线样式,<i></i>标记定义在页面中显示文字为斜体字样式,<b></b>标记定义在页面中显示文字为加粗样式。<pre></pre>标记的作用是可定义预格式化的文本。被包围在pre标记中的文本通常会保留空格和换行符,而文本也会呈现为等宽字体。

  • 第4题:

    I' m a deputy manager. I()an IT company.

    A. work for

    B. work about

    C. work


    参考答案:A

  • 第5题:

    执行下列程序,显示的结果是【 】。

    ne="WORK"

    two=""

    a=LEN(one)

    i=a

    DO WHILE i>=l

    two=two+SUBSTR(one,i, 1)

    i=i-1

    ENDDO

    ?two


    正确答案:KROW
    KROW 解析:DO WHILE—ENDDO语句格式:
    DO WHILE条件>
    语句序列1>
    [LOOP]
    语句序列2>
    [EXIT]
    语句序列3>
    ENDDO
    执行该语句时,先判断DO WHILE处的循环条件是否成立,如果条件为真,则执行DO WHILE与ENDDO之间的命令序列(循环体)。当执行到ENDDO时,返回到DO WHILE,再次判断循环条件是否为真,以确定是否再次执行循环体。若条件为假,则结束该循环语句,执行ENDDO后面的语句。
    而常用函数中:LEN(字符表达式):返回一个字符串的长度,返回值是数值型。
    SUBSTR(字符表达式,起点位置[,长度]):在一个字符串中,从指定位置起返回给定长度的子串,返回值是字符型。

  • 第6题:

    I__________have been there,but I__________not find the time.

    A.should;would
    B.should;could
    C.might;could
    D.could;could

    答案:B
    解析:
    考查情态动词的用法。句意为:“我本应该去那里,但我没时间。”should have done表示“过去本应做的事而实际上并没有做”,常含有责备、遗憾的语气。