Bill said he ____ twenty-one the next year.

题目
Bill said he ____ twenty-one the next year.

A、was going to be

B、was about to be

C、could be

D、was to be

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

第1题:

下面格式正确的E-mail是()

a.bill_gates.microsoft

b.boozhang.sdb

c.yongli.inprise.com

d.bill_clinton.whitehouse.gov


答案:B

第2题:

Ada: How's the young man?

Bill:______

A、He's twenty.

B、He's a doctor.

C、He's much better.

D、He's Dick.


参考答案:C

第3题:

A neighbor _________ me about him. He_________ Percy Buttons was a beggar.()

A.said, spoke

B.told, said

C.said, talked

D.told, spoke


参考答案:B

第4题:

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

A.head→next==NULL;

B.head==NULL;

C.head→next==he;

D.head!=NULL;


B

第5题:

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

第6题:

"Oh, I'm sorry," he ______ her.

A、cried

B、told

C、apologized

D、said


参考答案:B

第7题:

You define the following regular expression of currency values:regex tx = new regex("^-?\d+(\.\d{2})?$")You are required to write code that will be used to find whether a string in the variable named Bill matches the regular expression or not. You are also required to use this code as the expression in a conditional statement and need to know which code segment to use.What should you do?()

A.The tx.Matches(Bill)

B.The tx.Equals(Bill)

C.The tx.Match(Bill)

D.The tx.IsMatch(Bill)


参考答案:D

第8题:

Bill: What do you think of the film you saw last night?

Nancy: ______


正确答案:G
首先应读懂上文,后进行逻辑推理,选择填充词句。上文意为“你觉得昨天晚上看的那场电影怎么样?”下文意为“值得一看。”worth doing表示值得(做某事)。

第9题:

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
解析:
考查听力教学.题目中教师让学生注意听力中“飞机抵达和出发的时间”是为了获得具体信息。

第10题:

以下关于Python自带数据结构的运算结果中正确的是哪一项?

A..scores = {'Jack': 90, 'Mike': 80, 'Jay': 85, 'Bill': 60}; del scores['Bill']; len(scores)的结果是6。

B.scores = {'Jack': 90, 'Mike': 80, 'Jay': 85, 'Bill': 60}; s = dict(Jack=90, Mike=80, Jay=85, Bill=60); 则scores == s 判断结果是False。

C.scores = {'Jack': 90, 'Mike': 80, 'Jay': 85, 'Bill': 60}; 无法执行命令 scores['Bill']=90; 因为原来的字典中已经有了一个值为90了。

D.scores = {'Jack': 90, 'Mike': 80, 'Jay': 85, 'Bill': 60}; sorted(scores.keys())的运算结果是 ['


D