Year 9 Cover CS

Complete the following exercises:

  • Produce a flow chart for a computer logon system that asks for a username and password and lets them logon only if both are correct. If one or both are incorrect it allows the user a total of 3 attempts before locking them out of the system
  • Produce a flowchart that will tell a student how well they have scored on a test out of 100 when they input their percentage. If they got 90 or above excellent, if 80-90 output great etc down to 40 or less which tells them they need to resit the test
  • Produce a flowchart for a rock paper scissors game – students might like to write down in standard English how the game works before they attempt the design.