【单选题】【消耗次数:1】
The head of the museum was _____and let us actually examine the ancient manuscripts.
promising
agreeing
pleasing
obliging
参考答案:
复制
纠错
相关题目
【单选题】 Let us have a break, [填空]?
①  will you
②  shall we
③  shant we
④  wont we
【单选题】 Please send us a list of your ( ) and let us know if you are prepared to allow discount for a block booking.
①  price
②  quotatio
③  rate
④  tariffs
【单选题】 6.It was very ______ of you to let us know you were going to be late.
①  considering
②  considerate
③  considerable
④  considered
【单选题】 The Bakers arrived last night. If they’d only let us know earlier,______at the airport.
①  we’d meet them
②  we’ll meet them
③  we’d have met them
④  we’ve met them
【判断题】 A: You look tired. Let us have a rest, will you? B: I agree with you.
①  正确
②  错误
【单选题】 The ( )situation for this country is promising.
①  overall
②  wholly
③  completely
④  maximal
【单选题】 “The Sad Young Men” actually refers to _________.
①  the lost generation
②  the angry young men
③  Beat generation
④  the war profiteers
【单选题】 ( ) to the museum is free.
①  Entry
②  Engagement
③  Exit
④  Excel
【判断题】 The “lost generation” was actually never lost.
①  正确
②  错误
【单选题】 It wasnt actually ______ expensive as you think.
①  those
②  these
③  that
④  this
随机题目
【单选题】 排序算法中,从尚未排序序列中依次取出元素与已排序序列(初始为空)中的元素进行比较(要求比较次数尽量少),然后将其放入已排序序列的正确位置的方法是( )。
①  A.折半插入排序
②  B.直接插入排序
③  C.归并排序
④  D.选择排序
【单选题】 采用顺序查找方法查找长度为n的线性表时,每个元素的平均查找长度为( )。
①  A.n
②  B.n/2
③  C.(n+1)/2
④  D.(n-1)/2
【单选题】 若待排序序列在排序前已按关键字递增排列,则采用( )方法比较次数最多。
①  A.直接插入排序
②  B.归并排序
③  C.归并排序
④  D.直接选择排序
【单选题】 一组记录的关键字序列为(32,65,42,24,26,80),利用快速排序,以第一个关键字为分割元素,经过一次划分后结果为( )。
①  A.26,24,32,42,65,80
②  B.24,26,32,42,65,80
③  C.26,24,32,65,42,80
④  D.26,24,32,80,42,65
【单选题】 如果要求一个线性表既能较快地查找,又能动态适应变化要求,可以采用( )查找方法。
①  A.顺序
②  B.分块
③  C.折半
④  D.散列
【单选题】 有一个长度为11的有序表,按折半查找对该表进行查找,在等概率情况下查找成功的平均比较次数为( )。
①  A.29/11
②  B.33/11
③  C.26/11
④  D.30/11
【单选题】 线性表以( )方式存储,能进行折半查找。
①  A.关键字有序的
②  B.关键字有序的顺序
③  C.链接
④  D.顺序
【单选题】 一组记录的关键字序列为(22,55,32,14,16,60),利用快速排序,以第一个关键字为分割元素,经过一次划分后结果为( )。
①  A.16,14,22,55,32,60
②  B.16,14,22,32,55,60
③  C.16,14,22,60,32,55
④  D.14,16,22,32,55,60
【单选题】 一组记录的关键字序列为(42,37,62,40,32,92),利用快速排序算法,以第一个关键字为分割元素,算法经过一次划分后结果为( )。
①  A.32,37,40,42,62,92
②  B.37,32,40,42,62,92
③  C.32,40,37,42,62,92
④  D.32,37,42,40,62,92
【单选题】 下述几种排序方法中,要求内存量最大的是( )。
①  A.插入排序
②  B.选择排序
③  C.快速排序
④  D.归并排序