Ace the IGCSE 2026 with G8's Ultimate Algorithms & Pseudocode Showdown!

Session length

1 / 20

Which term means fixed values that do not change?

Data types

Constants

Fixed values that don’t change are constants. A constant is a value chosen in the program and kept the same throughout execution, so it can’t be altered later by the code. This helps prevent unintended changes and makes the program’s intent clear, such as using a constant for π or a maximum limit.

Data types describe what kind of data can be stored (numbers, text, etc.), not whether a value stays fixed. An integer is a numeric data type for whole numbers, and a real is a numeric data type for numbers with decimals. While those describe kinds of numbers, they don’t specify immutability.

Integer

Real

Next Question
Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy