Algorithms

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 48
Easy

An automated control system for a vaccine storage refrigerator is designed to monitor temperature as a decimal value, TTT, in ∘C^\circ\text{C}∘C.

The purpose of the algorithm is to output the warning "CRITICAL" if the temperature is strictly greater than 8.0∘C8.0^\circ\text{C}8.0∘C, and "NORMAL" if the temperature is 8.0∘C8.0^\circ\text{C}8.0∘C or below.

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

A flowchart showing the process flow of a temperature monitoring algorithm, with boxes A, B, C, and D.

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