The following pseudocode
```
IF AVG > 93 THEN
GRADE = “A”
ELSE
GRADE = “B”
ENDIF
IF AVG > 73 THEN
GRADE = “C”
ELSE
GRADE = “F”
ENDIF
```
represents a
a) sequential IFTHENELSE pattern
b) nested IFTHENELSE pattern
c) null IFTHENELSE pattern
d) simple IFTHENELSE pattern
a) sequential IFTHENELSE pattern
You might also like to view...
JComboBoxes, JButtons and JPanels are examples of .
a) platforms b) high-level languages c) methods d) GUI components
In RAM, electronic parts called ____ hold the bits that represent data.
A. directories B. partitions C. folders D. capacitors
Use the LET statement to assign data to variables as directed:
Add 1 to the contents of the variable age and store the result in the variable age.
________ is the process of stacking objects on one another
Fill in the blank(s) with correct word