Exam 6: Modularization

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A module that is referenced in a predefined-process symbol does not need to be described in another program flowchart or pseudocode representation.

Free
(True/False)
4.7/5
(41)
Correct Answer:
Verified

False

What is a module that references other modules called?

Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
Verified

D

The overall control module can also be referred to as a

Free
(Multiple Choice)
4.9/5
(46)
Correct Answer:
Verified

D

Given the following pseudocode,how many times will module C000 be called? Start Process B000 DOWHILE not EOF Process B010 Process B000 ENDDO Process B020 Process B030 Stop B000\underline { \mathrm { B } 000 } Enter IF condition THEN Process C000\mathrm { C000 } (ELSE) ENDIF Process C010 Return

(Multiple Choice)
4.8/5
(42)

All boxes in a structure chart except the top box represent called modules.

(True/False)
4.9/5
(39)

Another name for a called module is a callee.

(True/False)
4.8/5
(37)

Given the following pseudocode,how many times will module C010 be called? Start Process B000 DOWHILE not EOF Process B010 Process B000 ENDDO Process B020 Process B030 Stop B000\underline { \mathrm { B } 000 } Enter IF condition THEN Process C00\mathrm { C00 } (ELSE) ENDIF Process C010\mathrm { C } 010 Return

(Multiple Choice)
4.9/5
(44)

A module can be both a calling module and a called module.

(True/False)
4.9/5
(36)

What design tool typically shows the flow of work within a system?

(Multiple Choice)
4.8/5
(29)

What is the name of the approach where the overall control module is designed first,leaving the details until later?

(Multiple Choice)
4.7/5
(36)

Given the following pseudocode,how many times will module B000 be called? Start Process B000 DOWHILE not EOF Process B010 IF condition THEN Process B020 (ELSE) ENDIF ENDDO Process B020 Process B030 Stop

(Multiple Choice)
4.9/5
(44)

The overall control module ends with a Return statement.

(True/False)
4.9/5
(39)

The apparent complexity of a program can be lessened by a technique called modularization.

(True/False)
4.8/5
(26)

The execution order of the modules on a structure chart is indicated by their positioning on the chart.

(True/False)
4.9/5
(31)

Each module,including the overall control module,contains a Start statement at the beginning of the module and a Stop statement at the end of the module.

(True/False)
4.9/5
(42)

What program flowcharting symbol is used to identify a series of steps shown on another flowchart?

(Multiple Choice)
4.9/5
(31)

On a structure chart,the leftmost box represents the module that will be executed first.

(True/False)
4.7/5
(37)

Given the following pseudocode,how many times will module B010 be called? Start Process B000 DOWHILE not EOF Process B010 IF condition THEN Process B020 (ELSE) ENDIF ENDDO Process B020 Process B030 Stop

(Multiple Choice)
4.9/5
(40)

Each module should be independent of how logic is implemented within another module.

(True/False)
5.0/5
(32)

A segment of logically related code is called a(n)

(Multiple Choice)
4.8/5
(37)
Showing 1 - 20 of 30
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)