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

Computer Science & Information Technology

You might also like to view...

A ________ graphic is a designer-quality visual representation of information that can be used to communicate a message or ideas effectively

A) WordArt B) SmartArt C) Photo Album D) Clip Art

Computer Science & Information Technology

In the accompanying figure, the topmost text box is the ____ for the e-mail link on a web page.

A. link information B. banner C. text D. link

Computer Science & Information Technology