The Computer: A True Story A True Story H. K. Thambi H. K. Thambi
The Computer: A True Story A True Story H. K. Thambi H. K. Thambi
Parts of a computer
H K T 2
CPU
A control center that converts data input to information output. A highly complex, extensive set of electronic circuitry that executes stored program instructions. All computers have a central processing unit. It has two parts: The control unit and the arithmetic/logic unit. Each part has a specific function.
H K T
H K T
Memory
1. Primary 2. Secondary PRIMARY
The CPU interacts closely with primary storage, or main memory, referring to it for both instructions and data. However, memory is not part of the CPU. A computer's memory holds data only temporarily, at the time the computer is executing a program
H K T 5
Memory
SECONDARY
Stores permanent or semi-permanent data on some external magnetic or optical medium. Hard Disk, CD, DVD, Pen Drive, Smartphone with USB.
Magnetic Storage : Hard Disks, Tape, Floppies Optical Storage : CD, DVD, Blu Ray Flash Memory : Pen Drives
H K T
LOGICAL OPERATIONS :
registers
Temporary storage areas for instructions or data. They are not a part of memory
They are special additional storage locations that offer the advantage of speed.
Registers work under the direction of the control unit to accept, hold, and transfer instructions or data and perform arithmetic or logical comparisons at high speed. The control unit uses a data storage register the way a store owner uses a cash register as a temporary, convenient place to store what is used in transactions.
H K T 9
registers
Kinds of registers : An accumulator, which collects the result of computations. An address register, which keeps track of where a given instruction or piece of data is stored in memory. Each storage location in memory is identified by an address, just as each house on a street has an address. A storage register, which temporarily holds data taken from or about to be sent to memory. A general-purpose register, which is used for several functions.
H K T 10
Storage
Speed
Fastest
Very Fast
Capacity
Lowest
Low/Moderate
Registers
RAM
No
No
Floppy Disk
Hard Disk
Yes Yes
H K T
12