Questions from Software Engineering


Q: 1. The feature of modular programs that allows individual modules to

1. The feature of modular programs that allows individual modules to be used in a variety of applications is known as ____. 2. Programmers say the data items are ____ only within the module in which t...

See Answer

Q: 1. A(n) ____ is an added statement that

1. A(n) ____ is an added statement that gets the first input value in a program. 2. (True/False) When you are beginning to learn about structured program design, it is easy to detect whether a flowcha...

See Answer

Q: List the reasons for using the three structures discussed in the chapter

List the reasons for using the three structures discussed in the chapter.

See Answer

Q: What is the most important phase in creating a program to solve

What is the most important phase in creating a program to solve a problem?

See Answer

Q: Which logical operator requires that only one condition be true to produce

Which logical operator requires that only one condition be true to produce a true result?

See Answer

Q: Which logical operator requires that both conditions be true to produce a

Which logical operator requires that both conditions be true to produce a true result?

See Answer

Q: 1. In an OR decision, you should first ask the

1. In an OR decision, you should first ask the question that is ____ (more/less) likely to be true. 2. In an AND decision, you should first ask the question that is ____ (more/less) likely to be true....

See Answer

Q: When AND and OR operators are combined in the same statement,

When AND and OR operators are combined in the same statement, which has precedence?

See Answer

Q: If the loop control variable is not altered within the loop,

If the loop control variable is not altered within the loop, what will happen?

See Answer

Q: If the loop control variable is not initialized, what may happen

If the loop control variable is not initialized, what may happen?

See Answer