答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数: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
查看完整题目与答案