Designing, creating and refining algorithms
17
0/6

An algorithm is required to process astronomical observations from a telescope.

The algorithm must identify which star has the brightest apparent magnitude (where a lower numerical value of apparent magnitude represents a brighter star, which can include negative values).

Write an algorithm to:

  • prompt the user to enter a star's catalog ID and its apparent magnitude, or to enter "STOP" to finish entering data
  • repeatedly take star catalog IDs and apparent magnitudes as input until the user enters "STOP"
  • determine which star has the lowest apparent magnitude (the brightest star)
  • output the catalog ID and the apparent magnitude of this brightest star in an informative message.

You must use either:

  • OCR Exam Reference Language, or
  • A high-level programming language that you have studied
[6]

Designing, creating and refining algorithms Questions

Practise OCR GCSE Computer Science Designing, creating and refining algorithms with exam-style questions for GCSE Computer Science. 50 questions, matched to the OCR GCSE Computer Science (J277) specification and written in Component 01 and Component 02 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.

PreviousNext

Designing, creating and refining algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Designing, creating and refining algorithms