【单选题】【消耗次数:1】
is your English teacher like? He is tall and thin.
?How
?What
?Which
/
参考答案:
复制
纠错
相关题目
【单选题】 15.- _____ is your English teacher like? - He is tall and thin.
①  How
②  What
③  Which
④  /
【判断题】 A: What is your boyfriend like? B: He is tall and handsome.
①  正确
②  错误
【单选题】 15.–What’s your brother like? –He is____.
①  a driver
②  very tall
③  my friend
④  at school
【判断题】 A: What does your son look like? B: He is quiet and a little shy.
①  正确
②  错误
【单选题】 How are you _____ with your English studies?
①  getting away
②  getting together
③  getting along
④  getting up
【单选题】 -Whats your brother like? -He is _________.
①  adriver
②  very tall
③  myfriend
④  atschool
【单选题】 -Whats your brother like? -He is________ .
①  adriver
②  very tall
③  myfriend
④  atschool
【单选题】 I like the freedom of deciding where ( ) ,what to do and how long to stay.
①  goes
②  be going
③  to go
④  go
【单选题】 —Have you considered ____ your job as a teacher? —Yes. I like the job because a teacher is often considered a gardener.
①  ?to change; to be
②  ?to change; being
③  ?changing; being
④  ?changing; to be
【单选题】 What are the purposeful preparation that a language teacher normally receives before he starts the practice of teaching?
①  Learning from other’s experiences
②  Learning the received knowledge
③  Learning from one’s own experiences as a teacher
④  All of the above.
随机题目
【简答题】 分析下面程序main(){ int x=2,y,z;x*=3+2;printf(%d\nx*=y=z=4;printf(%d\nx=y=1;z=x++-1;printf(%d,%d\n,x,z);z+=-x++ +(++y);printf(%d,%d,x,z); }程序的输出结果是[填空1]。
【简答题】 输入一个字符,如果是大写字母,则把其变成小写字母;如果是小写字母,则变成大写字母;其它字符不变。请在()内填入缺省的内容。main( ) { char scanf(“%c”, if ([填空1]) ch=ch+32; else if(ch=’a’ch=‘z’) ([填空2]);printf(”%c\n”,ch); }
【简答题】 C语言中,运算符的结合性有两种:左结合和右结合,左结合是[填空1]计算,右结合是[填空2]计算。
【简答题】 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