【单选题】【消耗次数:1】
Does Robert have [填空] computer? —Yes,he has [填空] .
an,some
a,one
a,/
any,one
参考答案:
复制
纠错
相关题目
【单选题】 He said that his sister ?[填空]been there one week before
①  had
②  has
③  have
④  will have
【单选题】 —Have you heard about that fire in the market?—Yes, fortunately no one __________.
①  hurt
②  was hurt
③  has hurt
④  had been hurt
【单选题】 Lucy has been a student there for nearly one and [填空] half years.
①  a
②  an
③  the
④  /
【单选题】 He is the only one of those workers who [填空]able to do this job.
①  are
②  have
③  is
④  has
【单选题】 A: When does the next train for London leave? B: Theres one leaving at 8 oclock. A: [填空]
①  Are you sure?
②  OK. I dont want to be late.
③  Thanks. Could you wait for me?
④  Id like one ticket, please.
【单选题】 To survive such an ( ) of a car crash, one has to have incredible luck.
①  collision
②  incident
③  occurrence
④  impact
【单选题】 But the Internet can bring some ________ effects, too. The most common one, some teenagers are addicted to computer games on the Internet.
①  negative
②  positive
③  important
④  excite
【单选题】 He has been there, [填空]?
①  hasnt he
②  has he
③  does he
④  doesnt he
【单选题】 Rob has some[填空].
①  leaf
②  leave
③  leafs
④  leaves
【单选题】 One of the boys [填空] a white blouse.
①  have
②  there is
③  there are
④  has
随机题目
【简答题】 C语句分为:[填空1]语句、[填空2]语句、[填空3]语句、[填空4]语句和[填空5]语句。
【简答题】 下列程序的输出结果是[填空1]。#includestdio.hmain(){ char a;a=Aprintf(%d%c,a,a); }
【简答题】 以下程序输出的结果是[填空1]。#include stdio.hvoid main(){int x, i;for(i=1; i i++){ x=i;if(++x%2==0)if(++x%3==0)if(++x%7==0)printf(%d\n,x);}printf(“\n”);}
【简答题】 有以下程序#includestdio.hmain(){ int x;scanf(%d,if(x15) printf(%d,x-5);if(x10) printf(%dif(x5) printf(%d\n,x+5); }若程序运行时从键盘输入12回车,则输出结果为[填空1]。
【简答题】 有以下程序(说明:字符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