【单选题】【消耗次数:1】
He promised continued ( ) to promptly solving the many problems facing our country.
dedicate
dedication
dedicated
dedicating
参考答案:
复制
纠错
相关题目
【单选题】 Our country is trying to _____ the serious problems created by the environment al pollution.
①  comply with
②  cope with
③  cope to
④  comply to
【单选题】 The manager promised to keep me ____ of how our business was going on.
①  to be informed
②  on informing
③  informed
④  informing
【单选题】 The manager promised to keep me _____ of how our business was going on.
①  to be informed
②  on informing
③  informed
④  informing
【单选题】 16. He was put into prison, but he never _____ ,and continued his fight.
①  gave up
②  gave in
③  stopped
④  gave way
【判断题】 Last week he promised that he would come today, but he hasnt arrived yet.
①  正确
②  错误
【多选题】 He has____________________ problems.
①  some
②  plenty of
③  lots of
④  a lot of
【单选题】 Abraham Lincoln was raised to farm work, ____ he continued until he was twenty-two.
①  since
②  as
③  which
④  that
【单选题】 When we drove to the country, we saw many _____.
①  herds of cattles
②  herds of catt
③  herd of cattle
④  herd of cattles
【单选题】 He argued that it is the youths duty to find the problems in the society [] solve the problems in the society.
①  or
②  and
③  but
④  so
【单选题】 JTL Company will ________ our business of bicycle sales in the country.
①  set out
②  put up
③  call for
④  take over
随机题目
【单选题】 在对n个元素进行快速排序的过程中,最好情况下需要进行( )趟。
①  n
②  n/2
③  log2(n)
④  2n
【单选题】 若对n个元素进行直接插入排序,则进行任一趟排序的过程中,为寻找插入位置而需要的时间复杂度为( )。
①  O(1)
②  O(n)
③  O(n的平方)
④  O(log2(n))
【单选题】 若一个元素序列基本有序,则选用( )方法较快。
①  直接插入排序
②  简单选择排序
③  堆排序
④  快速排序
【单选题】 设语句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)
【单选题】 数据结构中,与所使用的计算机无关的是数据的( )结构。
①  存储
②  物理
③  逻辑
④  物理和存储
【单选题】 数据结构中,与所使用的计算机无关的是数据的 ( )结构。
①  存储
②  物理
③  逻辑
④  物理和存储