C语言程序设计教程答案~有追加悬赏100分!

C语言程序设计教程答案~有追加悬赏100分!,第1张

:1No permission ————has for anybodyto enter the building(N M ET1988)

Abeen given BgivenCto give Dbe giving

A。析语境可知,该空表示被给,应用被动语态,has后面应接been done。

2U ntil now,his hom ework has not————finished

Abeing Bbe Cbeen Dto be

C。语境逻辑制约家庭作业是被完成的,因此该空应用被动语态,has后面应使用been done的形式。点评:现在完成时被动语态结构为has/have been done,使用has been done时主语为单数,使用have been done时主语为复数。解题时应首先分析语境逻辑确定现在完成时被动语态,然后对照其结构公式确定答案。

3The window————Y ou need notwash it again

Ais w ashed Bwas washedChas been washed Dwill be washed析:

C。该句强调窗户已被清洗。

4It seem that dinner ____for a long time

Ais cooked Bhas been cooked Cwas cooked D had been cooked

B表示晚饭已经准备好了。对现在有影响。

5。When my article ____I'll come to see you

Ais finished B is being finished C has been finished D will be finished

C 现在完成时被动语态代替将来完成时被动语态。

1 I'm sorry, sir Your recorder isn't ready yet It______in the factory

A is being repaired B is repaired

C has been repaired

D hasn't repaired

本题并没有明确的时间状语,但从上文的意思看,“修理”这个动作正在进行;it指代上文提到的录音机,它和repair之间存在被动关系。因此应该使用现在进行时的被动语态。B、C两项是被动语态,但时态不对,因此,本题正确答案是A。

2 Some measures______to protect wildlife resources

A are taking B are taken

C are being taken

D being taken

解此题时首先要注意到词组take measures to do sth,由于题干中把宾语measures提前,应该使用被动语态;句子的意思是“正在采取一些措施去保护野生资源”。在表达现在进行时的被动语态的结构中,选项A、B、D均不完整,正确答案应是C。

3 —Have you moved into the new house

—Not yet The rooms______

A are being painted

B are painting

C are painted

D are being painting

通过题干情景,我们不难看出,由于正在粉刷,因此还不能搬进新房子。分析选项,B项语态不对;C项时态不对;D项结构错误,所以正确答案应该是A。

4 A new building______at the other side of the street Work started last year and the building is expected to open next year

A is built

B is being built

C has built

D will be built

题干的后半部分告诉我们:“去年开工,预计明年竣工。”由此可知,大楼正在建设中,所以选项A、C、D时态均不对。正确答案应该是B。

5 It is well-known to us that a lot of rivers______by the factories

A are polluting

B have been polluting

C are being polluting

D are being polluted

题干的意思是:“众所周知,许多河流正在被工厂污染。”说明了目前河流正在被污染的严重状况。A、B两项语态不对;C项结构错误,正确答案是D。

the man was being operated at that time

at that time we all being showed how to swim

the bridge was being repaired when we passed

the road was being repaired we had to make a

while the supper was being prepared the light

at tha t time my classment was being showed how to use computers

the book was being translated by him this time last year

the question was been disgussed at the meeting yesterday afternoon

过去进行时只找到例句,不好意思。

1

x = Val(InputBox("Input X: "))

If x < 10 Then y = Abs(x)

If x <= 20 Then y = Sqr(3 x - 1)

If x > 20 Then y = 3 x + 2

DebugPrint y

2

x = Val(InputBox("Input X: "))

If x < 10 Then

y = Abs(x)

ElseIf x <= 20 Then y = Sqr(3 x - 1)

ElseIf x > 20 Then y = 3 x + 2

End If

DebugPrint y

3

x = Val(InputBox("Input X: "))

select case x

case x < 10

y = Abs(x)

case <= 20

y = Sqr(3 x - 1)

case else

y = 3 x + 2

end select

DebugPrint y

以上就是关于C语言程序设计教程答案~有追加悬赏100分!全部的内容,包括:C语言程序设计教程答案~有追加悬赏100分!、20分求谭浩强的C程序设计基础习题、您好!我想要《Java语言程序设计基础篇》第六版的练习题和编程题答案,谢谢了.等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/9340564.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-27
下一篇 2023-04-27

发表评论

登录后才能评论

评论列表(0条)

保存