【单选题】【消耗次数:1】
The workers are busy ____models for the exhibition.
to make
with making
being making
making
参考答案:
复制
纠错
相关题目
【单选题】 What are not good rules to follow for making instructions effective?
①  Use simple instructions and make them suit the comprehension level of the students
②  Use the mother tongue only when it is necessary
③  Use body language to assist understanding
④  Not model the task or activity before letting students move into groups or pairs .
【单选题】 The airplane?[填空] is taking off?is?making a lot of noise.
①  what
②  which
③  who
④  those
【单选题】 My teachers words ( ) me a lot in my decision making.
①  assured
②  accomplished
③  confronte
④  influenced
【单选题】 I hope you are making ________ for continuous education in your life.
①  room
②  vacancy
③  place
④  like
【单选题】 ___ is reported in the newspaper, talks between the two countries are making progress.
①  It
②  As
③  That
④  What
【单选题】 As pioneers, ( ) from around the globe are making deep-space journeys.
①  astronauts
②  astronomers
③  astrophysicist
④  astrologers
【单选题】 James plans to __________ offers from other companies before making a decision.
①  explode
②  expand
③  expose
④  explore
【单选题】 I have made _______ dumplings. Now Im making the _______ one.
①  twenty; twentieth-first
②  twenty; twenty-first
③  twentieth; twenty-first
④  twenty; twenty-one
【单选题】 I eagerly answered all the questions, never ____ much about making mistakes.
①  worry
②  worried
③  worries
④  worrying
【单选题】 The comedian left behind an impressive andbody of work, making himself a cultural icon.
①  timeless
②  tasteless
③  tireless
④  thoughtless
随机题目
【单选题】 树最适合用来表示()。
①  有序数据元素
②  无序数据元素
③  元素之间具有分支层次关系的数据
④  元素之间无联系的数据
【单选题】 设无向图G中有n个顶点,则该无向图的最小生成树上有()条边。
①  n
②  n-1
③  2n
④  2n-1
【单选题】 设某链表中最常用的操作是在链表的尾部插入或删除元素,则选用下列()存储方式最节省运算时间。
①  单向链表
②  单向循环链表
③  双向链表
④  双向循环链表
【单选题】 设某二叉树中度数为0的结点数为N0,度数为1的结点数为Nl,度数为2的结点数为N2,则下列等式成立的是()。
①  N0=N1+1
②  N0=Nl+N2
③  N0=N2+1
④  N0=2N1+l
【单选题】 设某无向图中有n个顶点e条边,则该无向图中所有顶点的入度之和为()。
①  n
②  e
③  2n
④  2e
【单选题】 设一棵m叉树中度数为0的结点数为N0,度数为1的结点数为Nl,……,度数为m的结点数为Nm,则N0=()。
①  Nl+N2+……+Nm
②  l+N2+2N3+3N4+……+(m-1)Nm
③  N2+2N3+3N4+……+(m-1)Nm
④  2Nl+3N2+……+(m+1)Nm
【单选题】 一个非空广义表的表头
①  一定是子表
②  一定是原子
③  不能是子表
④  可以是原子,也可以是子表
【单选题】 下列说法中错误的是
①  串是一种特殊的线性表
②  串中不能没有字符
③  串中可以有字母
④  串长大于或等于0
【单选题】 设一个栈的输入序列为A,B,C,D,则借助一个栈所得到的输出序列不可能是()。
①  A,B,C,D
②  A,C,D,B
③  D,C,B,A
④  D,A,B,C
【单选题】 把长度为m的单链表接在长度为n的单链表之后的算法的时间复杂度为
①  O(m)
②  O(n)
③  O(m+n)
④  O(1)