Designing, creating and refining algorithms
37
0/6

A local community workspace rents out hot desks at a rate of £8 per hour. If the user is a registered freelancer, this rate is reduced to £5 per hour.

Write an algorithm to:

  • take as input the number of hours the user has rented the desk and whether they are a registered freelancer or not
  • calculate and output the total cost
  • repeat this process continually until the user enters 0 hours.

You must use either:

  • OCR Exam Reference Language, or
  • a high-level programming language that you have studied (e.g. Python, C#, Java).
[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