Programming Basics (AQA A-Level Computer Science): Flashcards
📚Flashcards
Practise the cards
10 cards from this deck
ShowHide
Practise the cards
10 cards from this deck
Algorithm
Algorithm
Sequence of steps to complete a task that always terminates
Memory in programming
Memory in programming
Location where instructions and data reside during program run
Syntax
Syntax
Rules defining how words and symbols must be put together
Assignment
Assignment
Process of giving a value to a variable
Constant
Constant
Data whose value does not change throughout program execution
Variable
Variable
Data whose value could change while the program is running
Declaration
Declaration
Defining variables/constants by name and data type before use
Integer data type
Integer data type
Any whole positive or negative number, including zero
Boolean data type
Boolean data type
Can only store two values: yes/no or true/false
Array
Array
Collection of data items of same type under single identifier
