The underlined word “ There” in the second paragraph refers to (指的是)____________.
第1题:
执行下列程序,显示的结果是______。
first="china"
second=""
a=LEN(first)
i=a
DO WHILE i>=1
second=second+SUBSTR(first,i,1)
i=i-1
ENDDO
?second
第2题:
数据传输速率是描述数据通信的基本技术参数之一,它的单位是______。
A.bit/second(bps)
B.Byte/second(Bps)
C.KByte/second(KBps)
D.MByte/second(MBps)
第3题:
第4题:
下面程序的输出结果是______。
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;
}
第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
第6题:
下列选项中,哪个声明可用来给元素添加下划线()
A.text-indent:underline
B.text-decoration:underline
C.text-transform:underline
D.text-align:underline