Y6 Glossary topic 3.1-3.4

Y6 Glossary topic 3.1-3.4

5th Grade

7 Qs

quiz-placeholder

Similar activities

4th Grade: Lesson 4 Debugging in Maze

4th Grade: Lesson 4 Debugging in Maze

3rd - 5th Grade

10 Qs

Algorithms basic

Algorithms basic

3rd - 7th Grade

12 Qs

Computer trivia!

Computer trivia!

5th - 8th Grade

10 Qs

Introduction to Coding

Introduction to Coding

5th - 7th Grade

12 Qs

Algorithm & Sequence

Algorithm & Sequence

1st - 5th Grade

10 Qs

Coding Pre-Test

Coding Pre-Test

3rd - 6th Grade

10 Qs

Coding - Computer Programming

Coding - Computer Programming

KG - University

10 Qs

Algorithms

Algorithms

1st - 5th Grade

10 Qs

Y6 Glossary topic 3.1-3.4

Y6 Glossary topic 3.1-3.4

Assessment

Quiz

Created by

Diliara Khalikova

Computers

5th Grade

8 plays

Hard

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

It sets out what the program has to do.

Answer explanation

Here is an example of a requirement:

Calculate a total by adding ten numbers input by the user.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The set of steps needed to solve a problem.

Answer explanation

The algorithm looks like this:

Set total to 0

Loop these commands 10 times

Input number

Add number to total 

Output the total

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

A loop in which you know beforehand how many times it will be repeated.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The order of commands in the algorithm.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

It means a program is used a second time.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

It means making some changes to a program so it does a new thing.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Worked out by calculating the total of a series of values and dividing by the number of values in the series:

total / number of values