Chapter 2 - CS3 - Hardware Flashcards
What are the 5 basic components of PC hardware?
CPU, memory, circuit board, storage, and input/output
Moore’s law
Number of transistors on a chip will double every two years > computing power will double for same price point
What is the CPU?
Central Processing Unit, the “brain”
Interprets & carries out commands
What are the two units of the CPU?
Arithmetic Logic Unit = actual processing by performing math & logic operations
Control Unit = coordinates & controls all other parts of the computer system
How do you measure the speed of a CPU?
“Clock time” of CPU is measured in hertz = one cycle per second
Bus
The electrical connection b/w different computer components; highway of parallel wires
Motherboard
Main circuit board - houses all essential chips and CPU, memory, storage all connect into the motherboard
RAM
Random Access Memory = “working memory”
Temporarily holds data & instructions
Bit
Binary digit, 0 or 1
Byte
8 bits; a byte is a single character (like the letter “T”)
1 megabyte = 1m bytes = 200 pgs of text or one screen-size image
Binary numbering system
Base 2, digits 0 and 1
Hexadecimal numbering system
Base 16: 0-9, A-F
Octal numbering system
Base 8: 0-6
Decimal numbering system
Base 10: 0-9
Hertz
One cycle per second
e.g., kilohertz = 1000 cycles per second