Variables
Data Types
Operators
Pseudocode & Flowcharts
Random
100

What is a variable?

It is used to store value

100

Which data type stores whole numbers?

Integer

100

What does + mean?

Addition

100

What is pseudocode?

Steps written in simple human language.

100

What has many teeth but cannot bite?

A comb

200

In age = 12, what is the variable?

age

200

Which data type stores decimal numbers?

Float

200

What does % give?

Remainder

200

What does an oval represent?

Start/End

200

What can you catch but cannot throw?

A cold 🤧

300

In marks = 85, what is the value?

85

300

Which data type stores True or False?

Boolean

300

If a = 10, b = 3, what is a % b?

1

300

Which shape represents a decision?

Diamond

300

What has a head and a tail but no body?

A coin 🪙

400

Why do we give variables names?

To identify and use the stored data easily.

400

What is the difference between a character and a string?

Character stores one character; string stores a words or sentence

400

What does x += 5 mean?

x = x + 5

400

Write pseudocode to check if a number is positive.

START → Read number → IF number > 0 → Print Positive ELSE Print Negative → END

400

What can travel around the world while staying in one corner?

A stamp ✉️

500

In score = 100, identify the variable and value.

Variable = score, Value = 100

500

Identify: 25, 3.5, 'A', "Hello", True.

Integer, Float, Character, String, Boolean

500

f x = 10, x += 5, x *= 2, what is x?

30

500

Write the algorithm and pseudocode to find the bigger of two numbers.

Compare two numbers and print the larger one.

500

What has one eye but cannot see?

A needle 🪡

M
e
n
u