Lucy
Ask the AI Tutor
Need help with Code - An Introduction? Ask our AI Tutor!
Lucy AI Tutor - Lucy
Connecting with Tutor...
Please wait while we establish connection
Lucy
Hi! I'm Lucy, your AI tutor. How can I help you with Code - An Introduction today?
now
Logo

Computing Quiz - Code - An Introduction (Questions)

Code is how we tell computers what to do. In this quiz, you will spot simple coding ideas like starts, actions, and instructions that make things happen on screen.

Explore the Topic →
(quiz starts below)

Fascinating Fact:

Many programs start with an event, like clicking a green flag or pressing a key. The event tells the program when to begin.

In KS1 Computing, children learn that code is a set of instructions that controls what happens in a program. You might make a character move, play a sound, or change the screen by choosing simple commands and putting them in a sensible order. Programs often wait for a start signal, then follow the instructions carefully so the computer can do the same thing every time.

  • Code: Instructions that tell a computer what to do.
  • Command: One instruction, like move, turn, or play a sound.
  • Event: Something that starts an action, like a click or key press.
What is code in KS1 Computing?

Code in KS1 Computing is a set of instructions that tells a computer or a program what to do, such as moving a character, making a sound, or changing what you see.

Why do programs need a start or trigger?

Programs need a start or trigger so they know when to begin, for example when you click a button, press a key, or tap the screen.

How do children learn coding at KS1?

Children learn coding at KS1 by using simple commands to control actions, putting instructions in order, and testing what happens, then changing the code if it does not work.

1. To make a computer work, algorithms have to be turned into ____.
[ ] Sentences
[ ] Paragraphs
[ ] Code
[ ] Stories
2. What is computer code?
[ ] A special language
[ ] A foreign language
[ ] A list of passwords
[ ] A list of shapes
3. An algorithm says: Go up 3 squares to the top of the screen.

Which one of these could be code for this?
[ ] Down 3 squares
[ ] Up 3 squares
[ ] Right 3 squares
[ ] Left 3 squares
4. Code can use symbols and numbers. What else could be a code for: Up 3 squares?
[ ] →3●
[ ] ↓3■
[ ] ↑3■
[ ] ↑3▲
5. Adil wants to control a toy robot moving round a room. Adil writes this step in his algorithm:

Turn right at the wall.

What could be the code for this?
[ ] Forward. Wall? Yes - Left. No - Right
[ ] Right. Wall? Yes - Stop. No - Back
[ ] Forward. Wall? Yes - Right. No - Forward
[ ] Right. Wall? Yes - Forward. No - Stop
6. Code is written in short steps. A series of these steps in code is called a ______.
[ ] Story
[ ] Algorithm
[ ] Script
[ ] Text
7. A lot of code to do a job is called a _______.
[ ] Story
[ ] History
[ ] Algorithm
[ ] Program
8. Adil wrote code to control a toy robot. Adil was ___________ the computer to move round the room.
[ ] Drawing
[ ] Programming
[ ] Shaping
[ ] Colouring
9. Sasha writes a program to draw a square. The program is made up of ____.
[ ] Rhymes
[ ] Code
[ ] Poems
[ ] Songs
10. Which one of these could be a code?
[ ] Go round the corner and walk forward five paces
[ ] The car turned right and then drove for five miles
[ ] Alice turned round and saw five birds sitting on a fence
[ ] Turn→5

You can find more about this topic by visiting BBC Bitesize - What is a computer program?

Logo
Computing Quiz - Code - An Introduction (Answers)
1. To make a computer work, algorithms have to be turned into ____.
[ ] Sentences
[ ] Paragraphs
[x] Code
[ ] Stories
The code used to create web pages is called HTML
2. What is computer code?
[x] A special language
[ ] A foreign language
[ ] A list of passwords
[ ] A list of shapes
One language used to write computer code is called Scratch. Have you used Scratch?
3. An algorithm says: Go up 3 squares to the top of the screen.

Which one of these could be code for this?
[ ] Down 3 squares
[x] Up 3 squares
[ ] Right 3 squares
[ ] Left 3 squares
Code is a series of very simple instructions
4. Code can use symbols and numbers. What else could be a code for: Up 3 squares?
[ ] →3●
[ ] ↓3■
[x] ↑3■
[ ] ↑3▲
Can you use these symbols to write down the code for: Down 4 squares?
5. Adil wants to control a toy robot moving round a room. Adil writes this step in his algorithm:

Turn right at the wall.

What could be the code for this?
[ ] Forward. Wall? Yes - Left. No - Right
[ ] Right. Wall? Yes - Stop. No - Back
[x] Forward. Wall? Yes - Right. No - Forward
[ ] Right. Wall? Yes - Forward. No - Stop
The toy robot must keep going until it reaches the wall, and then turn right
6. Code is written in short steps. A series of these steps in code is called a ______.
[ ] Story
[ ] Algorithm
[x] Script
[ ] Text
An algorithm has steps, but they are not written in code
7. A lot of code to do a job is called a _______.
[ ] Story
[ ] History
[ ] Algorithm
[x] Program
You can program computers to do different jobs
8. Adil wrote code to control a toy robot. Adil was ___________ the computer to move round the room.
[ ] Drawing
[x] Programming
[ ] Shaping
[ ] Colouring
What could you program a toy robot to do?
9. Sasha writes a program to draw a square. The program is made up of ____.
[ ] Rhymes
[x] Code
[ ] Poems
[ ] Songs
Code can include words, but it is not like ordinary English
10. Which one of these could be a code?
[ ] Go round the corner and walk forward five paces
[ ] The car turned right and then drove for five miles
[ ] Alice turned round and saw five birds sitting on a fence
[x] Turn→5
What sort of code have you used?