Unit 1 Flash Cards
How does a computer work with information?
Input -> processing/storage -> output
What is Hardware?
- Physical parts required for a computer to run
- It is what makes your computer powerful
What is Software
- Set of instructions that allows hardware to preform different tasks.
- “Soft”, as in can be changed
- The ability to run different software is what makes a computer flexible.
Motherboard
- “Nervous system”
- The main circuit of the computer
- All parts are connect to it
- Allows communication between other parts of the computer
CPU
- Central Processing Unit
- “brain”
- Executes all commands for the computer
- If it’s not on/dead, nothing will work
- Measured by speed in Hertz (MHz, GHz)
GPU
- Graphic Processing Unit
- “eyes and muscle”
- Displays what you see, handles most heavy tasks
- Handles all visual data
- Measured by speed in Hertz (MHz, GHz)
RAM
- Random Access Memory
- “Short term memory”
- Temporary space for the CPU to work
- Measured in Bytes
Hard Drive
- “Long term memory”
- Storage space for all software (files, apps, programs, operating systems)
- Measured in Bytes
Bit
- Each place value represents one
- (Binary digit)
- Can be a 0 or 1
Byte
- 8 bits = 1 byte
What is Creative Commons?
Creative Commons licenses give everyone from individual creators to large institutions a standardized way to grant the public permission to use their creative work under copyright law. (cc)
What is RLE
- Run Length Encoding
- A method for compressing images by identifying if it runs black or white, where the first number in each row represents the run of white.
Lossless Compression
Lossless compression is the type of compression where all the data is kept and you can get the original copy back however you still compress the data.
Lossy Compression
Lossy compression is when data is lost while shrinking an image. Irreversible compression. Partial data discarding. Best used for: images and music. Lossy compression is typically never noticed.
Abstraction
Pulling away unnecessary information/details.