【单选题】【消耗次数:1】
Mr. Wang, _________, is coming up to us.
slowly
our new teacher
he is our new teacher
slow
参考答案:
复制
纠错
相关题目
【单选题】 Thanks to Mr. Wang, he kept____ us to remember the important things.?
①  to ask ?
②  asking ?
③  to be asked ?
④  not asking?
【单选题】 Our English teacher was standing ___ us so that she could hear us all clearly.
①  away from
②  far behind
③  between?
④  among
【单选题】 It is getting dark. Our teacher __ .
①  let us to go home
②  let us go home
③  let us go to home
④  let we go home
【单选题】 19.It is getting dark. Our teacher _______.
①  let us to go home
②  let us go home
③  let us go to home
④  let we go home
【单选题】 Our manager is so __________ in his thinking, he never listens to new ideas.
①  rigid
②  tedious
③  boring
④  vivid
【单选题】 If he ___ tomorrow, he would find Mr. Wang in the office.
①  comes
②  will come
③  should come
④  come
【单选题】 20. The joke told by Tom made us_____, so our maths teacher couldn’t make himself _____.
①  to laugh; hearing
②  laughing, heard
③  laughing; hear
④  laughed; heard
【判断题】 Mr. Wang, who was in the chair, said, Comrades! Lets begin our meeting.划线部分应该翻译成“主持会议”
①  正确
②  错误
【单选题】 Mr. Zhang, _______ we have learned a lot, is very popular among us.
①  who
②  from that
③  from whom
④  whom
【单选题】 Mr. Smith is said to be ( ) to the new branch of the company in Paris.
①  transplanted
②  transferred
③  transformed
④  transmitted
随机题目
【单选题】 while(fabs(t)<1e-5)if(!(s/10))break;循环结束的条件是().
①  t=1e-5∣∣t=-1e-5∣∣s-10s10
②  fabs(t)<1e-5!s/10
③  fabs(t)<1e-5
④  s/10==0
【单选题】 设有语句chara=’\72’;则变量a()
①  包含1个字符
②  包含2个字符
③  包含3个字符
④  声明不合法
【单选题】 一维数组的定义语法是:类型说明符数组名()
①  [整型常量]
②  [整型表达式]
③  [常量表达式]
④  [整型常量]或[整型表达式]
【单选题】 下述是C语言中有关变量定义的几个说法,正确的是:()
①  变量可以不定义直接使用
②  一个说明语句只能定义一个变量
③  几个不同类型的变量可在同一语句中定义
④  变量可以在定义时进行初绐化
【单选题】 利用scanf函数输入整型时,键入的内容应是相同类型的()。
①  常数
②  常量表达式
③  变量
④  含变量的表达式
【单选题】 执行下列程序后的输出结果是()。#includecharf(chars[],intn){return(s[n]);}main(){chara[]=ABCD;printf(%c,f(a,2)+1);}
①  D
②  C
③  B
④  A
【单选题】 下面关于main()函数描述不正确的选项是()。
①  一个C程序必须有且只能有一个用main()作为名字的函数
②  main()函数被称为主函数
③  C程序总是从主函数开始执行,main()函数必须放在整个程序的开头部分
④  main函数就是一个程序的入口部分。也就是说,程序都是从main函数头开始执行的,然后进入到main函数中,执行main函数中的内容
【单选题】 在以下一组运算符中,优先级最高的运算符是()
①  =
②  =
③  %
【单选题】 下列转义字符中错误的一个是()
①  \000
②  \014
③  \x111
④  \2
【单选题】 设有数组定义:char array[]=”China”; 则数组所占的空间是()
①  4个字节
②  5个字节
③  6个字节
④  7个字节