【判断题】【消耗次数:1】
A: What time is it? B: Sorry, I dont have a watch with me.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 I am very grateful to you for what you’ve given me and __________ you have done for me.
①  which
②  that
③  all what
④  all that
【判断题】 A: Excuse me, have you got the time? B: Yes, I have.
①  正确
②  错误
【单选题】 What a bad memory I’ve got! I even forgot ______ the book with me.
①  took
②  taking
③  take
④  taken
【单选题】 I didn’t know what to do, but then an idea suddenly ________ to me.
①  appeared
②  happened
③  occurred
④  emerged
【单选题】 A: Richard, class begins at 9, and you are late. B: I know, but I missed my bus, Im sorry. B: [填空]. You have to be here on time.
①  Thats no excuse
②  Dont mention it
③  You neednt be
④  No problem
【单选题】 I’ m going to do all I can to____ the unpleasant impression you have of me.
①  move
②  remove
③  shift
④  transform
【判断题】 A: May I have your order now? B: No, I dont have a choice of meat.
①  正确
②  错误
【判断题】 A: Do you have the time? B: Of course, I have.
①  正确
②  错误
【单选题】 Dont ( ) the same topic when you stay with me.
①  concentrate on
②  dwell on
③  depend on
④  focus on
【单选题】 I am sorry I have no time at present to ____ more detail or give you an account of other cities of interest.
①  bring into
②  take into
③  come into
④  go into
随机题目
【单选题】 MCS-51单片机可分为两个优先级别。各中断源的优先级别设定是利用寄存器()。
①  IE
②  IP
③  TCON
④  SCON
【单选题】 若晶振频率为fosc,波特率为fosc/12的工作方式是()。
①  方式0
②  方式1
③  方式2
④  方式3
【单选题】 下列关于C语言的说法错误的是()。
①  C程序的工作过程是编辑、编译、连接、运行
②  C语言不区分大小写
③  C程序的三种基本结构是顺序、选择、循环
④  C程序从main函数开始执行
【单选题】 若51单片机中断源都编程为同级,当它们同时申请中断时,CPU首先响应()。
①  INT1
②  INT0
③  T1
④  T0
【单选题】 在51单片机的中断请求源中,需要外加电路实现中断撤销的是。
①  电平方式的外部中断
②  脉冲方式的外部中断
③  外部串行中断
④  定时中断
【单选题】 以下不能定义为用户标识符的是(  )。
①  scanf
②  Void
③  _3com
④  int
【单选题】 串行工作方式1的波特率是()。
①  固定的,为时钟频率的十二分之一
②  固定的,为时钟频率的三十二分之一
③  固定的,为时钟频率的六十四分之一
④  可变的,通过定时器/计数器1的溢出率设定
【单选题】 以下对一维数组a的正确说明是()。
①  chara(10);
②  inta[];
③  intk=5,a[k];
④  chara[3]={‘a’,’b’,’c’};
【单选题】 为表示关系x≥y≥z,应使用C语言表达式(  )。
①  (x=y)(y=z)
②  (x=y)AND(y=z)
③  (x=z)
④  (x=z)(y=z)
【单选题】 已知charx[]="hello",y[]={h,e,a,b,e};,则关于两个数组长度的正确描述是()。
①  相同
②  x大于y
③  x小于y
④  以上答案都不对