Scratch National 4 Computing Science

Scratch National 4 Computing Science

4th Grade

7 Qs

quiz-placeholder

Similar activities

Explaining Scratch Code - Task 1

Explaining Scratch Code - Task 1

2nd - 8th Grade

9 Qs

N4 Python Programming

N4 Python Programming

4th Grade

11 Qs

KidsCanCode

KidsCanCode

1st - 5th Grade

10 Qs

Explaining Scratch Code - Task 2

Explaining Scratch Code - Task 2

2nd - 8th Grade

8 Qs

Programming - Basic File Handling Operations

Programming - Basic File Handling Operations

3rd - 11th Grade

10 Qs

Review multiple choice Quiz

Review multiple choice Quiz

KG - Professional Development

10 Qs

Data Type Review

Data Type Review

KG - Professional Development

12 Qs

Programming - Data Types

Programming - Data Types

1st - 10th Grade

10 Qs

Scratch National 4 Computing Science

Scratch National 4 Computing Science

Assessment

Quiz

Computers

4th Grade

Hard

Created by

David Jonathan Alford

Used 20+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which construct is shown here?

Fixed loop

Conditional Statement

Conditional Loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which construct is shown here?

Fixed loop

Conditional Statement

Conditional Loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which construct is shown here?

Fixed loop

Conditional Statement

Conditional Loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which type of variable is best suited to store an age?

Integer

Real

String

Boolean

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which type of variable is best suited to store the number 2.5?

Integer

Real

String

Boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which type of variable is best suited to store a car registration like V642 OCS?

Integer

Real

String

Boolean

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Why is internal commentary used?

To explain what is happening in the program

To prevent the program from crashing

So that the program starts when the flag is clicked