Module 3 Flashcards
(35 cards)
Hardware
refers to the physical elements of a computer:
computer case w/ power keyboard
motherboard mouse
CPU network card
Memory (RAM) modem
Hard disk drive speakers
Optical Drive (DVD) printer
Video Card cabling
Monitor
Hardware is
a physical entity
software is
non-physical entity
binary digit or bit
zeros and ones
8 bits =
1 byte of data
input
the process of entering data and programs into the computer system.
processing
The task of performing arithmetic and logical operations is called processing
output
the process of producing results from the data and getting useful information
Storage:
The process of saving data and instructions permanently is known as storage
control.
Control is the way instructions are executed and the above operations are performed.
CPU
where decisions are made, computations occur, and input/output requests are delegated - the brain
Main Memory
temporary storage for information being processed by the CPU
Bus
a subsystem that transfers data or power between computer components.
It is an electronic highway for information.
Input devices
allows people to supply information to computers
Output devices
allows people to receive information from computers
4 key parts of the CPU
Control Unit
Arithmetic & Logic Unit
Registers
Clock
The Control Unit
extracts instructions from memory, decodes, and executes them, calling on the ALU when necessary
ALU
Arithmetic Logic Unit (ALU), as its name implies, is that portion of the CPU hardware that performs the arithmetic and logical operations on the binary data.
Registers
are temporary storage units within the CPU. Some registers, such as the program counter and instruction register have dedicated uses. Other registers such as the accumulator are for more general-purpose use.
data bus
transfers actual data
address bus
transfers information about where the data should go.
control bus
carries signals that report the status of various devices.
instruction cycle
the steps of stages the processor follows.
This is the process where a computer retrieves a program instruction from memory, determines what actions the instruction requires, and carries out the actions
clock
generates a regular sequence of electronic pulses used to synchronize operations of the processor’s components