Algorithms

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 4
Easy

An algorithm allows a teacher to enter a student's test score as an integer.

The purpose of the algorithm is to output whether the student has "Pass" (if the score is 50 or above) or "Fail" (if the score is below 50).

Below is an incomplete flowchart for this algorithm with four missing steps labelled A, B, C, and D.

A flowchart showing a simple decision process starting with Start, leading to A, then decision B with Yes/No branches to C and D, ending in Stop

Complete the flowchart by stating the correct input, decision, or output operation that belongs in each lettered box:

  • A:
  • B:
  • C:
  • D:
[4]

Algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Algorithms