Given the following pseudocode, what value of GRADE will be output if 60 is input?
```
Start
Read GRADENUM
CASENTRY GRADENUM
CASE 60 ? GRADENUM ? 80
GRADE = “A”
CASE 59 ? GRADENUM ? 60
GRADE = “B”
CASE 50 ? GRADENUM < 60
GRADE = “C”
CASE other
GRADE = “No Grade”
ENDCASE
Write GRADE
Stop
```
a) A
b) B
c) C
d) No Grade
a) A
You might also like to view...
When using Google, Bing, Yahoo! or DuckDuckGo, what keyword can be used to provide you with a definition of a certain term?
a. look-up b. define c. dictionary d. definition
Which of the following is NOT true in regard to the Layout view of a form?
A) Layout view shows the form and the data. B) Some of the form design such as field lengths and fonts can be changed in this view. C) This is the view you use to change data in the form. D) This view gives you an easy way to resize fields and check form appearance while you are creating the form.
Two ways to show summary information for a project include reviewing the project's properties and adding a project summary bar.
Answer the following statement true (T) or false (F)
Some systems analysts maintain that source documents are unnecessary. They say that all input can be entered directly into the system, without wasting time in an intermediate step. Do you agree? Can you think of any situations where source documents are essential?
What will be an ideal response?