Multiple Choice
Based on the grading scale below, what is the most efficient way of determining a grade?
• A if the grade percentage is greater than or equal to 90
• B if it's greater than or equal to 80 and less than 90
• C if it's greater than or equal to 70 and less than 80
• D if it's greater than or equal to 60 and less than 70
• F if the grade percentage is less than 60
A) Test each condition separately.
B) Test the score for a value between 80 and 90 only if the first condition is false.
C) Test to see whether the percentage is 90 or higher.
D) Test to see whether the percentage is less than 60.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: A _ evaluates to a true or
Q2: Programs with several levels of nesting can
Q3: A Case structure is used most often
Q5: In some languages, including JavaScript, the Case
Q6: Which of the following statements corresponds to
Q7: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB10710/.jpg" alt=" -The flowchart segment
Q8: Which of the following is an example
Q9: Pseudocode uses indentation and the keywords End
Q10: On a flowchart, a question mark at
Q11: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB10710/.jpg" alt=" -The flowchart in