Given the following pseudocode, what value of GRADENUM can be input to output a grade of “B”?
```
Start
Read GRADENUM
CASENTRY GRADENUM
CASE 90 ? GRADENUM ? 100
GRADE = “A”
CASE 80 ? GRADENUM ? 90
GRADE = “B”
CASE 70 ? GRADENUM ? 80
GRADE = “C”
CASE 60 ? GRADENUM ? 70
GRADE = “D”
CASE other
GRADE = “F”
ENDCASE
Write GRADE
Stop
```
a) 80
b) 90
c) less than 80
d) greater than 90
a) 80
You might also like to view...
A(n) _____ workstation is used in manufacturing plants by engineers to create things
Fill in the blank(s) with correct word
The search function searches the binary search tree for a given item. If the item is found in the binary search tree, it returns ____.
A. true B. false C. a reference to the node where the item was found D. 1
__________ has become a widely accepted evaluation standard for training and education related to the security of information systems.
A. NIST SP 800-12 B. NSTISSI No. 4011 C. IEEE 802.11(g) D. ISO 17788
Critical Thinking Questions Case 1-1 ? You have casually used programs within the Microsoft Office suite for several years, but for Office 2016 you decide to take an online tutorial to really master the applications. You know that there are many similarities in features among the Office applications. In your tutorial, what do you learn is the collective term for all the ways you interact with software programs like those in the Office suite? a.look and feelc.user interfaceb.dialog boxd.file structure
What will be an ideal response?