【判断题】【消耗次数:1】
Before?go?to the concert, I had had a meal in a nice restaurant.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 They saw a new movie at the theatre, _____ they had dinner at a Chinese restaurant.
①  then which
②  which after
③  after which
④  after that
【单选题】 After I had [填空] quick meal,I hurried to work.
①  /
②  a
③  an
④  the
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”I had came from a quiet little town and I had never before lived in a big city.
①  正确
②  错误
【判断题】 A: I have lunch in the restaurant. B: So have I
①  正确
②  错误
【单选题】 Hi, welcome back! Had a nice trip?____________
①  Oh, fantastic! Fresh air, and sunshine every day.
②  Come on, I’ve got lots of fun.
③  By the way, I don’t like Saturdays.
④  Well, I’ll look forward to your phone call.
【单选题】 If I had had enough time, I __________ it well.
①  would do
②  would have done
【单选题】 He often [填空] supper at restaurant.
①  have
②  had
③  has
④  having
【单选题】 I went to the doctors yesterday. I had to wait for half an hour before he________see me.
①  can
②  may
③  might
④  could
【单选题】 I went to the doctor’s yesterday. I had to wait for half an hour before he ___ see me.
①  ?can
②  ?may
③  ?might
④  ?could
【单选题】 My teacher had been with me several weeks before I understood that everything has a name.
①  A.在我知道每样东西都有一个名字以前,老师已经教我好几个星期了。
②  B.老师和我相处了好几个星期,我都不知道每样东西还有一个名字。
③  C.在我知道每样东西都有一个名字以前,老师和我已经相处好几个星期了。
④  D.老师教了我好几个星期,我才知道每样东西都有一个名字。
随机题目
【单选题】 ()是不正确的字符常量
①  n
②  1
③  a
④  /101
【单选题】 定义一个有4个元素的一维整型数组,正确的是
①  floata[4];
②  inta[]={1,2,3,4,5};
③  inta[]={1,2,3};
④  inta[4]={1}
【单选题】 在C语言的算术运算符中只能用于整型数的运算符是
①  ++
②  /
③  %
【单选题】 执行以下程序段后、变量a,b,c的值分别是一。intx=10,y=9;inta,b,c;a=--x==y++)?--x:++y;b=x++;c=y;
①  a=9,b=9,c=9
②  a=8,b=8,c=10
③  a=9,b=10,c=90)a=1,b=11,c=10
【单选题】 ()把x、y定义成float类型变量,并赋同一初值3.14
①  floatx,y=3.14;
②  floatx,y=23.14;
③  floatx=3.14,y=x=3.14;
④  floatx=y=3.14
【单选题】 以下对一维整型数组a的正确说明是
①  inta10);
②  intn=10,a[n];
③  intn;
④  #defineSIZE10;scanf%,inta[SIZE];inta[n];
【单选题】 请阅读以下程序#includemain){floata,bscanf%f,ifa<10.0)b=1.0/x;elseifa<0.5)&&a!=2.0))b=1.0/a十2.0);elseifa<10.0)b=1.0/x;elseb=10.0;printf%f\n,y);}若运行时输入2.0回车),则上面程序的输出结果是:
①  0.000000
②  0.500000
③  1.000000
④  0.250000
【单选题】 已知整型变量k的值为3,下面程序段执行的结果是)switchk){case1:putchar‘A’);break;case2:putchar‘B’);break;case3:putchar‘C’);case4:putchar‘D’);default:putchar‘E’);}
①  CDE
②  C
③  ABC
④  ABCD
【单选题】 不正确的标识符是
①  _a2
②  2ai
③  a2_i
④  Int
【单选题】 以下正确的字符常量是
①  “x”
②  ‘W’
③  ‘’
④  ‘XYZ’