Unit 1 Vocab Flashcards
Computer
A machine that processes information
Input
Information put into a computer (Ex: Typing on keys, speaking to a computer, etc.).
Output
Information a computer displays based on its input (Ex: Screen display, playing noises, etc.).
Storage
Where a computer stores data from the input, either temporarily or permanently.
Processing
The steps a computer goes through to interpret what to do with the input.
CPU
Central Processing Unit; the brains of the computer, executes all commands for the computer.
GPU
Graphics Processing Unit; displays everything you see on the computer screen.
Hard Drive
Your computer’s long term memory; storage space for all software (apps, files, programs, operating systems).
RAM
Random Access Memory; your computer’s short term memory, temporary space for the CPU to work (functions like a desk).
Motherboard
Your computer’s “nervous system”; the main circuit of the computer, allows communication between all parts of the computer.
Hardware
Physical parts required for your computer to run.
Software
A set of instructions that allows hardware to perform different tasks.
Bit
1 singular unit of storage. In binary, 1011 is 4 bits.
Byte
8 bits. (1101 0010)
Decimal to Binary
Find the largest power of 2 that fits into your number, then subtract. Keep repeating until you hit 0. (36 would be 36 - 32 = 4, then 4 - 4 = 0. So it would be 0010 0100).