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
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
(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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)