Exam 3: Ifthenelse 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
The following pseudocode
IF AVG THEN GRADE "A"
(ELSE)
ENDIF
Represents a
(Multiple Choice)
4.7/5
(27)
If the variable named AVG has a value of 73,what is the value of GRADE after the instructions corresponding to the following pseudocode are executed?
IF
GRADE "A"
ELSE
GRADE "B"
ENDIF
IF THEN
GRADE "C"
ELSE
GRADE "F"
ENDIF
(Multiple Choice)
4.8/5
(31)
If the variable named AVG has a value of 93,what is the value of GRADE after the instructions corresponding to the following pseudocode are executed?
IF
GLSA GRE = "A" GRADE =""
ENDIF
IF
GRADE " ",
ELSE
GRADE = "F"'
ENDIF
(Multiple Choice)
4.8/5
(30)
A diamond shape symbol on a program flowchart represents a decision to be made.
(True/False)
4.8/5
(37)
If the variable named ANSWER has a value of 1,what will be output after the instructions corresponding to the following pseudocode are executed?
IF ANSWER Write "Hello"
(ELSE)
IF ANSWER THEN
Write "Goodbye"
ELSE
Write "Good day",
ENDIF
(Multiple Choice)
4.8/5
(35)
The following pseudocode
IF AVG THEN GRADE = "A" ELSE
GRADE = "B"
ENDIF
IF THEN
GRADE " ",
ELSE
GRADE = "F "
ENDIF
Represents a
(Multiple Choice)
4.8/5
(42)
If the variable named AVG has a value of 93,what is the value of GRADE after the instructions corresponding to the following pseudocode are executed?
IF THEN
GRADE = "A"
ELSE
IF THEN
ELSE GRADE = "B" GRADE = "P",
ENDIF
ENDIF
(Multiple Choice)
4.9/5
(34)
The keyword ELSE is not needed when writing the pseudcode of a null ELSE.
(True/False)
4.7/5
(41)
Which program flowcharting symbol is used as a collector,emphasizing the single exit point of an IFTHEN control structure?
(Multiple Choice)
4.9/5
(51)
If the variable named GRADE has a value of 95,which of the following statements will cause the line
95 is above average
To be output?
(Multiple Choice)
4.9/5
(44)
Showing 21 - 30 of 30
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)