Examlex

Solved

Given the Following Pseudocode,what Value of GRADENUM Can Be Input 9090 \leq

question 10

Multiple Choice

Given the following pseudocode,what value of GRADENUM can be input to output a grade of "B"?
Start
Read GRADENUM
CASENTRY GRADENUM
CASE 9090 \leq GRADENUM 100\leq 100
GRADE == "A"
CASE 8080 \leq GRADENUM 90\leq 90 GRADE == "B"
CASE 7070 \leq GRADENUM 80\leq 80
GRADE = "C"
CASE 6060 \leq GRADENUM 70\leq 70
GRADE = "D"
CASE other
GRADE == "F""
ENDCASE
Write GRADE
Stop


Definitions:

Color Deficient

A visual condition where an individual has difficulty distinguishing between certain colors, commonly referred to as color blindness.

Legally Blind

A defined level of visual impairment in which an individual has a corrected visual acuity of 20/200 or less in the better eye or a visual field that is 20 degrees or less.

Visual Acuity

Visual Acuity is a measure of the clarity or sharpness of a person's vision, often assessed by their ability to recognize letters or numbers at a standardized distance.

Related Questions