Programming_Y6

Programming_Y6

6th Grade

8 Qs

quiz-placeholder

Similar activities

Code.org: Express Course -> Lesson 1 and 2

Code.org: Express Course -> Lesson 1 and 2

5th - 7th Grade

13 Qs

CODE.ORG VOCAB

CODE.ORG VOCAB

5th - 9th Grade

10 Qs

Unit One Test

Unit One Test

6th - 8th Grade

10 Qs

Computational Thinking Concept of Decomposition Quiz

Computational Thinking Concept of Decomposition Quiz

6th - 8th Grade

10 Qs

Programming with Angry Birds (Vocabulary)

Programming with Angry Birds (Vocabulary)

6th - 8th Grade

6 Qs

Algorithm Quiz for Grade 5

Algorithm Quiz for Grade 5

6th Grade

9 Qs

Robotics

Robotics

2nd - 10th Grade

6 Qs

Programming_Y6

Programming_Y6

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Siti Norathirah

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Algorithm means

splitting a problem down into a set of smaller problem

a series of steps that are followed

doing the same thing more than once

a set of instructions that is separate from the main program

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Repeat loop is

a command that tells you to do something more than once

a series of steps that are followed

a question where you have to make a choice, either 'Yes' or 'No'

to remove everything that was there before

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

A set of instructions that is separate from the main program is the definition of

decomposition

repetition

algorithm

procedure

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

A question where you have to make a choice, either 'Yes' or 'No' is called

decision

true or false

algorithm

instruction

5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

You write programs by inserting _ that let you edit pieces of data such as how far forward you want your character to move.

flowchart

code blocks

loops

repetition

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a procedure?

a set of instructions that are separate from the main program.

simplify a problem by removing unnecessary parts

remove everything that was there before

a question where you have to make a choice

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Problems can be split down into smaller problems. Once you've solved the small problems, you can combine them to create a solution to the big problem. This is called

algorithm

procedure

decomposition

abstraction

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Abstraction means

split down problems into smaller problems

simplify a problem by removing unnecessary parts

a set of instructions that are separate from the main program

a series of steps that are followed