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 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
d) F
Computer Science & Information Technology
You might also like to view...
Which mode of Ethercap ARP poisoning enables sniffing of one host to any other host?
a. IP b. MAC c. ARP d. Public ARP
Computer Science & Information Technology
This system adds the capability to react to an attack detected by another component.
A. intrusion detection system (IDS) B. host-based IDS (HIDS) C. intrusion prevention system (IPS) D. network-based IDS (NIDS)
Computer Science & Information Technology
To edit an SQL command, type EDIT at the mysql prompt..
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
All of the following play important roles in clip art EXCEPT ____.
A. status B. movement C. depth D. light
Computer Science & Information Technology