国家开放大学

He ______ to work next month.A、is startingB、startsC、will startD、started

题目
He ______ to work next month.

A、is starting

B、starts

C、will start

D、started

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

第1题:

When a teacher says "Next, please pay attention to the time of arrival and departure of the planes in the recording ." he/she intends to develop the students' skill of __________.

A.predicting
B.getting the general pictures
C.distinguishing sounds
D.getting specific information

答案:D
解析:
考查英语听力教学。题目中教师让学生注意听力中“飞机抵达和出发的时间”是为了让学生听出具体的时间信息.即培养学生获得具体信息的能力。

第2题:

在HTML文件中,( )标记在页面中显示work为斜体字。

A.<pre>work</pre>
B.<u>work</u>
C.<i>work</i>
D.<b>work</b>

答案:C
解析:
本题考查HTML的基础知识。
在HTML中,<u></u>标记定义在页面中显示文字为带下划线样式,<i></i>标记定义在页面中显示文字为斜体字样式,<b></b>标记定义在页面中显示文字为加粗样式。<pre></pre>标记的作用是可定义预格式化的文本。被包围在pre标记中的文本通常会保留空格和换行符,而文本也会呈现为等宽字体。

第3题:

在Windows中,下列正确的文件名是

A.work:2

B.work*2

C.work[2]

D.work>2


正确答案:C

第4题:

2、若有以下说明和语句,则引用方式不正确的是? struct worker{ int no; char *name; }work, *p=&work;

A.work.no

B.(*p).no

C.p->no

D.work->no


work->no

第5题:

【单选题】7. 对于一个头指针为head的带头结点的单链表,判定该表为空表的条件是()。

A.head→next==NULL;

B.head==NULL;

C.head→next==he;

D.head!=NULL;


B

第6题:

When a teacher says "Next, please pay attention to the time of arrival and departure of the planes in the recording.", he/she intends to develop students' skill of__________.

A.predicting
B.getting the general picture
C.distinguishing sounds
D.getting specific information

答案:D
解析:
考查听力教学.题目中教师让学生注意听力中“飞机抵达和出发的时间”是为了获得具体信息。

第7题:

下列哪些工程名是合法的()。

A.work_2

B.work2

C.2work

D.work2_


本题答案:A

第8题:

在单链表中,删除p所指结点的直接后继的操作是 ( )

A.p—>next=p—>next—>next;

B.p=p—>next;p—>next=p—>next—>next;

C.p—>next=p—>next;

D.p=p—>next—>next;


正确答案:A

第9题:

若有以下说明和语句,则以下引用方式中不正确的是()。 struct worker { int no; char *name; }work, *p=&work;

A.work.no

B.(*p).no

C.p->no

D.work->no


D解析:?的优先级远高于'&'和'*'。

第10题:

若有以下说明和语句,则引用方式不正确的是? struct worker{ int no; char *name; }work, *p=&work;

A.work.no

B.(*p).no

C.p->no

D.work->no


D