第1题:
进入要操作的数据库TEST用以下哪一项( )
A.IN TEST
B.SHOW TEST
C.USER TEST
D.USE TEST
第2题:
A、what
B、there
C、so
D、it
第3题:
使用VC6打开考生文件夹下的工程ms9_1,此工程包含一个源程序文件test9_1.cpp,但该程序运行有问题,请改正程序中的错误,使程序的输出结果如下:
4,5
20
源程序文件test9_1.cpp清单如下:
include<iostream.h>
class A
{
protected:
int n,m;
public:
void set(int a,int b){m=a; n=b;)
void show(){cout<<m<<","<<n<<endl;)
/**********found*********/
}
class B:public A
{
int s;
public:
void set(){s=m*n;)
void shows(){cout<<s<<endl;)
};
void main()
{
B b;
/**********found**+******/
b.set();
b.show();
b.set();
/*********found**********/
b.show();
}
第4题:
A.monitor start test
B.show log test
C.view log test
D.show test realtime
第5题:
在C#程序中,显示一个信息为"test", 标题为"Hello"的消息框,正确的语句是()。
A. MessageBox("test","hello");
B. MessageBox.Show("test","hello");
C. MessageBox("hello","test");
D. MessageBox.Show("hello","test");
第6题:
We can conclude from the last paragraph that
A.test scores may not be reliable indicators of one's ability
B.IQ scores and SAT results are highly correlated.
C.testing involves a lot of guesswork.
D.traditional tests are out of date.
第7题:
A.shows...progresses
B.show...progresses
C.show...progress
D.shows...progress
第8题:
We can conclude from the last paragraph that
[A] test scores may not be reliable indicators of one's ability
[B] IQ scores and SAT results are highly correlated.
[C] testing involves a lot of guesswork.
[D] traditional tests are out of date.
第9题:
A. [edit security screen] user@host# show ids-option untrust-screen { alarm-test-only; }
B. [edit security screen] user@host# show ids-option untrust-screen { alarm-without-drop; }
C. [edit security screen] user@host# show ids-option untrust-screen { alarm-no-drop; }
D. [edit security screen] user@host# show ids-option untrust-screen { test-without-drop; }
第10题:
下列哪些命令可以用来查看DDR端口(在端口 S1 上配置)信息?( ) A、 show interface B、 show running-conting C、 show interface s1 D、 show diater interface s1