此题为判断题(对,错)。
第1题:
下面程序的输出结果是______。
include<iostream>
using namespace std;
int x;
void funA(int&,int);
void funB(int,int&);
int main()
{
int first;
int second=5;
x=6;
funA(first,second);
funB(first,second);
cout<<first<<””<<second<<””<<x<<endl;
return 0;
}
void funA(int &a,int b)
{
int first;
first=a+b;
a=2*b;
b=first+4;
}
void funB(int u, int &v)
{
int second;
second=x;
v=second+4;
x=u+v;
}
第2题:
______ had we sat down than the telephone rang.
A. Almost
B. No sooner
C. Hardly
D. Just
18.答案为B 我们刚坐下电话就响了。Hardly...when...,No sooner...than...表示“一……就......”,Hardly和No sooner后要用倒装语序。
第3题:
请选择下面的句子使用了哪种修辞手法? I’ve told you about this at least a million times but you’re still so ignorant!
A.simile
B.metaphor
C.hyperbole
D.understatement
第4题:
数据传输速率是描述数据通信的基本技术参数之一,它的单位是______。
A.bit/second(bps)
B.Byte/second(Bps)
C.KByte/second(KBps)
D.MByte/second(MBps)
第5题:
In a flash type evaporator, all saltwater heaters are vented through individual vent cocks to the ______.
A.saltwater heater shell
B.second-stage condenser
C.atmosphere
D.second-stage flash chamber