【单选题】【消耗次数:1】
For formal English, we’d better NOT choose_______.
words of glorification
verbs of action
words of strength
peculiar words
参考答案:
复制
纠错
相关题目
【单选题】 I think we’d better ____ , otherwise we will be late for class.
①  to hurry up
②  hurrying up
③  hurried up
④  hurry up
【单选题】 It is better for you to be _____ about its consequences before you take any action.
①  positive
②  absolute
③  critical
④  favorite
【单选题】 “If we fail to act now,” said Tom, “We’ll find ourselves ____ in action later on.”
①  paid back
②  paid for
③  paid up
④  paid off
【单选题】 “If we fail to act now, “said Tom, “We’ll find ourselves _____in action later on.”
①  paid back
②  paid for
③  paid up
④  paid off
【判断题】 Formal English is much more difficult to attain since it is subject to more restraints and requirements.
①  正确
②  错误
【单选题】 We have studied English for only one year, ____ we can perform English short play already.?
①  for ?
②  and ?
③  yet ?
④  or?
【单选题】 We are taught that a business letter should be written in a formal style rather than________.
①  in a personal style
②  with a personal style
③  personal style
④  a personal style
【单选题】 Our English teacher demanded that we ____ to English broadcast every day.
①  listening
②  would listen
③  listen
④  could listen
【单选题】 We often hear students ______ English at school.
①  A. practiced
②  B.practising
③  C.practise
④  D.were practising
【单选题】 Only in this way [填空]we learn English well.
①  /
②  be
③  can
④  being
【多选题】 _____________ , computers can do many of the things we do, but faster and better.
①  In time
②  In fact
③  Actually
④  As a matter of fact
随机题目
【单选题】 存储以下数据,占用存储字节最多的是()
①  0
②  ‘0’
③  “0”
④  0.0
【单选题】 以下正确的说法是()
①  用户调用标准库函数前,必须重新定义
②  用户可以重新定义标准库函数,若如此,该函数将失去原有含义
③  系统不允许用户重新定义标准库函数
④  用户调用标准库函数前,不必使用预编译命令将该函数所在文件包括到用户源文件中
【单选题】 在下面的一维数组定义中,哪一个有语法错误()
①  int a[]={1,2,3};
②  int a[10]={0};
③  int a[];
④  int a[5];
【单选题】 C++中函数返回值的类型是由()决定的。
①  return语句中表达式的类型
②  函数定义时的类型
③  调用函数时的调用语句
④  系统根据结果
【单选题】 能作为C++程序的基本单位是()
①  字符
②  语句函数
③  源程序文件
【单选题】 在下面循环语句中内层循环体S语句的执行总次数为( ) for(int i=0; i i++) for(int j=i; j j++) S;
①  n2
②  (n+1)/2
③  n(n-1)/2
④  n(n+1)/2
【单选题】 当处理特定问题时的循环次数已知时,通常采用()来解决
①  for循环
②  while循环
③  do循环
④  switch语句
【单选题】 由C++目标文件连接而成的可执行文件的默认扩展名为()
①  cpp
②  exe
③  obj
④  lik
【单选题】 以下标识符中不全是保留字的是()
①  case for int
②  default then while
③  bool class long
④  goto return char
【单选题】 当类中一个字符指针指向具有n个字节的存储空间时,它所存储字符串的最大长度是( )
①  n
②  n-1
③  n+1
④  n-2