Questions from Software Engineering


Q: Figure 3-27 shows a WBS with 11 tasks. Note

Figure 3-27 shows a WBS with 11 tasks. Note that each task has an ID, a description, duration, and a reference to predecessor tasks, if any, which must be completed before the task can begin. Also not...

See Answer

Q: What are the two major components of a computer system?

What are the two major components of a computer system?

See Answer

Q: What values can result from evaluating Boolean expressions?

What values can result from evaluating Boolean expressions?

See Answer

Q: What are the three steps found in every loop?

What are the three steps found in every loop?

See Answer

Q: When can a structured loop be exited?

When can a structured loop be exited?

See Answer

Q: Another term for “counting down” is ____.

Another term for “counting down” is ____.

See Answer

Q: 1. Each element of an array has the same ____ and

1. Each element of an array has the same ____ and the same ____. 2. Each element of an array has a unique ____. 3. (True/False) Array elements are stored sequentially in computer memory.

See Answer

Q: 1. ____ files contain data that has not been encoded as

1. ____ files contain data that has not been encoded as text. 2. The combination of the disk drive plus the complete hierarchy of directories in which a file resides is its ____. 3. ____ are groups of...

See Answer

Q: 1. When records are in ____ order, they are arranged

1. When records are in ____ order, they are arranged one after another on the basis of the value in a particular field. 2. (True/False) When computers sort data, they always use alphabetic values when...

See Answer

Q: 1. (True/False) When you pass a data

1. (True/False) When you pass a data item into a method from a calling program, it is called a parameter to the method. 2. (True/False) Each time a method executes, any parameter variables listed in t...

See Answer