N5 Computing Science: Program Constructs

N5 Computing Science: Program Constructs

9th Grade

25 Qs

quiz-placeholder

Similar activities

GCSE - Algorithms 1

GCSE - Algorithms 1

9th - 10th Grade

20 Qs

AQA GCSE Computer Science - 3.2.2 Programming Concepts

AQA GCSE Computer Science - 3.2.2 Programming Concepts

8th - 10th Grade

20 Qs

Minecraft QUIZ!

Minecraft QUIZ!

KG - Professional Development

20 Qs

Assignment 1 - Introduction to C

Assignment 1 - Introduction to C

9th Grade - University

20 Qs

Asesmen Pseudocode

Asesmen Pseudocode

9th Grade

20 Qs

BERPIKIR KOMPUTASIONAL

BERPIKIR KOMPUTASIONAL

9th Grade

21 Qs

Pseudocode

Pseudocode

5th - 9th Grade

25 Qs

N5 Computing Science:  Software Design

N5 Computing Science: Software Design

9th - 10th Grade

21 Qs

N5 Computing Science: Program Constructs

N5 Computing Science: Program Constructs

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Calum Gordon

Used 8+ times

FREE Resource

25 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This is the pseudocode for a simple guessing game.

Type a line number where a variable declaration takes place...

Answer explanation

Media Image

Declarations are where variables are first mentioned in a program. This may or may not also involve assigning them an initial value.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This is the pseudocode for a simple guessing game.

Type the name of an integer variable ...

Answer explanation

Media Image

Integer variables can contain negative or positive whole numbers, up to a certain size depending on the number of bits used to store them.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This is the pseudocode for a simple guessing game.

Type the name of a real/float variable ...

Answer explanation

Media Image

Real variables can store Real numbers with a fractional part, like 3.14. In Python they are called "floats."

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This is the pseudocode for a simple guessing game.

Type the name of a Boolean variable ...

Answer explanation

Media Image

Boolean vriables can store a Boolean value - True or False. There are only two possible values.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This is the pseudocode for a simple guessing game.

Type how many variables are used in the program ...

Answer explanation

Media Image

Variables are used to store values in a computer program, for later recall. They are usually given meaningful coded names to make them recogniseable.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This is the pseudocode for a simple guessing game.

Type the name of a variable that acts like a flag or sentinel value ...

Answer explanation

Media Image

A flag or sentinel variable is a (usually) Boolean variable that is used to indicate some condition or event having taken place in a program. When the variable changes its value it signals the event having happened.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This is the pseudocode for a simple guessing game.

Type a line number where a conditional loop starts ...

Answer explanation

Media Image

A conditional loop is a loop that repeats for an undetermined number of times until a certain condition becomes false (or true).

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?