【单选题】【消耗次数:1】
What do think of the industrial park _______ we visited last month?
of which
which
where
参考答案:
复制
纠错
相关题目
【单选题】 What do think of the industrial park [填空] we visited last month?
①  of which
②  which
③  where
【单选题】 12.Among these articles, which do you think are most ______ to interest our students?
①  competent
②  likely
③  awkward
④  unexpected
【单选题】 We have a single room , double room and ( ). which kind do you prefer?
①  suite
②  suit
③  suits
④  suites
【单选题】 -Which job do you think I should take the counter’s job or the waiter’s job?-____.
①  That’s all right
②  It’s your own matter
③  It’s up to you
④  It’s none of your business
【单选题】 The last time we had great fun was [] we were visiting the Water Park.
①  where
②  how
③  when
④  why
【单选题】 What do you think _____solve the problem ?
①  you can do
②  can you do
③  you can do to
④  can you do to
【判断题】 A: What do you think of these skirts? B: I think nothing.
①  正确
②  错误
【单选题】 Is this factory ______you visited last week?
①  that
②  where
③  the one
④  in which
【单选题】 Which of the following do not belong to minimal pair?
①  Will well
②  Till tell
③  Fill fell
④  Well well.
【单选题】 The bridge which ________ last year looks really beautiful.
①  was built
②  built
③  was set up
④  had been built
随机题目
【单选题】 从具有n个结点的二叉排序树中查找一个元素时,在最坏情况下的时间复杂度为( )。
①  O(n)
②  O(1)
③  O(log2(n))
④  O(n的平方)
【单选题】 对具有n个元素的有序表采用折半查找,则算法的时间复杂度为( )。
①  O(n)
②  O(n的平方)
③  O(1)
④  O(log2(n))
【单选题】 对下列四个序列进行快速排序,各以第一个元素为基准进行第一次划分,则在该次划分过程中需要移动元素次数最多的序列为( )。
①  1, 3, 5, 7, 9
②  9, 7, 5, 3, 1
③  5, 3, 1, 7, 9
④  5, 7, 9, 1, 3
【单选题】 若根据查找表建立长度为m的哈希表,采用线性探测法处理冲突,假定对一个元素第一次计算的哈希地址为d,则下一次的哈希地址为( )。
①  d
②  d+1
③  (d+1)/m
④  (d+1)%m
【单选题】 从具有n个结点的二叉排序树中查找一个元素时,在平均情况下的时间复杂度大致为( )。
①  O(n)
②  O(1)
③  O(log2(n))
④  O(n的平方)
【单选题】 在对n个元素进行堆排序的过程中,空间复杂度为( )。
①  O(1)
②  O(log2(n))
③  O(n的平方)
④  O(nlog2(n))
【单选题】 假定对元素序列(7, 3, 5, 9, 1, 12, 8, 15)进行快速排序,则进行第一次划分后,得到的左区间中元素的个数为( )。
①  2
②  3
③  4
④  5
【单选题】 非线性结构是数据元素之间存在一种( )。
①  一对多关系
②  多对多关系
③  多对一关系
④  一对一关系
【单选题】 计算机算法必须具备输入、输出和( )等5个特性。
①  可行性、可移植性和可扩充性
②  可行性、确定性和有穷性
③  确定性、有穷性和稳定性
④  易读性、稳定性和安全性
【单选题】 对于长度为18的顺序存储的有序表,若采用折半查找,则查找第15个元素的比较次数为( )。
①  3
②  4
③  5
④  6