A. The computer is unable to work in the US because of EU licensing arrangements
B. The power supply needs to be replaced with one rated for 110 watts
C. The power supply needs a power inverter to handle the change in cycles
D. The power supply voltage needs to be switched to 110 from 220
第1题:
A、TRUE(logical_test,value_if_true,value_if_false)
B、TRUE()
C、TRUE(logical1,logical2,…)
D、TRUE(logical)
第2题:
[A] ethical
[B] military
[C] political
[D] human
第3题:
You will want two trees about ten feet apart, from _____ to suspend your tent.
(A) there (C) which
(B) them (D) where
选择D
可改写为you will want two tress about ten feet apart, to suspend your tent from.
只要有介词摆在空格之前,选项是which, them ,there ,where肯定是which
介词+which+动词不定式,整体做定语
第4题:
使用VC6打开考生文件夹下的工程test14_1,此工程包含一个源程序文件test14_1.cpp,但该程序运行有问题,请改正程序中的错误,使该程序的输出结果如下:
member1=5member2=5
member1=7member2=9
源程序文件test14_1.cpp清单如下:
include<iostream.h>
class My Class
{
/************** found *****************
friend void setMember(MyClass myObj,char meml)
{
myObj.member1=mem1;
myObj.member2=mem1;
cout<<"member1="<<myObi.member1<<" member2="<<myObj.member2<<endl;
}
/************** found ***************/
void setMember(MyClass& myObj,char mem1,char mem2)
{
myObj.member1=mem1;
myObj.member2=mem2;
cout<<"member1:"<<myObj.member1<<"member2="<<myObj.member2<<endl;
}
private:
char member1;
char member2;
};
void main()
{
MyClass theObj;
/************** found ****************/
theObj.setMember(theObj,'5');
theObj.setMember(theObj,'7','9');
}
第5题:
You will want two trees about ten feet apart, from _____ to suspend your tent.
(A) there (C) which
(B) them (D) where
选D
可改写为you will want two tress about ten feet apart, to suspend your tent from.
只要有介词摆在空格之前,选项是which, them ,there ,where肯定是which
介词+which+动词不定式,整体做定语
第6题:
4.—_________ Mike________ his homework in the evening?
—No,he doesn't.
A. Do;does
B. Does;do
C. Do;do
D. Does;does