【判断题】【消耗次数:1】
This farm have many oranges.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 Have you any oranges and apples?____________
①  The oranges are very cheap.
②  You like apples, dont you?
③  Of course, we have some fruits.
④  Yes, madam, on the second shelf over there.
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”The lives of many people have been enriched because adult education.
①  正确
②  错误
【单选题】 The travellers have suffered many hardships and ____________ many difficulties.
①  undergo
②  undergoes
③  undergone
④  underwent
【判断题】 There have many people outside the room.
①  正确
②  错误
【单选题】 How many [填空] do we have?
①  picture
②  pictures
③  a picture
④  pictures
【单选题】 How many [填空] do we have?
①  picture
②  pictures
③  a picture
④  picture's
【单选题】 How many [填空] do you have every week?
①  classes
②  class
③  work
④  works
【单选题】 Doctors have said that as many as 50% of patients dont take medicine ______.
①  like directed
②  to be directed
③  as directed
④  so that directed
【单选题】 Doctors have said that as many as 50% of patients dont take medicine ______.
①  like directed
②  to be directed
③  as directed
④  so that directed
【单选题】 Before the final examination, many students have shown ___ of tension. Some have trouble in sleeping while others have lost their appetite.
①  anxiety
②  marks
③  signs
④  remarks
随机题目
【简答题】 有以下程序(说明:字符0的ASCII码值为48)#includestdio.hmain(){ char c1,c2;scanf(%d,c2=c1+9;printf(%c%c\n,c1,c2); }若程序运行时从键盘输入48回车,则输出结果为[填空1]。
【判断题】 计算机程序设计语言分为机器语言、汇编语言、高级语言和自然语言。
①  正确
②  错误
【单选题】 有以下程序#include stdio.hmain(){ int a;scanf(%d ,if(a++9) printf(%d\nelse printf(%d\n }程序运行时从键盘输入9回车,则输出的结果是。
①  10
②  11
③  9
④  8
【单选题】 以下哪一个可以作为正确的变量名()。
①  for
②  $abc
③  3*x
④  _file
【单选题】 以下哪一个不是正确的C语言常量()。
①  0x2ac
②  3.25e-8
③  800
④  0486
【单选题】 写出下面程序的执行结果。main( ){ int x,y=1; if(y!=0) printf(“%d\t”,x); if(y= =0) else printf(“%d\t\n”,x);}
①  1 3
②  1 5
③  5 3
④  5 5
【单选题】 若有定义:double a=22;int i=0,k=18;,则不符合C语言规定的赋值语句是()
①  a=a++,i++;
②  i=(a+k)=(i+k);
③  i=A%11;
④  i=!a;
【单选题】 以下程序的运行结果是。main( ){int c,x,y; x=1; y=1; c=0; c=x++||y++; printf(“\n%d%d%d\n”,x,y,c);}
①  110
②  211
③  011
④  001
【单选题】 已知 int x=30,y=50,z=80;以下语句执行后变量x、y、z的值分别为:。if (xy||xz)z=x; x=y; y=z;
①  x=50, y=80, z=80
②  x=50, y=30, z=30
③  x=30, y=50, z=80
④  x=80, y=30, z=50
【单选题】 若有定义:int a,b;,通过语句scanf(“%d#%d”,a,,能把整数3赋给变量a,5付给变量b的输入数据是()。
①  3 5
②  3,5
③  3#5
④  35