【判断题】【消耗次数:1】
A: Just wait a moment. Im coming soon. B: Take it easy.
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 A: Im a little nervous now. B: Take it easy.
①  正确
②  错误
【判断题】 A: Im afraid of speaking in public. B: Take it easy.
①  正确
②  错误
【单选题】 Take ____ easy. The roads are icy.
①  it
②  them
③  us
④  you
【单选题】 A: Robbie, well go fishing soon, and well take your dad with us. B: Im ready, Grandpa. [填空].
①  Enjoy yourselves
②  You name the day
③  You cant miss it
④  Take your time
【单选题】 A new museum _______in the countryside at the moment.
①  has been built
②  is built
③  is being built
【判断题】 A: Why not join us in buying Susan gift? B: Ok! Im coming!
①  正确
②  错误
【判断题】 A: Its nothing serious, doctor? B: Yes, you’ll be all right soon.
①  正确
②  错误
【单选题】 A candidate for the democratic presidential nomination ______ at this moment.
①  is interviewing
②  being interviewed D. Interviewing
③  is being interviewed
④  Interviewing
【单选题】 A candidate for the democratic presidential nomination ______ at this moment.
①  is interviewed
②  being interviewed
③  is being interviewed
④  interviewing
【单选题】 Your proposal () by the committee soon.
①  is discussed
②  has been discussed
③  is going to be discussed
④  will have been discussed
随机题目
【判断题】 设有一个长度为25的顺序表,第8号元素到第25号元素依次存放的值为8,9,10,11,…25, 某人想要在第8个元素前插入1个元素7(也就是插入元素作为新表的第8个元素),他的做法是从第8号元素开始,直到第25号元素依次向后移动1个位置,然后把7存放在8号位置,其结果是新表中第25号元素的值为8。
①  正确
②  错误
【判断题】 数据的物理结构包括数据元素的表示和关系的表示。
①  正确
②  错误
【判断题】 有一个长度为10的有序表,按折半查找对该表进行查找,在等概率情况下查找成功的平均比较次数为29/10。
①  正确
②  错误
【判断题】 设链表中的结点是NODE类型的结构体变量,且有NODE *p;为了申请一个新结点,并由p指向该结点,可用以下语句p=(*NODE)malloc(sizeof(NODE));
①  正确
②  错误
【判断题】 在双向链表中,要在p所指的结后插入q所指的结点(设q所指的结点已赋值),其中所用的一条语句(p-next)-prior=q; 的功能是使P所指结点的直接前驱的左指针指向q 。
①  正确
②  错误
【判断题】 线性结构中数据元素的位置之间存在一对一的关系。
①  正确
②  错误
【判断题】 设顺序存储的线性长度为n,要在第i个元素之前插入一个新元素,按课本的算法当i= 1时,移动元素次数为2.
①  正确
②  错误
【判断题】 表中可以随机访问的是顺序表
①  正确
②  错误
【判断题】 采用顺序查找法对长度为n的线性表进行查找(不采用表尾设监视哨的方法),最坏的情况下要进行n次元素间的比较。
①  正确
②  错误
【判断题】 设有一个长度为n的顺序表,要删除第i个元素需移动元素的个数为n-i。
①  正确
②  错误