Exam 6: Modularization
Exam 1: Introduction to Structured Design30 Questions
Exam 2: Simple Sequence Control Structure30 Questions
Exam 3: Ifthenelse Control Structure30 Questions
Exam 4: Dowhile Control Structurecounter-Controlled Loops30 Questions
Exam 5: Dowhile Control Structuretrailer Record Logic30 Questions
Exam 6: Modularization30 Questions
Exam 7: Case Control Structure30 Questions
Exam 8: Dountil Control Structure30 Questions
Exam 9: Introduction to Arrays30 Questions
Exam 10: Introduction to Object-Oriented Design30 Questions
Exam 11: Inheritance30 Questions
Exam 12: Other Class and Object Relationships30 Questions
Exam 13: Array Applications30 Questions
Exam 14: Master File Update Processing30 Questions
Exam 15: Control-Break Processing30 Questions
Select questions type
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:
False
What is a module that references other modules called?
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
D
The overall control module can also be referred to as a
Free
(Multiple Choice)
4.9/5
(46)
Correct Answer:
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
Enter
IF condition THEN
Process
(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)
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
Enter
IF condition THEN
Process
(ELSE)
ENDIF
Process
Return
(Multiple Choice)
4.9/5
(44)
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 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)
Showing 1 - 20 of 30
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)