Examlex

Solved

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

question 20

Multiple Choice

Given the following pseudocode,what value of GRADENUM can be input to output a grade of "F"?
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:

Descriptive Statistics

Set of statistical analyses that can be used to organize and describe the characteristics of a set of data.

Inferential

Pertaining to inferential statistics, which involves making predictions or inferences about a population based on a sample of data.

Variability

The degree to which scores in a set of data are spread out or differ from each other.

Asymmetrical Distribution

A situation in statistical data where the values do not mirror each other across a central point.

Related Questions