Computing2 Flashcards
(17 cards)
A set of instructions that achieve a task.
Algorithm
Following instructions one after the other.
Sequence
A named container for a value (which can be inspected or altered by the program).
Variable
A repeated set of instructions – common loops include forever, while true, while.
Iteration
A choice of which set of code to follow is dependent on a true of false question – common selections are “if then else”, “when..do”.
Selection
A set of algorithms that have been created to solve a problem – commonly known as apps (application software).
Program
A method of entering data onto a computer system, usually with an input device, such as a keyboard or mouse.
Input
A method of displaying information to a user e.g. a screen.
Output
Light emitting diode, a light. They now come in several different colours including red, yellow amber, white, green and blue.
LED
The central processing unit – every command passes through the CPU.
CPU
Random access memory, very fast, volatile data storage, contains the operating system, current programs and data.
RAM
Data is lost when the machine is turned off.
Volatile data
Basic input and output system.
BIOS
A circuit board that connects all of the other components.
Motherboard
Hypertext markup language – used to create webpages.
HTML
Software that interprets HTML to reproduce a webpage.
Web browser
Cascading style sheet, used to centralise the format/style of a website.
CSS