Term 2 Flashcards
(239 cards)
Input devices
- mouse
- stylus
- touchscreen
- mic
- webcam
the CPU is responsible for..
- Executing instructions
- performing calculations
- making logical decisions
Output devices
Designed to allow users to access/take data from a computer system.
- Monitor
- Speakers
- Printer
I/O devices (in/output)
Known as the peripheral devices
Main Memory
May be volatile (RAM) or not (ROM), also includes cache memory and virtual memory.
Secondary storage
allows for long-term storage data and instructions
- Internal: HDD, SSD
- External: External HDD, Memory stick, memory card, optical disks
Stored Program Concept
Data and instructions are stored in the same memory at the same time.
The CPU follows a sequential fetch-execute cycle.
A computer system with one CPU
RAM (Random access memory) temporarily..
Stores data and instructions for the computer’s CPU to access quickly.
- Can read/write
- Volatile (Lose its content when no power, must be constantly refreshed)
- DRAM
- SRAM
Dynamic RAM (DRAM) is compromised..
on integrated circuits.
- Millions of transitions and capacitators
DRAM acts..
like a switch
DRAM holds…
one bit
DRAM is like..
a small battery
DRAM needs to recharge..
every ~15 sec
DRAM allows…
the chip to control the circuit to read the capacitator.
DRAM needs to be constantly…
refreshed to recharge the capacitators otherwise data will be lost.
Static RAM (SRAM)
- Uses flipflop logic circuits
- retains the state of a single bit unless stated otherwise
- no need for refresh
DRAM > SRAM
- costs less
- less power needed to run
- higher storage capacity
SRAM > DRAM
- Faster data
>DRAM = ~60nanosec
>SRAM = ~25nanosec
ROM (Read only memory) stores
- Bootstrap loader
- System settings (BIOS, UEFI)
- Character map (ASCII/Unicode)
ROM can only be..
read from
ROM is..
non-volatile
ROM has a separate..
power source (CMOS battery)
ROMs’ contents must..
be available when computer turns on
Cache Memory is..
- a super fast memory built into a processor
- Located inside the processor
- even the slowest beats RAM.