Multiple Choice
The following pseudocode
IF AVG THEN GRADE = "A" ELSE
GRADE = "B"
ENDIF
IF THEN
GRADE " ",
ELSE
GRADE = "F "
ENDIF
Represents a
A) sequential IFTHENELSE pattern
B) nested IFTHENELSE pattern
C) null IFTHENELSE pattern
D) simple IFTHENELSE pattern
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: If the variable named ANSWER has
Q21: The following pseudocode<br>IF AVG <span
Q22: If the variable named AVG has
Q23: If the variable named AVG has
Q24: A diamond shape symbol on a program
Q25: If the variable named ANSWER has
Q27: If the variable named AVG has
Q28: The keyword ELSE is not needed when
Q29: Which program flowcharting symbol is used as
Q30: If the variable named GRADE has a