Development Process
Programming Constructs
High Level Computer Systems
Data Rep
Security & Environment
100

This is the first stage where the problem is broken down into inputs, processes, and outputs.

What is analysis?

100

This construct uses IF, ELSE, and conditions to control program flow.

What is selection?

100

This is the base-10 number system we use daily.

What is denary?

100

This protects a network by blocking unauthorised access.

What is a firewall?

200

This stage produces solutions such as pseudocode or flowcharts.

What is design?

200

This type of loop repeats a known number of times.

What is a fixed (for loop)?

200

Converting 1010 to denary gives this value.

What is 10?

200

This scrambles data so only authorised users can read it.

What is encryption?

300

This is the stage where the program is actually written in code.

What is implementation?

300

These operators include AND, OR, and NOT.

What are logical operators?

300

This 8-bit code is used to represent characters.

What is ASCII?

300

This reduces energy use by switching off inactive computers.

What are power management settings/standby?

400

This stage uses normal, extreme, and exceptional data to check the solution works.

What is testing?

400

This type of loop repeats until a condition is met.

What is a conditional loop?

400

These two terms describe floating point numbers.

What are mantissa and exponent?

400

Reducing brightness on this device helps save energy.

What is a monitor?

500

This stage judges whether the solution meets its purpose and is efficient.

What is evaluation?

500

This algorithm adds values together repeatedly.

What is a running total?

500

A programmer creates a program that asks the user to enter a number between 1 and 100.
The program uses a loop to repeatedly ask for input until a valid number is entered, but the program never stops asking—even when a valid number is typed. This means this has happened.

What is a logic error in the input validation algorithm?

500

This type of graphics uses pixels to form an image.

What is bit-mapped graphics?

500

This term defines the contribution to greenhouse gas emissions by an entity.

What is Carbon Footprint?