N5 Computing Science: Program Constructs

N5 Computing Science: Program Constructs

9th Grade

25 Qs

quiz-placeholder

Similar activities

Pseudocode

Pseudocode

5th - 9th Grade

25 Qs

Pseudocode

Pseudocode

9th Grade

25 Qs

Games & Logos

Games & Logos

9th - 12th Grade

20 Qs

Arithmetic and Logic Unit

Arithmetic and Logic Unit

9th - 12th Grade

23 Qs

8.2-Pseudocode essentials

8.2-Pseudocode essentials

6th - 10th Grade

20 Qs

MakeCode Quiz

MakeCode Quiz

9th - 12th Grade

20 Qs

Foundations of Programming

Foundations of Programming

9th Grade - University

21 Qs

Latuhan ASAJ kelas 9 Informatika

Latuhan ASAJ kelas 9 Informatika

9th - 12th Grade

25 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?