【判断题】【消耗次数:1】
A: Im afraid of speaking in public. B: Take it easy.
正确
错误
参考答案:
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang

相关题目
【判断题】 A: Im a little nervous now. B: Take it easy.
①  正确
②  错误
【判断题】 A: Just wait a moment. Im coming soon. B: Take it easy.
①  正确
②  错误
【单选题】 I am not used to speaking ________ public.
①  in
②  at
③  on
④  to
【单选题】 Take ____ easy. The roads are icy.
①  it
②  them
③  us
④  you
【判断题】 A: This is Frank speaking. I would like to speak with Mr. Wang, please. B: Im afraid youve dialed the wrong number.
①  正确
②  错误
【判断题】 A: Is Mary very sick? B: Im afraid so.
①  正确
②  错误
【判断题】 A: Your father has such a bad temper. Are you afraid of him? B: No. Im afraid not.
①  正确
②  错误
【判断题】 A: Hello, May I talke to Mr. Thomas? B: Im afraid not.
①  正确
②  错误
【判断题】 A: Im afraid I am not qualified for the assigned work. B: Cheer up! Im sure youre the best.
①  正确
②  错误
【单选题】 A notice is a written or printed [] displayed in public.
①  note
②  warning
③  announcement
随机题目
【单选题】 输入序列为ABC,可以变为CBA时,经过的栈操作为( )。
①  push,pop,push,pop,push,pop
②  push,push,push,pop,pop,pop
③  push,push,pop,pop,push,pop
④  push,pop,push,push,pop,pop
【单选题】 若已知一个栈的入栈序列是1,2,3,…,n,其输出序列为p1,p2,p3,…,pn,若pn是n,则pi是( )。
①  i
②  n-i
③  n-i+1
④  不确定
【单选题】 在一棵三叉树中度为3的结点数为2个,度为2的结点数为1个,度为1的结点数为2个,则度为0的结点数为()个。
①  4
②  5
③  6
④  7
【单选题】 在下面的排序方法中,辅助空间为O(n)的是( )。
①  希尔排序
②  堆排序
③  选择排序
④  归并排序
【单选题】 下列数据中,()是非线性数据结构。
① 
②  队列
③  完全二叉树
④ 
【单选题】 若一棵二叉树具有10个度为2的结点,5个度为1的结点,则度为0的结点个数是( )。
①  9
②  11
③  15
④  不确定
【单选题】 设F是一个森林,B是由F变换得的二叉树。若F中有n个非终端结点,则B中右指针域为空的结点有( )。
①  n-1
②  n
③  n+1
④  n+2
【单选题】 对于一个头指针为head的带头结点的单链表,判定该表为空表的条件是()。
①  head==NULL
②  head-next==NULL
③  head-next==head
④  head-next=head
【单选题】 某线性表中最常用的操作是在最后一个元素之后插入一个元素和删除第一个元素,则采用()存储方式最节省运算时间。
①  单链表
②  仅有头指针的单循环链表
③  双链表
④  仅有尾指针的单循环链表
【单选题】 下列排序算法中,其中( )是稳定的。
①  堆排序,冒泡排序
②  快速排序,堆排序
③  直接选择排序,归并排序
④  归并排序,冒泡排序