Programming_Y6

Programming_Y6

6th Grade

8 Qs

quiz-placeholder

Similar activities

Computer Science Vocabulary

Computer Science Vocabulary

6th Grade

11 Qs

CFF Quiz

CFF Quiz

6th - 8th Grade

12 Qs

Sequencing in Flowcharts

Sequencing in Flowcharts

5th - 9th Grade

10 Qs

Algorithms basics

Algorithms basics

6th Grade - University

11 Qs

Computational Thinking

Computational Thinking

6th - 7th Grade

7 Qs

Flowchart

Flowchart

6th Grade

10 Qs

Pattern recognition

Pattern recognition

6th Grade

7 Qs

Computer Science

Computer Science

3rd - 12th Grade

12 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