Mod 1 - Computer Organization Flashcards
What is a computer based on past and current definitions?
Definition changed lots over time
Past: large computer that takes up the whole room
Current: smart phones classified as computer
What is hardware?
It is physical equipment & devices that a computer is made of.
What are 3 primary components hardware is made of?
- CPU
- Primary Memory & Secondary Storage
- Peripherals
What does CPU stand for & what do CPUs do?
CPU: Central Processing Unit
It is the brain/processor of the computer. It performs few & basic functions.
What functions do CPUs perform?
- data movement (from one location to another)
- controls flow (how CPU decides what to do next)
- arithmetic (+, -, *, /)
- logic (and, or, not)
- comparisons (=, >,
How do CPUs work (think machine language)?
A lot is accomplished with few functions b/c CPUs are very fast. Each one has its own machine language that gives it instructions & tends to be exclusive for each CPU, but can be compatible (ex. Intel, AMD).
What is one of the most important components of a computer?
The CPU! When buying a computer, prices often reflect the quality of the CPU.
What are the key characteristics of a CPU?
- Make & model
- Speed
- Number of cores
- Power consumption
- Cache
Describe make & model
Manufacturers have different CPU models that determine characteristics
ex. Intel i7 is more powerful than Intel i3
Describe speed
The speed is measured in Gigahertz (GHz) - giga=billion and hertz=per second.
ex. theoretically, a 3GHz processor can perform 3 billion operations per second
Describe number of cores
Modern CPUs are a combination of several cores (processors)
ex. a quad-core processor has 4 independent processors in a single chip & can do 4 times as much computation as a single core
Describe power consumption
The speed and number of cores affects the amount of power used. Low battery mode is often used to cut back power consumption.
Describe cache
It is a fast, short-term memory built into a CPU and is known as “super memory” b/c its x100 faster than primary. Basically, the bigger the cache the better.
What is secondary storage?
it is the long term (permanent) storage of a computer.
current ex: hard drives, flash drives, CDs, DVDs, etc.
past ex: magnetic tapes & floppy disks
What is the most common secondary storage?
Hard drives
How do hard drives work?
Inside of it, there is a physical motor than spins several magnetic disks. These disks store large amounts of information in small amounts of space. They are measured in terabytes (TB) - meaning trillions of bytes.
Explain flash drives.
The way it works is fairly complicated, but basically, it uses static electricity.
ex. USB sticks & SD cards
What is a Solid State Drive (SSD)?
It is a type of flash drive often used in mobile devices because it uses less power while having a high speed & high capacity. They have yet to replace hard drives b/c they are more expensive & have less capacity.
What does secondary storage typically contain?
- operating system (OS)
- programs (apps)
- documents/other user data
- settings/preferences
What is primary memory?
It is required for a computer to work properly because it is the working space of a computer, meaning everything done is stored there
Ex. executing, displaying, calculating