Answer the following statements true (T) or false (F)

1. Cohesion is the ability of a module to be independent from other modules.
2. Modules are not necessary to use when programming.
3. Modules should have a designated function.
4. The value of a local variable is available to all other modules.
5. The value of a parameter is available to all other modules.


1. TRUE
2. FALSE
3. TRUE
4. FALSE
5. FALSE

Computer Science & Information Technology

You might also like to view...

Some routines, such as the ones that control physical I/O, directly support application programs as they run and thus must be __________.

a. protected b. transient c. resident d. encrypted

Computer Science & Information Technology

Implement your base class for the hierarchy from the previous exercise.

What will be an ideal response?

Computer Science & Information Technology

To initialize an array, you use an initialization list of values separated by commas and enclosed within curly braces.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Give at least three examples of a procedure-oriented language, and at least three examples of an object-oriented language.

What will be an ideal response?

Computer Science & Information Technology