【单选题】【消耗次数:1】
Thewildflowerslookedlikeasoftorangeblanket______thedesert.
covering
covered
cover
tocover
参考答案:
复制
纠错
相关题目
【单选题】 Please write a report()the above subjects are to be covered.
①  which
②  in which
③  that
④  in that
【单选题】 The cover of the book _______ comfortable. It’s made of silk.
①  tastes
②  feels
③  looks
④  sounds
【单选题】 ____ from space, our earth, with water covering 70% of its surface, appears as a “blue planet”.
①  Seeing
②  To be seen
③  Seen
④  Having seen
【单选题】 ____ of whether you are ill or not, I want you to cover the story of today’s conference on the environment.
①  Regardless
②  Despite
③  Even
④  Considering
【单选题】 — The water changes into thick ice covering rivers and lakes in winter in Harbin. —_____ in Urumqi and children go skating on it then.
①  So is it
②  So it does
③  So it is
④  So does it
【单选题】 Quizzes are part of the lecture program to keep students engaged and keep them _________, for students to be able to check that they understood what was covered.
①  thinking
②  think a lot
③  to think
④  thought
【单选题】 I found the book you recommended in the library, ______ is missing.
①  the front cover of which
②  the front cover of that
③  that front cover
④  of what front cover
【单选题】 6. Our discussion ____ a wide range of subjects.
①  conveyed
②  concluded
③  covered
④  filled
【单选题】 The postage rate was high in the past, because post offices had to send many people to_________ the postage.
①  cover
②  carry
③  clean
④  collect
【单选题】 undoing
①  showing
②  aziness
③  cover
④  destruction
随机题目
【单选题】 元素a,b,c,d按顺序依次进栈,则该栈的输出序列有可能是( )(进栈出栈可以交替进行)。
①  A.c,a,b,d和 d,b,a,c
②  B.d,b,c,a和 c,a,d,b
③  C.a,c,b,d 和c,b,d,a
④  D.d,c,a,b 和 a,c,b,d
【单选题】 串与普通的线性表相比较,它的特殊性体现在( )。
①  A.顺序的存储结构
②  B.链接的存储结构
③  C.数据元素是一个字符
④  D.数据元素可以任意
【单选题】 字符串a1=〝BEIJING〞, a2 =〝BEI〞 , a3= 〝BEFANG〞 a4=“BEFI〞中最大的是( )。
①  A. a1
②  B. a2
③  C. a3
④  D. a4
【单选题】 程序段char a[ ]=“English”; char *p=a; int n=0;while( *p!=‘\0’){ n++; P++;}结果中,P指向( )。
①  A. 字符h
②  B.a
③  C. 字符串的结束符
④  D.7
【单选题】 在一个栈顶指针为top的链栈中删除一个结点时,用 x保存被删结点的值,则执行( )。
①  A.x=top;top=top
②  -B.x=top
③  -C.top=top-x=top
④  -D.x=top- top=top-
【单选题】 以下程序段的结果是 c的值为( )。char * a[5]={“12378”, “1237”, “1236789”, “1237”, “123708”}; int i,c=0; for(i=0;i5:i++) if(StrCmp(a[i], “1237”)==0)c++;
①  A.2,
②  B.5
③  C.0
④  D.1237
【判断题】 串函数StrCmp(“abA”,”aba”)的值为1。
①  正确
②  错误
【判断题】 设有一个10阶的对称矩阵A,采用压缩存储方式将其下三角部分以行序为主序存储到一维数组b中。(矩阵A的第一个元素为a1,1,数组b的下标从1开始),则矩阵元素a5,3对应一维数组b的数组元素是b[8]。
①  正确
②  错误
【单选题】 广义表((a))的表尾是( )。
①  A.a
②  B.(a)
③  C.0
④  D.((a))
【单选题】 一个顺序存储线性表的第一个元素的存储地址是90,每个元素的长度是2,则第6个元素的存储地址是( )。
①  A.98
②  B.100
③  C.102
④  D.106