Exam 8: Dountil Control Structure
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
In pseudocode,the DOUNTIL statement is positioned after the loop steps.
(True/False)
4.8/5
(37)
Which of the following is not one of the basic control structures?
(Multiple Choice)
4.9/5
(34)
A DOUNTIL loop cannot be used if automatic end-of-file processing is needed to control the loop.
(True/False)
4.7/5
(35)
What is the value of the variable ACCUM after instructions corresponding to the following pseudocode are executed?
COUNT
DOUNTIL COUNT
COUNT COUNT + 1
ENDDO
(Multiple Choice)
4.8/5
(27)
What type of loop is always executed a predetermined number of times?
(Multiple Choice)
4.8/5
(36)
If the value input for START is 8,how many times will the loop steps in the instructions corresponding to the following pseudocode be executed?
Read START
COUNT START
DOUNTIL COUNT START COUNT COUNT - 1 Write COUNT
ENDDO
(Multiple Choice)
4.8/5
(34)
In a DOUNTIL loop the priming read is placed at the beginning of the loop steps.
(True/False)
4.8/5
(42)
When a DOUNTIL loop is encountered during processing,the steps in the DOUNTIL loop must be executed at least once.
(True/False)
4.8/5
(35)
Showing 21 - 30 of 30
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)