Vocabulary Flashcards
Algorithm
A set of instructions that achieve a task
Sequence
Following instructions one after the other
Variable
A named container for a value
Iteration
A repeated set of instruction
Give an example of an iteration
Forever, while true, repeat 10
Selection
A choice of which set of code to follow, dependent on a true or false question
Give an example of a selection
If…then…else, when…do…
Input
Method of entering info into a computer system, usually with a device
Give an input device
Keyboard, mouse
Output
Method of displaying info to a user
CPU
Central Processing Unit
RAM
Random Access Memory (very fast, volatile data storage)
ROM
Read Only Memory (non-volatile memory, opposite of RAM)
Volatile
Data is lost when device is turned off
Sprite
An image