A-Level AQA Computer Science Paper 2 with Complete Solution
Examples: square root of 2, PI. Real (Number) - - Any number that can either be rational or irrational. Boolean - - A value that is either true or false. String - - A series of characters. Array - - A variable that can store multiple values of the same data type. Example: Storing the high-scores of a game as integers. Record - - A variable that can store multiple values that can have different data types. Example: Storing data about a book; a string for the title, an integer for the number of pages, etc. Variable - - A metaphor for it is that is a box that can store a specific type of item (the data type) and has a name assigned to it (the identifier). Its value can be changed during run-time of the program. Constant - - A metaphor for it is that is a box that can store a specific type of item (the data type) and has a name assigned to it (the identifier). Its value cannot be changed during run-time of the program. Subroutine - - This can be
Geschreven voor
- Instelling
- A-Level AQA Computer Science
- Vak
- A-Level AQA Computer Science
Documentinformatie
- Geüpload op
- 8 juni 2024
- Aantal pagina's
- 28
- Geschreven in
- 2023/2024
- Type
- Tentamen (uitwerkingen)
- Bevat
- Vragen en antwoorden
Onderwerpen
-
a level aqa computer science paper 2 with complete