Unit 1 Flashcards
(29 cards)
What are the four things that are needed for a thing to be identified as a computer?
Input, Storage, Process, Output
What is Input?
Information/data that a computer takes in.
What is Storage?
Information/data that a computer stores for later.
What is Process?
Information/data that a computer computes.
What is Output
Information/data that a computer outputs to people or other computers
Define CPU
Central processing unit, works as the brain of the computer
Define GPU
Graphics processing unit, works as the muscles of the computer
Define Hard Drive
Long term memory of a computer
Define RAM
Random access memory, workspace for the computer to work at
Define Motherboard
The nervous system of the computer
Define Hardware
The physical parts of a computer
Define software
The programming and code in a computer
Define bit
A binary digit that will either be a zero or a one
Define byte
This is made out of 8 bits.
Converting binary to decimal
1001001 -> 73, finding the value of zeros and ones to make a mathematical number
Converting decimal to binary
73 -> 1001001, using a mathematical number and turning that into zeros and ones
What is an overflow error?
It is what happens when there is something too big for the computer to represent
What is a rounding error?
It is when a computer cannot exactly represent a number given.
What is ASCII
It is a system used to represent text and symbols using binary code
Define abstraction
A method that pulls out unnecessary details when using code such as binary to ASCII to text.
Pixel
A small box in the computer that makes a color determined by the binary code given
sampling frequency
how many pixels that are used in an image, the more pixels means a higher quality image can be made.
Analog vs Digital
An analog image is either made by hand or drawn while a digital image is made up using pixels.
What is RLE?
It is a method of send text but compressed with symbols or other with a key to help decipher it.