Module 2 - Lesson 3: Processing and Storage Devices Flashcards
Is the one responsible for processing and converting data from input to output. Its primary function is to perform arithmetic and logical operations on data taken from the primary storage or on information entered through any input device.
Central Processing Unit (CPU)
Is where the instructions and
data are stored while processing
Main memory (also called primary storage)
Two types of storage in the Main memory
RAM and ROM
Is the part of the memory the computer uses to store volatile data. These are the given instructions that can be changed or erased later.
Random Access Memory (RAM)
When data are loaded or put in the RAM, it means?
Writing data
When anything access data from the RAM, it means
Reading data
Stores the given instructions for the routine operations of a computer. This part is non-volatile; it still holds the instructions even when there is a power interruption or shut-off. From the name, we can only read the information or instructions stored.
Read-Only Memory (ROM)
Are temporary storage locations. These are fast-accessed during computer processing. Bits and bits of information from the main memory and those stored back in the main memory are temporarily stored here while
performing computations
Registers
Performs all the arithmetic and logical calculations of the CPU. The arithmetic operations consist of addition, subtraction, multiplication, and division. Logical calculations involve comparisons of two or more numbers
Arithmetic Logic Unit (ALU)
Is the part of the processor that acts as a traffic controller
for the flow of instructions in the main memory. It’s functions are: controls input and output device, passes data to the ALU for computation, and, most importantly, fetches the instructions from the main memory for execution in the
CPU.
Control Unit (CU)
Are bundles of tiny wires that serve as the communication path between components of the CPU.
Buses
The three most essential buses are:
Data, Address, and Control Buses
Stores data permanently. It is outside the primary storage
and server, just like a filing cabinet. It provides cheap, non-volatile high capacity
storage
Secondary Storage
Two classes of secondary storage are:
Direct access media and Sequential Access Storage Device (SASD)
Supports sequential or random access where data can be accessed directly, unlike the SASD
Direct access media