Coding quiz

Coding quiz

3rd Grade

9 Qs

quiz-placeholder

Similar activities

Introduction to Computer Science

Introduction to Computer Science

1st - 9th Grade

10 Qs

Coding - Computer Programming

Coding - Computer Programming

KG - University

10 Qs

Gr3-Scratch - Revision

Gr3-Scratch - Revision

3rd - 5th Grade

11 Qs

Lesson 30 YDE 3rd

Lesson 30 YDE 3rd

3rd Grade

14 Qs

Scratch Quiz

Scratch Quiz

3rd Grade

9 Qs

Tynker - Dragon Spells

Tynker - Dragon Spells

3rd - 4th Grade

8 Qs

Grade 3-final revision

Grade 3-final revision

3rd Grade

12 Qs

Wiz-1 Assessment

Wiz-1 Assessment

1st - 5th Grade

11 Qs

Coding quiz

Coding quiz

Assessment

Quiz

Computers

3rd Grade

Hard

Created by

Andrea Hatton

Used 4+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Predict what this code will make the bird do.

Land on the pig.

Move forward and crash into a block.

Move forward, turn right and crash into a block.

Move forward, turn left and crash into a block.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What does this number do?

Tells you how many blocks you need to put inside the loop.

Tells you how many times the loop will repeat the commands inside it.

Nothing, it doesn't mean anything.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which is the most efficient (the best) way to make a character move forwards 6 spaces?

Clip 6 'move forward' blocks together.

Use 6 'move forward' blocks and put them into a loop to repeat 6 times.

Use 1 move forward block and put it into a loop to repeat 6 times.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does sequencing mean?

Putting commands into the correct order.

Making commands repeat over and over.

Finding and fixing mistakes in a code.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is a flowchart used for?

Making it harder to understand how a process works.

It's a cool way of connecting ideas.

It shows how the steps of a process fit together from the beginning to the end.

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Which code is correct?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is debugging?

Putting commands into the correct order.

Making commands repeat over and over.

Finding and fixing mistakes in a code.

8.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will happen when this code runs?

The bird will end up one step short of the pig.

The bird will make it to the pig.

The bird will run into the TNT.

The bird will run into the wall.

9.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is a loop for?

Putting commands into the correct order.

Making a code repeat over and over.

Finding and fixing mistakes in a code.