【单选题】【消耗次数:1】
Andy, ____________ ?Oh, that’s my father! And beside him, my mother.
What is the person over there
Who’s talking over there
What are they doing
Which is that
参考答案:
复制
纠错
相关题目
【判断题】 A: What are your parents doing right now? B: My mother is retired. My father is a manager.
①  正确
②  错误
【单选题】 My son is Andy. My brother’s son is Ben. Andy and Ben are ____.
①  nephews
②  cousins
③  brothers
④  nieces
【单选题】 A: Bob, [填空]? B: Thats my friend! And beside him, his partner.
①  what is the person over there
②  whos talking over there
③  what are they doing
④  which is that
【简答题】 Who was the old man? And what was he doing when they saw him?
【单选题】 My father [] the curtain a little lest I see him.
①  opened
②  drew back
【单选题】 It was the driver’s ____ that caused him to step on the gas instead of the brake after his car went over the curb.
①  fraud
②  alarm
③  terror
④  panic
【单选题】 What’s [填空] the box?
①  in
②  on
③  at
④  for
【单选题】 What’s happened to Jan?_______to hospital.
①  She’s been taken
②  She’ll be taken
③  She’ll take
【判断题】 What are you talking about?
①  正确
②  错误
【单选题】 Yesterday was my birthday. My mother .
①  made a cake to me
②  made a cake me
③  made for me a cake
④  made me a cake
随机题目
【单选题】 C语言程序从main()函数开始执行,所以这个函数要写在
①  程序文件的开始
②  程序文件的最后
③  它所调用的函数的前面
④  程序文件的任何位置
【单选题】 执行以下程序后,输出的结果是main){inty=10;do{y--;}while--y);printf%d\n,y--);}
①  -1
②  1
③  8
④  0
【单选题】 下列不正确的转义字符是
①  \\
②  \
③  074
④  \0
【单选题】 在C程序中所用的变量使用前
①  可以不定义
②  先定义后使用
③  随时定义随时用
④  其他
【单选题】 已知inta=2,b=5;则表达式a+5>b+3的值是
①  0
②  1
③  不确定
④  表达式错误
【单选题】 在c语言中,引用数组元素时,其数组下标的数据类型允许是__.
①  整型常量
②  整型表达式
③  整型常量或整型表达式
④  任何类型的表达式
【单选题】 以下不正确的语句为
①  fx>y);
②  ifx=y)&&x!=0)x+=y;
③  ifx!=y)scanf%d,elsescanf%d,
④  ifx<y){x++;y十十;}
【单选题】 若已定义x和y为double类型,则表达式x=1,y=x+3/2的值是
①  1
②  2
③  2.0
④  2.5
【单选题】 已知inta;那么&a表示
①  变量名
②  变量a的地址
③  变量a的值
④  其他
【单选题】 以下可以正确计算s=12345的程序段是)
①  fori=1;i<=5;i++)
②  fori=1;i<=5;i++){s=1;{s=0;s=si;}s=si;}
③  s=1;
④  s=0;fori=1;i<=5;i++)fori=1;i<=5;i++)s=si;s=si;