【单选题】【消耗次数:1】
Im really looking forward to _____from you.
hear
hearing
hears
to hear
参考答案:
复制
纠错
相关题目
【单选题】 I have been looking forward to ____ from my parents.
①  :hear
②  :being heard
③  :be heard
④  :hearing
【单选题】 We can hear ____ from the back of the room.
①  just as good
②  just as easy
③  just as well
④  easily as well
【单选题】 Im looking forward as much to her return as she herself to ______ me.
①  have seen
②  seeing
③  meet
④  be met
【单选题】 7. It is so quiet that you can hear a pin ______.
①  dropping
②  . dropped
③  drop
④  drops
【单选题】 Thank you for your time. I’m looking forward to ______.
①  you reply
②  your reply
③  you answer
④  you to answer
【判断题】 I’m looking forward to meet you soon.
①  正确
②  错误
【单选题】 21.Did you hear_____ noise just now?
①  the
②  a
③  /
④  one
【单选题】 15.Let me know if you hear any _____ news.
①  farther
②  further
③  far
④  . the further
【单选题】 —Im looking for a flat.—Would you like _____ with _____ garden?
①  the
②  a
③  a
④  one; the
【单选题】 ---I hear Faulen has taken up his business in London. ---Really? He has no business _________ and I’m sure he’ll fail.
①  feeling
②  idea
③  sense
④  opinion
随机题目
【单选题】 设语句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
【单选题】 在对n个元素进行直接插入排序的过程中,算法的空间复杂度为( )。
①  O(1)
②  O(log2(n))
③  O(n的平方)
④  O(nlog2(n))