a half hour and made sure that the girl was all 84
第1题:
The ____________ shoes were covered with mud, so I asked them to take them off before they got into __________ car.
A. girl’s; Tom’s
B. girls’; Toms’
C. girls’; Tom’s
D. girl’s; Toms’
第2题:
A. Half-duplex Ethernet operates in a shared collision domain.
B. Full-duplex Ethernet has a lower effective throughput.
C. Half-duplex Ethernet operates in a private collision domain.
D. Full-duplex Ethernet allows two-way communication.
E. Half-duplex Ethernet operates in a private broadcast domain.
第3题:
将变量hour的个位送入变量gw的语句是:()
A.gw= hour;
B.gw=hour/10;
C.gw=hour%10;
D.gw== hour%10;
第4题:
b)
main()
{
union{ /*定义一个联合*/
int i;
struct{ /*在联合中定义一个结构*/
char first;
char second;
}half;
}number;
number.i=0x4241; /*联合成员赋值*/
printf("%c%c\n", number.half.first,
mumber.half.second);
number.half.first='a'; /*联合中结构成员赋值
*/
number.half.second='b';
printf("%x\n", number.i);
getch();
}
AB (0x41 对应'A',是低位;Ox42 对应'B',
是高位)6261 (number.i 和number.half 共用一块地址空
间)
第5题:
9、找出连读全部正确的一个句子。
A.Ms Black worked~ in~an~office last~yesterday.
B.She can't carry~it.
C.I called~you~ half~an~hour~ago.
D.I am fine.
第6题:
找出连读全部正确的一个句子。
A.Ms Black worked~ in~an~office last~yesterday.
B.She can't carry~it.
C.I called~you~ half~an~hour~ago.
D.I am fine.