AQA GCSE 8525 Programming Questions with Correct Answer.
Data type Correct Answer The range of data that a variable can store. Integer Correct Answer Whole number data type Real Correct Answer Decimal number data type Boolean Correct Answer True/false data type Character (char) Correct Answer Single character text data type String Correct Answer Text data type Variable Correct Answer A space in memory used to store a single item of data that can change as the program runs. Constant Correct Answer A space in memory used to store a single item of data that cannot change as the program runs. Assignment Correct Answer Giving a variable a value (putting data into it). Iteration Correct Answer Repeating instructions within a loop. FOR, WHILE, REPEAT UNTIL in pseudocode. Definite (count controlled) iteration Correct Answer Iteration that repeats a set number of times. FOR loops Indefinite (condition controlled) iteration Correct Answer Iteration that repeats based on a condition. WHILE, or REPEAT UNTIL loops
Written for
- Institution
- AQA GCSE 8525 Programming
- Course
- AQA GCSE 8525 Programming
Document information
- Uploaded on
- May 14, 2023
- Number of pages
- 3
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers