Exam 6: Modularization

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

Given the following pseudocode,how many times will module B020 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.8/5
(37)

Given the following pseudocode,in what order will the modules be called? Start Process B000 DOWHILE not EOF Process B010 Process B000 ENDDO Process B020 Process B030 Stop B000 Enter IF condition THEN Process C000\mathrm { C000 } (ELSE) ENDIF Process C010 Return

(Multiple Choice)
4.8/5
(33)

The annotation program flowcharting symbol does not represent an additional processing step.

(True/False)
4.7/5
(39)

A called module must be invoked one or more times by a calling module during processing.

(True/False)
4.8/5
(47)

What program flowcharting symbol is used further explain any step in the flowchart?

(Multiple Choice)
5.0/5
(32)

The label A000 should be used at the beginning of each module.

(True/False)
4.8/5
(35)

A module should perform one and only one well-defined function.

(True/False)
4.8/5
(38)

A hierarchy chart shows the flow of work within a program.

(True/False)
4.8/5
(31)

What design tool shows the potential flow of control within a program?

(Multiple Choice)
4.8/5
(39)

Given the following pseudocode,how many times will module B030 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.8/5
(34)
Showing 21 - 30 of 30
close modal

Filters

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