End of Y8 revision Flashcards
(90 cards)
What does a CPU do?
Process information
What does RAM stand for?
Random access memory
What does ROM stand for?
Read only memory
What does a RAM do?
Very fast with volatile data storage. Contains the OS, current programs and data
What does a ROM do?
non-volatile memory, contains the boot strap and BIOS
What does CPU stand for?
Central Processing Unit
What does GPU stand for?
Graphics Processing Unit
What does a GPU do?
Makes the screen look good
What does LED stand for?
Light Emitting Diode
What is an LED?
A light. They come in red, green, amber, white and blue
What is an input?
A method of entering data onto a computer system, usually with an input device, such as a keyboard or mouse
What is an output?
A method of displaying information to a user e.g. a screen
What does volatile mean?
That data will be lost if the machine is turned off
what does BIOS mean?
Basic input and output system
What is a motherboard?
A circuit board that connects all of the other component
What is HTML?
A code used to create web pages
What is CSS?
It is used to centralise the format/style of a website
What does CSS stand for?
Cascading Style Sheet
What does HTML stand for?
HyperText Markup Language
What is a motherboard?
A circuit board that connects all of the components t
What is an algorithm?
A set of instructions that achieve a task
What is an iteration?
A repeated set of instructions- common loops include forever, until, while true
What is a variable?
A named container for a value which can be altered by the program
What is a selection?
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”