1. 第一章课后习题及答案

1. 第一章课后习题及答案
1. 第一章课后习题及答案

第一章

1.(Q1) What is the difference between a host and an end system? List the types ofend

systems. Is a Web server an end system?

Answer: There is no difference. Throughout this text, the words “host” and “end system” are used interchangeably. End systems include PCs, workstations, Web servers, mail servers, Internet-connected PDAs, WebTVs, etc.

2.(Q2) The word protocol is often used to describe diplomatic relations. Give an example of a

diplomatic protocol.

Answer: Suppose Alice, an ambassador of country A wants to invite Bob, an ambassador of country B, over for dinner. Alice doesn’t simply just call Bob on the phone and say, come to our dinner table now”. Instead, she calls Bob and sugges ts a date and time. Bob may respond by saying he’s not available that particular date, but he is available another date. Alice and Bob continue to send “messages” back and forth until they agree on a date and time. Bob then shows up at the embassy on the agreed date, hopefully not more than 15 minutes before or after the agreed time. Diplomatic protocols also allow for either Alice or Bob to politely cancel the engagement if they have reasonable excuses.

3.(Q3) What is a client program? What is a server program? Does a server programrequest

and receive services from a client program?

Answer: A networking program usually has two programs, each running on a different host, communicating with each other. The program that initiates the communication is the client.

Typically, the client program requests and receives services from the server program.

4.(Q4) List six access technologies. Classify each one as residential access, company access, or

mobile access.

Answer:1. Dial-up modem over telephone line: residential; 2. DSL over telephone line: residential or small office; 3. Cable to HFC: residential; 4. 100 Mbps switched Etherent: company; 5. Wireless LAN: mobile; 6. Cellular mobile access (for example, 3G/4G): mobile

5.(Q5) List the available residential access technologies in your city. For each type of access,

provide the advertised downstream rate, upstream rate, and monthly price.

Answer: Current possibilities include: dial-up (up to 56kbps); DSL (up to 1 Mbps upstream, up to 8 Mbps downstream); cable modem (up to 30Mbps downstream, 2 Mbps upstream.

6.(Q7) What are some of the physical media that Ethernet can run over?

Answer: Ethernet most commonly runs over twisted-pair copper wire and “thin” coaxial cable.It also can run over fibers optic links and thick coaxial cable.

7.(Q8)Dial-up modems, HFC, and DSL are all used for residential access. For each of these

access technologies, provide a range of transmission rates and comment on whether the transmission rate is shared or dedicated.

Answer:Dial up modems: up to 56 Kbps, bandwidth is dedicated; ISDN: up to 128 kbps, bandwidth is dedicated; ADSL: downstream channel is .5-8 Mbps, upstream channel is up to

1 Mbps, bandwidth is dedicated; HFC, downstream channel is 10-30 Mbps and upstream

channel is usually less than a few Mbps, bandwidth is shared.

8.(Q13)Why is it said that packet switching employs statistical multiplexing? Contrast

statistical multiplexing with the multiplexing that takes place in TDM.

Answer:In a packet switched network, the packets from different sources flowing on a link do not follow any fixed, pre-defined pattern. In TDM circuit switching, each host gets the same slot in a revolving TDM frame.

9.(Q14) Suppose users share a 2Mbps link. Also suppose each user requires 1Mbps when

transmitting, but each user transmits only 20 percent of the time. (See the discussion of statistical multiplexing in Section 1.3.)

a.When circuit switching is used, how many users can be supported?

b.For the remainder of this problem, suppose packet switching is used. Why will there be

essentially no queuing delay before the link if two or fewer users transmit at the same time? Why will there be a queuing delay if three users transmit at the same time?

c.Find the probability that a given user is transmitting.

d.Suppose now there are three users. Find the probability that at any given time, all

three users are transmitting simultaneously. Find the fraction of time during which the queue grows.

Answer:

a. 2 users can be supported because each user requires half of the link bandwidth.

b.Since each user requires 1Mbps when transmitting, if two or fewer users transmit

simultaneously, a maximum of 2Mbps will be required. Since the available bandwidth of the shared link is 2Mbps, there will be no queuing delay before the link. Whereas, if three users transmit simultaneously, the bandwidth required will be 3Mbps which is more than the available bandwidth of the shared link. In this case, there will be queuing delay before the link.

c.Probability that a given user is transmitting = 0.2

d.Probability that all three users are transmitting simultaneously=33 p3(1?p)0=

0.23=0.008. Since the queue grows when all the users are transmitting, the fraction of

time during which the queue grows (which is equal to the probability that all three users are transmitting simultaneously) is 0.008.

10.(Q16)Consider sending a packet from a source host to a destination host over a fixed route.

List the delay components in the end-to-end delay. Which of these delays are constant and which are variable?

Answer:The delay components are processing delays, transmission delays, propagation delays, and queuing delays. All of these delays are fixed, except for the queuing delays, which are variable.

11.(Q19) Suppose Host A wants to send a large file to Host B. The path from Host A to Host B

has three links, of rates R1 = 250 kbps, R2 = 500 kbps, and R3 = 1 Mbps.

a.Assuming no other traffic in the network, what is the throughput for the file transfer.

b.Suppose the file is 2 million bytes. Roughly, how long will it take to transfer the file to

Host B?

c.Repeat (a) and (b), but now with R2 reduced to 200 kbps.

Answer:

a.250 kbps

b.64 seconds

c.200 kbps; 80 seconds

12.(P2)Consider the circuit-switched network in Figure 1.8. Recall that there are n circuits on

each link.

a.What is the maximum number of simultaneous connections that can be in progress at

any one time in this network?

b.Suppose that all connections are between the switch in the upper-left-hand corner

and the switch in the lower-right-hand corner. What is the maximum number of

simultaneous connections that can be in progress?

Answer:

a.We can n connections between each of the four pairs of adjacent switches. This gives a

maximum of 4n connections.

b.We can n connections passing through the switch in the upper-right-hand corner

andanother n connections passing through the switch in the lower-left-hand corner, giving a total of 2n connections.

13.(P4) Review the car-caravan analogy in Section 1.4. Assume a propagation speed of 50

km/hour.

a.Suppose the caravan travels 150 km, beginning in front of one tollbooth, passing

through a second tollbooth, and finishing just before a third tollbooth. What is the

end-to-end delay?

b.Repeat (a), now assuming that there are five cars in the caravan instead of ten.

Answer: Tollbooths are 150 km apart, and the cars propagate at 50 km/hr, A tollbooth services a car at a rate of one car every 12 seconds.

a.There are ten cars. It takes 120 seconds, or two minutes, for the first tollbooth to service

the 10 cars. Each of these cars has a propagation delay of 180 minutes before arriving at the second tollbooth. Thus, all the cars are lined up before the second tollbooth after 182 minutes. The whole process repeats itself for traveling between the second and third tollbooths. Thus the total delay is 364 minutes.

b.Delay between tollbooths is 5*12 seconds plus 180 minutes, i.e., 181minutes. The total

delay is twice this amount, i.e., 362 minutes.

14.(P5) This elementary problem begins to explore propagation delay and transmission delay,

two central concepts in data networking. Consider two hosts, A and B, connected by a single link of rate R bps. Suppose that the two hosts are separated by m meters, and suppose the propagation speed along the link is s meters/sec. Host A is to send a packet of size L bits to Host B.

a.Express the propagation delay, d prop , in terms of m and s.

b.Determine the transmission time of the packet, d trans, in terms of L and R.

c.Ignoring processing and queuing delays, obtain an expression for the end-to-end

delay.

d.Suppose Host A begins to transmit the packet at time t = 0. At time t = d trans, where is

the last bit of the packet?

e.Suppose d prop is greater than d trans. At time t = d trans, where is the first bit of the

packet?

f.Suppose d prop is less than d trans.At time t = d trans,where is the first bit of the packet?

g.Suppose s = 2.5*108, L = 100bits, and R = 28kbps. Find the distance m so that d

prop equals d trans .

Answer:

a. d prop = m/s seconds.

b. d trans = L/R seconds.

c. d end-to-end = (m/s + L/R) seconds.

d.The bit is just leaving Host A.

e.The first bit is in the link and has not reached Host B.

f.The first bit has reached Host B.

g.Want

m=L

R

S=

100

28?103

2.5?108=893 km.

15.(P6) In this problem we consider sending real-time voice from Host A to Host B over a

packet-switched network (VoIP). Host A converts analog voice to a digital 64 kbps bit stream on the fly. Host A then groups the bits into 56-Byte packets. There is one link between Host A and B; its transmission rate is 500 kbps and its propagation delay is 2 msec.

As soon as Host A gathers a packet, it sends it to Host B. As soon as Host B receives an entire packet, it converts the packet’s bits to an analog signal. How much time elapses from the time a bit is created (from the original analog signal at Host A) until the bit is decoded(as part of the analog signal at Host B)?

Answer: Consider the first bit in a packet. Before this bit can be transmitted, all of the bits in thepacket must be generated. This requires

56?8

sec=7 msec

64?103

The time required to transmit the packet is

56?8

sec=896 μsec

3

Propagation delay = 2 msec.

The delay until decoding is

7msec +896μsec + 2msec = 9.896msec

A similar analysis shows that all bits experience a delay of 9.896 msec.

16.(P9) Consider a packet of length L which begins at end system A, travels over one link to a

packet switch, and travels from the packet switch over a second link to a destination end system. Let d i, s i, and R i denote the length, propagation speed, and the transmission rate of link i, for i= 1, 2. The packet switch delays each packet by d proc. Assuming no queuing delays, in terms of d i, s i, R i, (i= 1, 2), and L, what is the total end-to-end delay for the packet? Suppose now the packet Length is 1,000 bytes, the propagation speed on both links is 2.5 * 108m/s, the transmission rates of both links is 1 Mbps, the packet switch processing delay is 2 msec, the length of the first link is 6,000 km, and the length of the last link is 3,000 km. For these values, what is the end-to-end delay?

Answer: The first end system requires L/R1to transmit the packet onto the first link; the packet propagates over the first link in d1/s1; the packet switch adds a processing delay of

d proc; after receiving th

e entire packet, the packet switch requires L/R2to transmit the packet

onto the second link; the packet propagates over the second link in d2/s2. Adding these five delays gives

d end-end = L/R1 + L/R2 + d1/s1 + d2/s2 + d proc

To answer the second question, we simply plug the values into the equation to get 8 + 8 +

24 + 12 + 2= 54 msec.

17.(P10) In the above problem, suppose R1 = R2 = R and d proc= 0. Further suppose the packet

switch does not store-and-forward packets but instead immediately transmits each bit it receivers before waiting for the packet to arrive. What is the end-to-end delay?

Answer: Because bits are immediately transmitted, the packet switch does not introduce any delay;in particular, it does not introduce a transmission delay. Thus,

d end-end = L/R + d1/s1 + d2/s2

For the values in Problem 9, we get 8 + 24 + 12 = 44 msec.

18.(P11) Suppose N packets arrive simultaneously to a link at which no packets are currently

being transmitted or queued. Each packet is of length L and the link has transmission rate R.

What is the average queuing delay for the N packets?

Answer:The queuing delay is 0 for the first transmitted packet, L/R for the second transmitted packet, and generally, (n-1)L/R for the nth transmitted packet. Thus, the average delay for the N packets is

(L/R + 2L/R + ....... + (N-1)L/R)/N = L/RN(1 + 2 + ..... + (N-1)) = LN(N-1)/(2RN) = (N-1)L/(2R) Note that here we used the well-known fact that

1 +

2 + ....... + N = N(N+1)/2

19.(P14) Consider the queuing delay in a router buffer. Let I denote traffic intensity; that is, I =

La/R. Suppose that the queuing delay takes the form IL/R (1-I) for I<1.

a.Provide a formula for the total delay, that is, the queuing delay plus the transmission

delay.

b.Plot the total delay as a function of L/R.

Answer:

a.The transmission delay is L / R . The total delay is

IL

R(1?I)+

L

R

=

L/R

1?I

b.Let x = L / R.

Total delay=

x

1?αx

20.(P16) Perform a Traceroute between source and destination on the same continent at three

different hours of the day.

a.Find the average and standard deviation of the round-trip delays at each of the three

hours.

b.Find the number of routers in the path at each of the three hours. Did the paths

change during any of the hours?

c.Try to identify the number of ISP networks that the Traceroute packets pass through

from source to destination. Routers with similar names and/or similar IP addresses should be considered as part of the same ISP. In your experiments, do the largest delays occur at the peering interfaces between adjacent ISPs?

d.Repeat the above for a source and destination on different continents. Compare the

intra-continent and inter-continent results.

Answer: Experiments.

21.(P18) Suppose two hosts, A and B, are separated by 10,000 kilometers and are connected

by a direct link of R =2 Mbps. Suppose the propagation speed over the link is 2.5?108 meters/sec.

a.Calculate the bandwidth-delay product, R?d prop.

b.Consider sending a file of 400,000 bits from Host A to Host B. Suppose the file is sent

continuously as one large message. What is the maximum number of bits that will be in the link at any given time?

c.Provide an interpretation of the bandwidth-delay product.

d.What is the width (in meters) of a bit in the link? Is it longer than a football field?

e.Derive a general expression for the width of a bit in terms of the propagation speed s,

the transmission rate R, and the length of the link m.

Answer:

a.d prop= 107 / 2.5?108= 0.04 sec; so R ?d prop= 80,000bits

b.80,000bits

c.The bandwidth-delay product of a link is the maximum number of bits that can be inthe

link.

d. 1 bit is 125 meters long, which is longer than a football field

e.m / (R ?d prop ) = m / (R * m / s) = s/R

22.(P20) Consider problem P18 but now with a link of R = 1 Gbps.

a.Calculate the bandwidth-delay product,R·d prop .

b.Consider sending a file of 400,000 bits from Host A to Host B. Suppose the file is sent

continuously as one big message. What is the maximum number of bits that will be in

the link at any given time?

c.What is the width (in meters) of a bit in the link?

Answer:

a.40,000,000 bits.

b.400,000 bits.

c.0.25 meters.

23.(P21) Refer again to problem P18.

a.How long does it take to send the file, assuming it is sent continuously?

b.Suppose now the file is broken up into 10 packet is acknowledged by the receiver and

the transmission time of an acknowledgment packet is negligible. Finally, assume

that the sender cannot send a packet until the preceding one is acknowledged. How

long does it take to send the file?

https://www.360docs.net/doc/285191872.html,pare the results from (a) and (b).

Answer:

a. d trans + d prop = 200 msec + 40 msec = 240 msec

b.10 * (t trans + 2 t prop ) = 10 * (20 msec + 80 msec) = 1.0sec

1.第一章课后习题及答案

第一章 1.(Q1) What is the difference between a host and an end system List the types of end systems. Is a Web server an end system Answer: There is no difference. Throughout this text, the words “host” and “end system” are used interchangeably. End systems inc lude PCs, workstations, Web servers, mail servers, Internet-connected PDAs, WebTVs, etc. 2.(Q2) The word protocol is often used to describe diplomatic relations. Give an example of a diplomatic protocol. Answer: Suppose Alice, an ambassador of country A wants to invite Bob, an ambassador of country B, over for dinner. Alice doesn’t simply just call Bob on the phone and say, come to our dinner table now”. Instead, she calls Bob and suggests a date and time. Bob may respond by saying he’s not available that particular date, but he is available another date. Alice and Bob continue to send “messages” back and forth until they agree on a date and time. Bob then shows up at the embassy on the agreed date, hopefully not more than 15 minutes before or after the agreed time. Diplomatic protocols also allow for either Alice or Bob to politely cancel the engagement if they have reasonable excuses. 3.(Q3) What is a client program What is a server program Does a server program request and receive services from a client program Answer: A networking program usually has two programs, each running on a different host, communicating with each other. The program that initiates the communication is the client. Typically, the client program requests and receives services from the server program.

幼儿园课程试题库参考答案

一、幼儿园课程试题库参考答案 二、单项选择题 1. B 2.D 3.A 4. C 5.D 6. C 7. A 8.D 9. A 10.C 11. A 12.C 13. B 14. C 15.D 16. B 17. A 18. C 19. C 20.B 21. B 22. D 23. A 2 4. C 25.A 26.C 2 7. D 28. A 29.C 30.B 31. B 32.D 33. C 34.A 35.D 36. B 37.D 38. A 39. C 40.D 41.A 42.A 43.B 44.C 45.D 46.A 47.D 48.C 49.B 50.A 51.C 52.A 53.D 54.C 55.A 56.B 57.C 58.D 59.B 60.C 61.B 62.D 63.A 64.C 65.D 66.A 67.B 68.C 69.B 70.C 二.多项选择题 71.AC 72.BD 73.AC 74.AB 75.CD 76.ABC 77.AB 78.ABCD 79.ABCD 80.ABD 81.BCD 82.ABCD 83.BC 84.AB 85BCD 86.AB 87.AB 88.ABCD 89.ABCD 90.ABCD 91.ACD 92.ABC 93.BCD 94.ABC 95.ABCD 96.ABD 97.ABCD 98.ABD 99.AB 100.CD 101.CD 102.ABC 103.ABCD 104.ABD 105.ABC 106.ABC 107.ABCD 108.ABCD 109.ABCD 110.ABCD 111.AB 112.BD 113.ABC 114.ABC 115.BCD 116.ABC 117.BC 118.AB 119.CD 120.ABCD 121.ABCD 122.ABD 123.BCD 124.AD 125.ABCD 126.ABCD 127.ABCD 128.ABD 129.AD 130.BC 131.ABCD 132.ABCD 133.ABCD 134.AB 135.BCD 136.ABCD 137.ABC 138.ABCD 139.ABCD 140.ABD

软件工程部分课后练习题答案

第一章 1.计算机系统是由计算机硬件系统和软件系统这两个密不可分的部分组成的。 2.计算机软件系统通过运行程序来实现各种不同应用,包括用户为自己的特定目的编写的程序、检查和诊断机器系统的程序、支持用户应用程序运行的系统程序、管理和控制机器系统资源的程序等。 3.在软件工程学中,软件开发技术包括软件开发方法学、软件工具和软件工程环境。 4.在软件工程层次结构中,包括工具层、方法层、过程、技术层和质量保证层。 5.在面向对象概念中,消息传递是其与外部世界相互关联的唯一途径。 第三章 1.软件需求分析,可以把软件功能和性能的总体概念描述为具体的软件需求规格说明,进而建立软件开发的基础。 2.软件需求工作基本上包括收集用户、市场等方面对项目的需要,经过分析建立解题模型,细化模型,抽取需求。 3.结构化分析方法的基本步骤是采用由顶向下对系统进行功能分解,画出分层数据流图;由后向前定义系统的数据和加工,绘制数据词典和加工说明;最终写出软件需求和规格说明书。 4.面向对象分析方法总是从理解系统的“使用实例”开始,基本步骤是:定义系统的用例,在领域分析的基础上建立问题域的类(对象模型),然后开始建立对象——关系和对象——行为模型。 5.需求分析评审过程由以下5个步骤组成:规划、准备、召开审查大会、修改缺陷、重审。 第四章 1.与软件需求分析一样,软件设计也有两种主要设计方法:以结构化设计为基础的结构化软件设计和面向对象方法指导的面向对象软件设计。 2.传统的软件设计任务通常分两个阶段完成。第一个阶段是概要设计,包括体系结构设计

和接口设计,并编写概要设计文档;第二阶段是详细设计,其任务是确定各个软件的数据结构和操作,产生描述各软件组件的详细设计文档。 3.结构化的软件设计方法是一种面向数据流的设计方法,在面向数据流的方法中,数据流是考虑一切问题的出发点。 4.在数据流图中所代表的结构化设计模型中,所有系统均可纳入两种典型的形式,因此系统结构图也有两种类型:变换型系统结构图,事务型系统结构图。 5.Jackson表示法包括图形描述(Jackson图)和文本描述(Jackson伪代码)两种形式。 第五章 1.与结构化设计一样,面向对象设计也是将分析阶段所建立的分析模型转变为软件设计模型,应用数据设计(对象属性设计)、接口设计(消息模型开发)以及过程设计(子系统级设计)。 2.当两个子系统相互通信时,可以建立客户机/服务器连接或端对端连接。 3.系统设计不仅包括主要的业务需求子系统设计,还包括用户界面子系统设计、任务管理子系统设计、数据管理子系统设计。 4.对象设计强调从问题域的概念转换成计算机领域的概念,通过对象的描述、算法和数据结构设计、程序构件和接口,实现相关的类、关联、属性和操作。 5.在面向对象设计中系统设计的主要目标是表示软件体系结构。对象设计着重于对象及其交互的描述 第八章 1.软件程序测试的目的是发现程序中的错误,其主要任务是通过在计算机上执行程序,暴露

第1章课后习题参考答案

第一章半导体器件基础 1.试求图所示电路的输出电压Uo,忽略二极管的正向压降和正向电阻。 解: (a)图分析: 1)若D1导通,忽略D1的正向压降和正向电阻,得等效电路如图所示,则U O=1V,U D2=1-4=-3V。即D1导通,D2截止。 2)若D2导通,忽略D2的正向压降和正向电阻,得等效电路如图所示,则U O=4V,在这种情况下,D1两端电压为U D1=4-1=3V,远超过二极管的导通电压,D1将因电流过大而烧毁,所以正常情况下,不因出现这种情况。 综上分析,正确的答案是U O= 1V。 (b)图分析: 1.由于输出端开路,所以D1、D2均受反向电压而截止,等效电路如图所示,所以U O=U I=10V。

2.图所示电路中, E

解: (a)图 当u I<E时,D截止,u O=E=5V; 当u I≥E时,D导通,u O=u I u O波形如图所示。 u I ωt 5V 10V uo ωt 5V 10V (b)图 当u I<-E=-5V时,D1导通D2截止,uo=E=5V; 当-E<u I<E时,D1导通D2截止,uo=E=5V; 当u I≥E=5V时,uo=u I 所以输出电压u o的波形与(a)图波形相同。 5.在图所示电路中,试求下列几种情况下输出端F的电位UF及各元件(R、DA、DB)中通过的电流:( 1 )UA=UB=0V;( 2 )UA= +3V,UB = 0 V。( 3 ) UA= UB = +3V。二极管的正向压降可忽略不计。 解:(1)U A=U B=0V时,D A、D B都导通,在忽略二极管正向管压降的情况下,有:U F=0V mA k R U I F R 08 .3 9.3 12 12 = = - =

第17章课后题答案

第17章 光的衍射答案 17-2. 衍射的本质是什么?衍射和干涉有什么联系和区别? 答:光波的衍射现象是光波在传播过程中经过障碍物边缘或孔隙时发生的展衍现象,其实质是由被障碍物或孔隙的边缘限制的波振面上各点发出的子波相互叠加而产生。而干涉则是由同频率、同方向、相位差恒定的两束光波的叠加而成。 17-7. 光栅衍射和单缝衍射有何区别?为何光栅衍射的明条纹特别明亮而暗区很宽? 答:光栅衍射是多光束干涉和单缝衍射的总效果。其明条纹主要取决于多光束干涉,光强与狭缝数成正比,所以明纹很亮;又因为相邻明条纹间有个暗条纹,而且一般较宽,所以实际上在两条明条纹之间形成一片黑暗背景。 17-8. 试指出当衍射光栅常数为下述三种情况时,哪些级次的衍射明条纹缺级?(1)a+b=2a; (2)a+b=3a; (3)a+b=4a. 答:当(1)a+b=2a 时,±2,±4,±6…2k…(k=±1,±2,…)级缺级; 当(2)a+b=3a 时,±3,±6,±9…3k…(k=±1,±2,…)级缺级; 当(3)a+b=4a 时,±4,±8,±12…4k…(k=±1,±2,…)级缺级。 17-9. 一单色平行光垂直照射一单缝,若其第三级明条纹位置正好与600nm 的单色平行光的第二级明条纹位置相重合,求前一种单色光的波长。 解:单缝衍射的公式为: 2)12(sin λ θ+=k a 当nm 600=λ时,k=2, ' λλ=时,k=3, 当其第三级明条纹位置正好与600nm 的单色平行光的第二级明条纹位置相重合时,θ相同,所以有: 2 )132(2600)122(sin ' λθ+?=+?=a 由上式可以解得 nm 6.428'=λ 17-10. 单缝宽0.10mm ,透镜焦距为50cm ,用5000=λ埃的绿光垂直照射单缝,求:(1)位于透镜焦平面处的屏幕上中央明条纹的宽度和半角宽度各为多少? (2)若把此装置浸入水中(),中央明条纹的半角宽度又为多少? 解:中央明纹的宽度为f na x λ 2=?,半角宽度为na λ θ1sin -= (1)在空气中,1=n ,所以有 3310100.55.01010.010500022---?=????==?f na x λ m 3310 1 1100.51010.0105000sin sin -----?=??==na λθrad

《小学语文教学论》题库及答案

《小学语文教学论》题库及答案 一、单项选择题 1.“大课程——小教学观”认为()。 A.课程不仅包含教学活动,还包含丰富的内容,课程是内容与过程的统一 B. 课程与教学具有各自相对独立的实践活动内容与指涉对象 C. 课程只是教学活动的内容与对象,即教学内容 D. 教学活动的外延相对而言宽广地多 2.下列不属于“语言文化”说的观点的是()。 A.语言学习、语文课程离不开文化的学习,人的语言能力中包含着一定的文化素质 B. 语言与文化构成了一个民族存在的象征,语言是文化的物质载体,文化才是语言的实质性内容 C. 语文教学是对学生进行文学教学,语言只是文学的内容与实质而已 D.语文教学应该是“语文教育”,是一种“大语文观” 3. 教会学生规范、准确、流畅、流利地与人交流,教会学生善于用书面语言来表达自己的思想、认识、立场与感情,是小学生()的重要组成部分。 A.基本语文知识学习 B. 基本语言能力训练 C. 语言思维能力训练 D. 基本人文素养教育 4. 有效教学的核心构成要素是()。 A.教学目标 B. 教学方式 C. 教学评价 D. 教学效果 5. 我国现行《大纲》或《标准》把小学阶段的识字量确定为()字左右。 A. 1700 B. 2000 C. 2500 D.3000 6. 以下哪一项不是我国小学语文教学改革的趋势?() A.语文化 B. 一体化 C. 整合化 D. 简单化 7.德国教育家瓦·根舍因的创造的教学进程设计策略是()。 A. 问题——探究式教学设计 B.传递──接受式教学设计、 C. 自学──辅导式教学设计 D.范例式教学设计 8.下列哪项不是立体多维的知识结构?() A. 教什么的知识 B. 教给谁的指使 C. 如何教的知识 D. 工具性知识/实践性知识和背景性知识 9.小学生口语交际活动顺利进行的前提条件是()。 A. 听话能力 B. 说话能力 C. 表达方式的选择 D. 表达愿望与信心 10.某教师就中央电视台的“焦点访谈”、“实话实说”等节目中所涉及的话题对学生进行口语训练,这种教学法是()。 A. 教学内容延伸法 B.看图说话法 C. 主题会话法 D.情景创设法 11.狭义上讲,小学语文教材是指()。

软件工程课后习题(含答案)

第一章练习题 一、填空题 1、软件工程三要素是:方法、工具、过程。 2、软件开发方法是指软件开发过程中所应遵循的方法和步骤。 二、名词(术语)解释: 1、可靠性---是指在给定的时间间隔内,程序成功运行的概率。可靠性是衡量软件质量的一个重要目标。 2、可理解性---指系统具有清晰的结构,能直接反映问题的需求。可理解性有助于控制软件系统的复杂性,并支持软件的维护、移植和重用。 三、问答题 1、面向对象方法的优点是什么? 答:(1)将现实世界问题向面向对象解空间直接映射,实现对现实世界的直接模拟。 (2)以数据为中心,而不是基于对功能的分解,使得软件结构相对稳定,软件的重用性、可靠性、可维护等特性都较好。 2、可视化开发方法的优点有哪些? 答:(1)简化了图形用户界面的设计和编码工作,将开发的注意力主要集中在程序的执行逻辑和工作流程上。 (2)软件开发简单,易学、易上手。 (3)专业或非专业人员都能参与软件开发活动。 第二章练习题 一、填空题: 1、软件工程过程是:为获得软件产品,在软件工具支持下由软件人员完成的一系列软件工 程活动。 2、一个软件从定义、开发、使用和维护,直到最终被废弃,所经历的生存过程经历的生存过程称为软件生存期或叫生命期。 3、软件生命周期的阶段划分为3个时期是:定义时期、开发时期、维护时期。 4、软件工程标准的5个层次是:国际标准、国家标准、行业标准、企业规范、项目规范。 二、简答题: 1、瀑布模型的优点有哪些? 答:1、强迫开发人员采用规范的技术方法; 2、严格地规定了每个阶段必须提交的文档; 3、每个阶段结束前必须正式进行严格的技术审查和管理复审。 2、瀑布模型的缺点是什么? 答:1、在软件开发的初期阶段就要求做出正确、全面、完整的需求分析对许多应用软件来说是极其困难的。 2、在需求分析阶段,当需求确定后,无法及时验证需求是否正确、完整。 3、作为整体开发的瀑布模型,由于不支持产品的演化,缺乏灵活性,对开发过程中很 难发现的错误,只有在最终产品运行时才能暴露出来,从而使软件产品难以维护。

信号与系统课后习题答案—第1章

第1章 习题答案 1-1 题1-1图所示信号中,哪些是连续信号?哪些是离散信号?哪些是周期信号?哪些是非周期信号?哪些是有始信号? 解: ① 连续信号:图(a )、(c )、(d ); ② 离散信号:图(b ); ③ 周期信号:图(d ); ④ 非周期信号:图(a )、(b )、(c ); ⑤有始信号:图(a )、(b )、(c )。 1-2 已知某系统的输入f(t)与输出y(t)的关系为y(t)=|f(t)|,试判定该系统是否为线性时不变系统。 解: 设T 为此系统的运算子,由已知条件可知: y(t)=T[f(t)]=|f(t)|,以下分别判定此系统的线性和时不变性。 ① 线性 1)可加性 不失一般性,设f(t)=f 1(t)+f 2(t),则 y 1(t)=T[f 1(t)]=|f 1(t)|,y 2(t)=T[f 2(t)]=|f 2(t)|,y(t)=T[f(t)]=T[f 1(t)+f 2(t)]=|f 1(t)+f 2(t)|,而 |f 1(t)|+|f 2(t)|≠|f 1(t)+f 2(t)| 即在f 1(t)→y 1(t)、f 2(t)→y 2(t)前提下,不存在f 1(t)+f 2(t)→y 1(t)+y 2(t),因此系统不具备可加性。 由此,即足以判定此系统为一非线性系统,而不需在判定系统是否具备齐次性特性。 2)齐次性 由已知条件,y(t)=T[f(t)]=|f(t)|,则T[af(t)]=|af(t)|≠a|f(t)|=ay(t) (其中a 为任一常数) 即在f(t)→y(t)前提下,不存在af(t)→ay(t),此系统不具备齐次性,由此亦可判定此系统为一非线性系统。 ② 时不变特性 由已知条件y(t)=T[f(t)]=|f(t)|,则y(t-t 0)=T[f(t-t 0)]=|f(t-t 0)|, 即由f(t)→y(t),可推出f(t-t 0)→y(t-t 0),因此,此系统具备时不变特性。 依据上述①、②两点,可判定此系统为一非线性时不变系统。 1-3 判定下列方程所表示系统的性质: )()()]([)()(3)(2)(2)()()2()()(3)(2)()()()()() (2''''''''0t f t y t y d t f t y t ty t y c t f t f t y t y t y b dx x f dt t df t y a t =+=++-+=+++=? 解:(a )① 线性 1)可加性 由 ?+=t dx x f dt t df t y 0)()()(可得?????→+=→+=??t t t y t f dx x f dt t df t y t y t f dx x f dt t df t y 01122011111)()()()()()()()()()(即即 则 ???+++=+++=+t t t dx x f x f t f t f dt d dx x f dt t df dx x f dt t df t y t y 0212102201121)]()([)]()([)()()()()()( 即在)()()()()()()()(21212211t y t y t f t f t y t f t y t f ++前提下,有、→→→,因此系统具备可加性。 2)齐次性 由)()(t y t f →即?+=t dx x f dt t df t y 0)()()(,设a 为任一常数,可得 )(])()([)()()]([)]([000t ay dx x f dt t df a dx x f a dt t df a dx x af t af dt d t t t =+=+=+??? 即)()(t ay t af →,因此,此系统亦具备齐次性。 由上述1)、2)两点,可判定此系统为一线性系统。

新人教版九年级物理第十七章课后习题答案

第十七章第一节《电流与电压和电阻的关系》 在探究电阻一定时电流与电压关系的实验中,小明得到的实验数据如下表所示。 (1)为分析电流与电压的定量关系,请你在图17.1-2 的方格中建立有关坐标轴并制定其标度,把表中的数据 在坐标系中描点。 (2)小英说,从图中可以看出,这些数据中有一组是 明显错误的,跟其他数据的规律完全不同,可能是读取 这组数据时粗心所引起的,分析时需要把它剔除掉。这 是哪组数据? 2. 在电阻一定时探究电流与电压关系的实验中,小凯把 定值电阻、电流表、电压表、滑动变阻器、开关和电源 连接成了图17.1-3 所示的电路,正准备闭合开关时,旁 边的小兰急忙拦住他,说接线错了。 请你检查一下电路,错在哪里?小兰发现只要改接一根导线就可以,请把接错的那一根导线找出来,打上“×”,再画线把它改到正确的位置上。 第一节《电流与电压和电阻的关系》课后习题答案 1.(1)图略 (2)“1.2V 0.40A”这组数据跟其他数据的规律完全不同,需要剔除。 2.如图所示 ×

第十七章第二节《欧姆定律》 1. 一个电熨斗的电阻是80 Ω,接在220 V 的电压上,流过它的电流是多少? 2. 一个定值电阻的阻值是10 Ω,使用时流过的电流是200 mA ,加在这个定值电 阻两端的电压是多大? 3. 某小灯泡工作时两端的电压是2.5 V ,用电流表测得此时的电流是300 mA ,此 灯泡工作时的电阻是多少? 4. 某同学认为:“由I = U/R 变形可得R = U/I 。这就表明,导体的电阻R 跟它两端的电压成正比,跟电流成反比。”这种说法对吗?为什么? 第二节《欧姆定律》课后习题答案 1. 2.75A 2. 2V 3. 8.3Ω 解析:1.根据公式I=R U 2.根据公式U=IR 3.根据公式R = U/I 4.这种说法不对,因为导体的电阻是导体本身的一种性质,它只与导体的材料、长度、横截面积有关,还受温度影响,而与导体两端的电压及通过导体的电流大小无关,公式R = U/I 只是一个电阻的计算式,通过此公式可以求出导体的电阻,但不能决定导体电阻的大小,当导体不接入电路时,其阻值不会改变。 第十七章第三节《电阻的测量》 1. 一个小灯泡上标着“ 2.2 V 0.25 A ”,表明这个小灯泡工作时的电 阻是8.8 Ω。图17.3-2 是一位同学为检 验小灯泡的标称电阻是否准确而连接的 实验线路。他的连接有三个错误。请你 指出这三个错误分别错在哪里。应怎样 改成正确的连接? 2. 已知流过一只电阻为242 Ω 的灯泡的电流是0.91 A 。如果在灯泡两端再并联一个电阻为165 Ω 的电烙铁,并联电路的总电流变为多大? 3. 图17.3-3 是用伏安法测量某未知电阻的电路图。 (1)根据电路图将图17.3-4 所示的实物图连接起来; (2)读出图17.3-5 所示电流表和电压表的示数; (3)算出被测电阻本次的测量值。

幼儿园课程练习题库参考答案1

华中师范大学网络教育学 《幼儿园课程》练习测试题库及答案 一、单项选择题 ( D )1.将课程看作是学习者获得的直接经验的学者是。 A.皮亚杰 B.斯宾赛 C.克伯屈 D.杜威 ( A )2.从计划的维度来定义课程的学者有。 A.塔巴 B.博比特 C.弗洛伊德 D.坎贝尔 ( C )3. 美国著名教育家杜威将和课程的本质联系起来。 A.学科知识 B.活动过程 C.儿童经验 D.教学计划 ( B )4. 与课程是学校组织的活动的观念同一渊源的课程观是。 A.学科课程观 B.经验课程观 C.活动课程观 D.目标课程观 (A)5.强调知识学习的课程是。 A.分科课程 B.综合课程 C.核心课程 D.广域课程 (A)6.强调儿童经验的丰富的课程是。 A.分科课程 B.综合课程 C.核心课程 D.广域课程 ( A )7.强调课程必须适合幼儿的身心特点和发展规律,这是幼儿园课程的。 A.适宜性 B.活动性 C.基础性 D.文化性 ( B)8.幼儿园课程不具有强制性,这是其。 A.游戏性 B.非义务性 C.基础性 D.文化性 ( A )9.在研究幼儿时将幼儿当做一个人分析他们的生存和发展需要,这种研究角度是。 A.哲学 B.心理学 C.社会学 D.教育学 ( B )10. 研究他们内在的发展需要,在学习和生活中的兴趣,研究儿童学习能力上的年龄特征,这种研究角度是。

A.哲学 B.心理学 C.社会学 D.教育学 ( D )11.蒙台梭利的早期教育课程注重儿童的。 A.智力 B.动作 C.艺术 D.感知觉 ( C )12. 是瑞吉欧教育体系中课程的主要特征。 A.知识学习 B.动作训练 C.方案教学 D.感知觉训练 ( A )13.我国的幼儿园教育家先生提倡在幼儿园实施“单元教学”。 A.陈鹤琴 B.张雪门 C.张宗麟 D.戴自俺 ( C )14.美国课程学者认为目标是课程编制的核心,被叫做“行为目标之父”。 A.杜威 B.斯宾赛 C.泰勒 D.坎贝尔 ( C)15. 是指在教育过程中生成的课程目标。 A.总体目标 B.中期目标 C.生成性目标 D.预成性目标 ( B )16. 是指以适应儿童的心理特点的方式来组织课程内容而形成的内容顺序。 A.逻辑顺序 B.心理顺序 C.内容顺序 D.学科顺序 ( C )17.幼儿园课程的主要特点是由决定的。 A.文化 B.经济发展 C.幼儿的身心特征 D.环境 ( A )18. 早期教育方案强调“整个儿童”的培养。 A.认知学派 B.蒙台梭利 C.结构主义 D.班克街(Bank street) ( C )19. 是瑞吉欧教育体系的倡导者和领导者。 A.杜威 B.蒙台梭利 C.马拉古兹 D.维果斯基 ( B )20.我国第一个《幼稚园课程标准》的颁布是在年。 .1932 C (C )21.首先将“学前教学”引进教育学的人是。 A.杜威 B.张雪门 C.乌索娃 D.维果斯基 ( B )22.英国课程学者提出了课程编制的过程模式。 A.艾宾浩斯 B.特纳 C.斯坦豪斯 D.斯波代克 ( D )23. 是课程设计者在教育活动开始之前预设的教育目标。

《软件》课后习题答案

第一章 1.什么是程序,程序有哪些特性? 程序:是一个用计算机语言描述的某一问题的解决步骤,它的表示是静态的。 特性:静态与动态属性,由程序语言抽象的符号表达,是对数据施行算法的过程,是分层嵌套的。2.软件有哪些特性? 特性:功能、性能相对完备的程序系统,具有使用性能的软设备,软件是信息商品,易大批量生产、成本低,是极具竞争性的商品,投入的资金主要是人工费,是只有过时而无“磨损”的商品。 3.什么是群件,目前常见的群件产品有哪些? 群件:是近几年开发的一种基于电子邮件的应急系统软件,它拓 宽了电子邮件的的内涵,涵盖了很多通信协调功能。目前常见的群件产品有:IBM公司的lotus Note、Microsoft公司的Exchange Server 、Novell公司的Group Wise等 4.计算机的软件是由哪几部分组成的,各自的作用是什么? 软件由:软件程序(解题步骤)+数据(描述事物的属性和状态)+文档(功能性能的说明性信息)组成。 5.什么是程序开发环境,常见的开发环境有那些? 程序开发环境:即现在作用到的编程语言,一般以一个集成环境的形式出现。 此环境中包含了语言编辑器,调试工具,编译工具,运行工具,图标图像制作工具等。 6.常见的Internet工具有哪些? Web服务器软件、web浏览器、文件传送工具FTP、远程访问工具Telnet、邮件软件、网络聊天、多媒体等。 7.操作系统的作用(功能)是什么? 1、处理器管理 2、存储器管理 3、设备管理 4、文件管理 5、作业管理。 8.文件系统足以支持程序运行,数据库的作用是什么? 克服文件系统的缺陷。 9.软件开发的核心是编制可运行的程序,还有比这跟重要的工作么? 系统分析和数据分析。 10.程序设计语言本身是软件么? 是,而且是系统软件。 第二章 1.程序设计语言有哪两种实现方式,各有什么优缺点? 方式一:编译(优:可进行优化,目标码效率很高。缺:费时)方式二:解释(优:可以逐句读入源代码,比较灵活,小巧。解释器不大,工作空间也不大,且能根据程序的执行情况决定下一步需做什么。缺:一句一句的难于优化,效率低) 2.结构化程序设计语言有那几种基本控制结构? 顺序、选择、循环。 3.为什么要引进过程,过程和函数的区别有哪些? 引进了过程或函数可以让程序语言更清晰,可以多次调用。使用过程还可以降低程序的复杂性,使程序结构变得清晰明了。过程是不带返回值,函数是带返回值。 4.什么是全局变量,什么是局部变量? 全局变量:出了程序便失去定义,作用范围,整个程序。 局部变量:局部的程序块中有定义。 5. 什么是指针变量? 指向数据的地址的变量。 6.过程参数传递的方式有哪几种,各有什么特点? 传值:优:很安全,不会改变全局变量的值。缺:占用双倍存储单元,传值时不能带回值。 引用:优:能带返回值,存储空间小。缺;局部有可能改变全局变量的值。

VB第一章课后习题答案

习题 一、单项选择题 1. 在设计阶段,当双击窗体上的某个控件时,所打开的窗体是_____。 A. 工程资源管路器窗口 B. 工具箱窗体 C. 代码窗体 D. 属性窗体 2. VB中对象的含义是_____。 A. 封装了数据和方法的实体 B. 封装的程序 C. 具有某些特性的具体事物的抽象 D. 创建对象实例的模板 3. 窗体Form1的Name属性是MyForm,它的单击事件过程名是_____。 A. MyForm_Click B. Form_Click C. Form1_Click D. Frm1_Click 4. 如果要改变窗体的标题,需要设置窗体对象的_____属性。 A. BackColor B. Name C. Caption D. Font 5. 若要取消窗体的最大化功能,可将其_____属性设置为False来实现。 A. Enabled B.ControlBox C. MinButton D. MaxButton 6. 若要以代码方式设置窗体中显示文本的字体大小,可通过设置窗体对象_____属性来实现。 A. Font B.FontName C.FontSize D. FontBold 7. 确定一个控件在窗体上位置的属性是_____。 A. Width或Height B. Width和Height C. Top或Left D. Top和Left 8. 以下属性中,不属于标签的属性是_____。 A. Enabled B. Default C. Font D. Caption 9. 若要设置标签控件中文本的对齐方式,可通过_____属性实现。 A.Align B. AutoSize C. Alignment D. BackStyle 10. 若要使标签控件的大小自动与所显示文本的大小相适宜,可将其_____属性设置为True来实现。 A.Align B. AutoSize C. Alignment D. Visible 11. 若要设置或返回文本框中的文本,可通过设置其_____属性来实现。 A.Caption B. Name C. Text D. (名称) 12. 若要设置文本框最大可接受的字符数,可通过设置其_____属性来实现。 A.MultiLine B. Max C. Length D. MaxLength

幼儿园课程试题库参考答案

幼儿园课程试题库参考答案 一、单项选择题 1. B 4. C 6. C 7. A 9. A 11. A 13. B 14. C 16. B 17. A 18. C 19. C 21. B 22. D 23. A 2 4. C 2 7. D 28. A 31. B 33. C 36. B 38. A 39. C 二.多项选择题 85BCD 三、名词解释 141.课程——课程的本质就是教育工作者根据社会发展和学习者个人成长的需要,在一定的教育理论指导下,为促进学习者有效地学习或实现可期望的身心发展而计划、选择和组织的教学活动的总和。在各种教育机构中,课程是由一系列的教育教学活动目标、内容和方式方法以及评价构成的教育教学活动的体系。 142.幼儿园课程——幼儿园课程是教育工作者为了促进幼儿身心的全面和谐发展而计划的,

在幼儿园的教育情景中组织和实施的,以幼儿为主体的各种形式的学习活动的总和。 143. 分科课程——以有组织的学科内容为课程组织的基础。是根据各级各类学校培养目标和科学发展的水平,从各门学科中选择出适合一定年龄阶段的学生发展水平的知识,组成各种不同的教学科目而形成的课程。 144.活动课程——活动课程有多种称谓,如“儿童中心课程”、“生活课程、”“经验课程”等等。它与分科课程相对,是打破学科之间的逻辑界限以学生的兴趣、需要和能力为基础,通过学生自己组织的一系列的活动而实施的课程。 145.综合课程——综合课程又称为“广域课程”、“统合课程”和“合成课程”。它是指以特定的方式将若干门相关学科的知识内容融合、组织在一起进行教学的一种课程。 146.核心课程——是指一种独特的课程类型,即以儿童的某一重要的生活问题,或者是人类社会的某种基本活动为核心来选择和组织教学内容和教学方式方法的课程。这种核心课程也被称作“问题中心课程”。 147.国家课程——国家课程也称为“国家统一课程”,是指由中央政府负责编制、实施和评价的课程。 148校本课程——是由学生所在学校的教师编制、实施和评价的课程。 149.显性课程——显性课程又被称作“正规课程”,是指学校按计划开设的、由专门的教师负责组织实施课程。 150.隐性课程——隐性课程又称为“隐蔽课程”、“潜在课程”、“无形课程”、“自发课程”等。它是在学校情境中以间接的、内隐的方式呈现给学生的课程,具体来说,隐性课程指的是那些在学校政策和课程计划中没有明确规定的,但却实实在在构成了学生在学校学习经验中常规、有效部分的教育内容和结果。 151.课程目标——课程目标是在学校教师指导下,学生某种学习活动的具体的行为变化的表现和阶段性、特殊性的学习结果。 152.课程内容——课程内容肯定是在学习者还没有掌握之前就已经存在于人类的科学和文化之中的,能供儿童学习,而且对儿童的发展有意义、有价值的各种形式的素材,它们是人类智慧的结晶。 153.课程实施——人们一般认为,课程实施就是将静态的课程方案转化为动态的课程实践的过程,即是将设计好的课程方案付诸于实践的过程。 154.项目活动——项目活动是根据儿童的生活经验和兴趣确定活动的主题,并以该主题为中心加以扩散,编制主题网络,将概念予以分化、放大,让儿童通过自己的学习,探索概念的

软件项目管理课后习题参考答案

第一章项目管理概述 一.选择题 1.项目是(D)。 A.一个实施相应工作围的计划 B.一组以协作式管理、获得一个期望结果的主意 C.创立独特的产品或服务所承担的临时努力 D.必须在规定的时间、费用和资源约束条件下完成的一次性任务 2.你刚被指派在你的公司的一个不同的部门中管理一个大的项目。你正试图了解项目是关于什么的,谁是主要的项目干系人,为了管理好此项目,你首先应该做(C)。 A.所有的项目计划 B.会见以前的项目经理,以找出他离开的原因 C.与你的老板见面,了解他对项目的看法 D.与你的新项目团队见面,认识他们和了解他们对项目的看法 3.不属于项目的活动是(B )。 A.一种新型罐头产品的开发 B.罐头产品的生产 C.罐头产品的试制 D.罐头产品的营销策划 4.项目是一个特殊的将被完成的有限任务,它是在一定的时间,满足一系列特定目标的多项相关工作的总称。此定义实际包含的含义有(D)。 A.项目是一项有待完成的任务,且有特定的环境与要求 B.在一定的组织机构,利用有限资源(人力、物力、财力等)在规定时间完成任务C.任务要满足一定性能、质量、数量、技术指标等要求

D.项目的实施具有一定的风险

第二章项目实施的环境与过程 一.选择题 1.项目管理中应用最广泛的组织形式是(C )。 A.项目式B.职能式C.矩阵式D.网络式 2.下面有关矩阵式组织环境的描述,不正确的是( A )。 A.项目的经理必须是职能部门领导,这样才能取得公司总经理对项目的信任B.项目经理和职能经理必须就谁占主导地位达成共识 C.矩阵式项目组织能够充分利用人力资源 D.矩阵式项目组织能够对客户的要求作出快速响应 3.在下列组织结构形式中,团队建设最困难的是( C )。 A.直线式结构B.职能式结构C.矩阵结构D.项目结构4.职能式项目组织形式中项目经理的权限( A )。 A.很小B.有限C.中等D.很高 5.项目在哪种组织中最不被重视(D)。 A.平衡矩阵型B.强矩阵型C.项目协调员型D.职能型6.下面各种类型的组织中,哪种最常发生冲突( B )。 A.职能型组织B.矩阵型组织 C.项目型组织D.项目协调员型组织 7.传统组织结构的不利因素是(B)。 A.与客户接触渠道单一B.对客户需求反应缓慢 C.项目领导拥有太多的正式权力D.直接项目报告太多

工程力学课程试题库及参考答案

工程力学课程试题库及参考答案 一、判断题: 1.力对点之矩与矩心位置有关,而力偶矩则与矩心位置无关。 [ ] 2.轴向拉压时无论杆件产生多大的变形,正应力与正应变成正比。 [ ] 3.纯弯曲的梁,横截面上只有剪力,没有弯矩。 [ ] 4.弯曲正应力在横截面上是均匀分布的。 [ ] 5.集中力所在截面上,剪力图在该位置有突变,且突变的大小等于该集中力。 [ ] 6.构件只要具有足够的强度,就可以安全、可靠的工作。 [ ] 7.施加载荷使低碳钢试件超过屈服阶段后再卸载,材料的比例极限将会提高。 [ ] 8.在集中力偶所在截面上,剪力图在该位置有突变。 [ ] 9.小柔度杆应按强度问题处理。 [ ] 10.应用平面任意力系的二矩式方程解平衡问题时,两矩心位置均可任意选择,无任何限制。 [ ] 11.纯弯曲梁横截面上任一点,既有正应力也有剪应力。 [ ] 12.最大切应力作用面上无正应力。 [ ] 13.平面平行力系有3个独立的平衡方程。 [ ] 14.低碳钢试件在拉断时的应力为其强度极限。 [ ] 15.若在一段梁上作用着均布载荷,则该段梁的弯矩图为倾斜直线。 [ ] 16.仅靠静力学平衡方程,无法求得静不定问题中的全部未知量。 [ ] 17.无论杆件产生多大的变形,胡克定律都成立。 [ ] 18.在集中力所在截面上,弯矩图将出现突变。 [ ] 二、单项选择题: 1.图1所示杆件受力,1-1、2-2、3-3截面上轴力分别是 [ ] 图1 ,4F,3F B.-4F,4F,3F,F,0 ,4F,3F

2.图2所示板和铆钉为同一材料,已知bs []2[]στ=。为充分提高材料利用率,则铆钉的直径应该是 [ ] 图2 A.2d δ= B.4d δ= C.4d δ π= D.8d δ π= 3.光滑支承面对物体的约束力作用于接触点,其方向沿接触面的公法线 [ ] A.指向受力物体,为压力 B.指向受力物体,为拉力 C.背离受力物体,为压力 D.背离受力物体,为拉力 4.一等直拉杆在两端承受轴向拉力作用,若其一半为钢,另一半为铝,则两段的 [ ] A.应力相同,变形相同 B.应力相同,变形不同 C.应力不同,变形相同 D.应力不同,变形不同 5.铸铁试件扭转破坏是 [ ] A.沿横截面拉断 B.沿45o 螺旋面拉断 C.沿横截面剪断 D.沿45o 螺旋面剪断 6.图2跨度为l 的简支梁,整个梁承受均布载荷q 时,梁中点挠度是45384C ql w EI =,图示简支梁跨中 挠度是 [ ] 图2 A.45768ql EI B.45192ql EI C.451536ql EI D.4 5384ql EI 7.塑性材料冷作硬化后,材料的力学性能变化的是 [ ] A.比例极限提高,弹性模量降低 B.比例极限提高,塑性降低 C.比例极限不变,弹性模量不变 D.比例极限不变,塑性不变 8.铸铁试件轴向拉伸破坏是 [ ] A.沿横截面拉断 B.沿45o 斜截面拉断 C.沿横截面剪断 D.沿45o 斜截面剪断 9.各向同性假设认为,材料沿各个方向具有相同的 [ ] A.外力 B.变形 C.位移 D.力学性质 10.材料不同的两根受扭圆轴,其直径和长度均相同,在扭矩相同的情况下,它们的最大切应力 和相对扭转角之间的关系正确的是 [ ] A.最大切应力相等,相对扭转角相等 B.最大切应力相等,相对扭转角不相等 C.最大切应力不相等,相对扭转角相等 D.最大切应力不相等,相对扭转角不相等 11.低碳钢试件扭转破坏是 [ ] A.沿横截面拉断 B.沿45o 螺旋面拉断 C.沿横截面剪断 D.沿45o 螺旋面剪断 12.整根承受均布载荷的简支梁,在跨度中间处 [ ] A.剪力最大,弯矩等于零 B.剪力等于零,弯矩也等于零 C.剪力等于零,弯矩为最大 D.剪力最大,弯矩也最大

软件工程课后习题答案第五版

软件工程课后习题答案第五版 《软件工程导论》课后习题答案 第一章软件工程概论 1.什么是软件危机? 软件危机是指在计算机软件的开发和维护过程中所遇到的一系列严重问题。这些问题表现在以下几个方面: (1)用户对开发出的软件很难满意。 (2)软件产品的质量往往靠不住。 (3)一般软件很难维护。 (4)软件生产效率很低。 (5)软件开发成本越来越大。 (6)软件成本与开发进度难以估计。

(7)软件技术的发展远远满足不了计算机应用的普及与深入的需要。 2.为什么会产生软件危机? (1) 开发人员方面,对软件产品缺乏正确认识,没有真正理解软件产品是一个完整的配置组成。造成开发中制定计划盲目、编程草率,不考虑维护工作的必要性。 (2) 软件本身方面,对于计算机系统来说,软件是逻辑部件,软件开发过程没有统一的、公认的方法论和规范指导,造成软件维护困难。 (3) 尤其是随着软件规模越来越大,复杂程度越来越高,原有软件开发方式效率不高、质量不能保证、成本过高、研制周期不易估计、维护困难等一系列问题更为突出,技术的发展已经远远不能适应社会需求。 3.怎样克服软件危机? (1) 充分吸收和借鉴人类长期以来从事各种工程项目中积累的行之有效的有效原理、概念、技术与方法,特别是吸取几十年来人类从事计算机硬件研究和开发的经验教训。在开发软件的过程中努力作到良好的组织,严格的管理,相互友好的协作。

(2) 推广在实践中总结出来的开发软件的成功的技术和方法,并研究更好、更有效的技术和方法,尽快克服在计算机系统早期发展阶段形成的一些错误概念和作法。 (3) 根据不同的应用领域,开发更好的软件工具并使用这些工具。将软件开发各个阶段使用的软件工具集合成一个整体,形成一个很好的软件开发支环环境。 总之为了解决软件危机,既要有技术措施(方法和工具),又要有必要的组织管理措施。 4.构成软件项目的最终产品: 应用程序、系统程序、面向用户的文档资料和面向开发者的文档资料。 5.什么是软件生存周期? 软件生存周期是指从软件定义、开发、使用、维护到淘汰的全过程。 6.软件生存周期为什么划分成阶段? (1) 任何一个阶段的具体任务不仅独立,而且简单,便于不同人员分工协作,从而降低整个软件开发工作的困难程度。

相关文档
最新文档