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 AVG > 93 THEN
GRADE = “A”
ELSE
GRADE = “B”
ENDIF
IF AVG > 73 THEN
GRADE = “C”
ELSE
GRADE = “F”
ENDIF

```

a) A
b) B
c) C
d) F


c) C

Computer Science & Information Technology

You might also like to view...

When a customer buys products using the company's website, it results in transactions that are recorded for later use by management information systems.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ pastes the item in its original location.

a. CTRL+V b. SHIFT+CTRL+V c. CTRL+P d. SHIFT+CTRL+P

Computer Science & Information Technology

With both bus and ring networks, where is the single point of failure that will bring down the entire network?

A. the cable B. the hub C. the server D. the client

Computer Science & Information Technology

The File tab contains commands for performing the most frequently used commands for creating a document.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology