【单选题】【消耗次数:1】
17. ______ that the South African writer John Coetzee won the Nobel Prize in Literature for 2003.
Theyrereported
Hesreported
Werereported
Itsreported
参考答案:
复制
纠错
相关题目
【单选题】 The Swedish Academy announces that it will ?not hand out the Nobel Prize in Literature this year in view of the reduced ?public confidence. It ______ to award double prizes next year.
①  planned?
②  will plan
③  plans
④  is planning
【单选题】 Einstein won the Nobel Prize in 1921 and enjoyed great fame in Germany until the rise of Nazism _____he was expelled from Germany because he was a Jew.
①  when
②  who
③  then
④  for him to
【单选题】 28.---Jane won the first prize in the concert. ---______.
①  Soshedid
②  Sodidshe
③  Soshedid,too
④  Sodidshe,too
【单选题】 The news came _____ we won the first prize in the competition.
①  that
②  which
③  whether
④  how
【单选题】 The news came _____ we won the first prize in the competition.
①  that
②  which
③  whether
④  how
【单选题】 Tom won the first prize of oral English contest, which is beyond his ______.
①  reputation
②  contribution
③  expectation
【单选题】 Congratulations! You won the first prize in today’s speech contest.
①  Yes, I beat the others
②  No, no, I didn’t do it well
③  Thank you
④  Dont mention it.
【单选题】 A: Congratulations!You won the first prize in the English speech contest. B: [填空].
①  Yes, I beat the others
②  Thank you
③  No, no, I didnt do it well
④  Its a pleasure
【单选题】 17.“劳动创造了美”语出?
①  马克思《1844年经济学哲学手稿》
②  恩格斯《劳动在从猿到人转变过程中的作用》
③  普列汉诺夫《艺术论》
④  鲁迅《门外文谈》
【单选题】 17. Hurry up, _______ you will miss the train.
①  and
②  so
③  however
④  or
随机题目
【单选题】 若一个元素序列基本有序,则选用( )方法较快。
①  直接插入排序
②  简单选择排序
③  堆排序
④  快速排序
【单选题】 设语句x++的时间是单位时间,则以下语句的时间复杂度为( )。 for(i=1; i<=n; i++) for(j=i; j<=n; j++) x++;
①  O(1)
②  O(n的平方)
③  O(n)
④  O(n的立方)
【单选题】 在对n个元素进行冒泡排序的过程中,至少需要( )趟完成。
①  1
②  n
③  n-1
④  n/2
【单选题】 计算机算法指的是( )。
①  计算方法
②  排序方法
③  解决问题的有限运算序列
④  调度方法
【单选题】 在对n个元素进行快速排序的过程中,平均情况下的空间复杂度为( )。
①  O(1)
②  O(log2(n))
③  O(n的平方)
④  O(nlog2(n))
【单选题】 在对n个元素进行冒泡排序的过程中,最好情况下的时间复杂度为( )。
①  O(1)
②  O(log2(n))
③  O(n的平方)
④  O(n)
【单选题】 数据结构中,与所使用的计算机无关的是数据的( )结构。
①  存储
②  物理
③  逻辑
④  物理和存储
【单选题】 数据结构中,与所使用的计算机无关的是数据的 ( )结构。
①  存储
②  物理
③  逻辑
④  物理和存储
【单选题】 在对n个元素进行快速排序的过程中,第一次划分最多需要移动( )次元素,包括开始把支点元素移动到临时变量的一次在内。
①  n/2
②  n-1
③  n
④  n+1
【单选题】 在对n个元素进行快速排序的过程中,若每次划分得到的左、右两个子区间中元素的个数相等或只差一个,则整个排序过程得到的含两个或两个元素的区间个数大致为( )。
①  n
②  n/2
③  log2(n)
④  2n