军队院校生长军(警)官招生考试

单选题A football match between Class Two and Class Three ______ tomorrow afternoon.A is heldB was heldC must be heldD will be held

题目
单选题
A football match between Class Two and Class Three ______ tomorrow afternoon.
A

is held

B

was held

C

must be held

D

will be held

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

有如下程序: include using namespaee std; class ONE{ public: virtual void f

有如下程序:

include <iostream>

using namespaee std;

class ONE{

public:

virtual void f( ){cout<<"1";}

};

class TWO:public ONE{

public:

TWO( )1 cout<<"2";}

{;

class THREE:public TWO{

public:

virtual void f( )}TWO::f( );cout<<"3";}

};

int main( ){

ONE aa,*P;

TWO bb;

THREE cc;

P=&cc;

p->f( );

return 0;

}

程序的输出结果是______。


正确答案:2213
2213 解析:TWO bb;调用TWO的构造函数打印2;THREE cc;调用继承类TWO的构造函数打印2;p->f( );调用类TREE的函数f( ),先显式调用TWO类的函数f( ),TWO中没有重新定义f( )函数,所以调用TWO的基类ONE的虚函数f( );打印1,然后再打印3,故答案为2213。

第2题:

Tom back to the kitchen, eggs ( ) carefully in his hand.

A、held

B、to be held

C、were held

D、holding


参考答案:A

第3题:

有如下程序:

#include

using namespace std;

class ONE

{

public:

virtual void f(){cout<<"l";}

};

class TWO:public ONE

{

public:

TWO(){cout<<"2";}

};

class THREE:public TWO

{

public:

virtual void f(){TWO::f(); cout<<"3";}

};

int main()

{

ONE aa, *p;

TWO bb;

THREE cc;

p = &cc;

p->f();

return 0;

}

执行上面程序的输出是 【 11 】 。


正确答案:

第4题:

The football match _____ in the afternoon.

A.has been held

B.is being held

C.is going to be held

D.will hold


正确答案:C

第5题:

A friendly football match will be held ______ the visiting Shanxi Team and Shanghai Team in Shanghai Hongkou Gymnasium.

A.between

B.in

C.among

D.with


正确答案:A

第6题:

_____ football match between China and Korea was held yesterday, but I failed to get _____ ticket.What _____ pity!

A、The、/、a

B、A、a、/

C、The、the、a

D、A、the、/


参考答案:C

第7题:

有如下程序: include using namespace std; class ONE { public: virtual void f() {

有如下程序:

include <iostream>

using namespace std;

class ONE

{

public:

virtual void f() { cout << "1"; }

};

class TWO: public ONE

{

public:

TWO() { cout << "2"; }

};

class THREE: public TWO

{

public:

virtual void f() {TWO::f(); cout << "3"; }

};

int main()

{

ONE aa, *p;

TWO bb;

THREE cc;

p=&cc;

P->f();

return 0;

}

执行上面程序的输出是【 】。


正确答案:2213
2213

第8题:

Maggie ran back to the kitchen, eggs ______ carefully in her hands.

A.to be held

B.held

C.were held

D.holding


正确答案:B
解析:该句为独立主格结构,后半部分是eggs being held 的省略形式。

第9题:

()his head high,the manager walked into the room to attend the meeting()then.

A、Holding...being held

B、Held...holding

C、Having held...held

D、Held⋯ be held


参考答案:A

第10题:

After the football match we ________ a bus and got to school on time.

A.held

B.missed

C.saw

D.caught


参考答案:D

更多相关问题