Chapter 1 Flashcards
What is the Internet program language?
Java
What is the physical aspect of the computer that can be seen?
Hardware
What are the invisible instructions that control the hardware and make it work?
Software
List the 5 hardware components a computer consists of:
- CPU (Central Processing Unit)
- Memory (Main memory)
- Storage Devices (hard disk, floppy disk, CDs)
- Input/Output devices (monitor, printer, keyboard, mouse)
- Communication devices (Modem, NIC (Network Interface Card))
What is the brain of a computer?
Central Processing Unit (CPU)
What does the Central Processing Unit (CPU) do?
It retrieves instructions from memory and executes them.
What are the 2 components the CPU usually has?
- A Control Unit
- Arithmetic/Logic Unit
What does the Control Unit do?
It coordinates the actions of the other components.
What does the ALU Unit (Arithmetic/Logic Unit) do?
It performs numeric operations (+,-,/,*) and logical operations (comparison).
What is CPU speed measured in?
megahertz (MHz)
1 _____ = 1 _____ pulses/second
megahertz, million
If you buy a PC now, you can get an Intel Pentium 4 Processor at 3 _____.
gigahertz
1 gigahertz = 1000 _____
megahertz
1 gigahertz = _____ megahertz
1,000
Why do computers use zeros and ones?
Because digital devices have two stable states (on/off).
_____ is to store data and program instructions for CPU to execute.
Memory
A _____ _____ is an ordered sequence of bytes.
memory unit
How many bits are in a byte?
8
A _____ is the minimum storage unit.
byte
A _____ _____ is never empty, but its initial content may be meaningless to your program.
memory byte
Every byte has a unique address. What is this address used for?
To locate the byte for storing and retrieving data.
Since _____ can be accessed at any location, the memory is also referred to as _____ (_____).
bytes, RAM, (random-access memory)
_____ chips are slower and less expensive than _____ chips.
Memory, CPU
Computer storage size is measured in _____, _____bytes, _____bytes, _____bytes, and _____bytes.
bytes, kilo, mega, giga, tera
A kilobyte is ___=_____, about 1000 _____.
2^10 = 1024, bytes
Programs and data are permanently stored on _____ _____ and are moved to _____ when the computer actually uses them.
–> Why is this done?
storage devices, memory.
–> Memory is much faster than storage devices.
List the 4 main types of storage devices:
- Disk drives (hard disks and floppy disks)
- CD drives (CD-R, CD-RW, and DVD)
- Tape drives
- USB flash drives
What are 2 common input devices?
keyboard and mouse
What are 2 common output devices?
printers and monitors