Lecture 2 SP
Lecture 2 SP
1. Introduction to Software
2. System Hierarchy
3. Definition of System Program
4. Foundation of System Program
5. General H/W organization of Computer
System
6. Some important definitions
1. Introduction to Software
• Software is the set of instructions that tell the hardware what to
do.
Processors are the devices that operates on this information. information is stored in the
form of 1’s and 0’s. each 1 or 0 is seperate binary digit called as bits. Bits are typically
grouped in units called as bytes, character or word. Memory locations are specified as
Addresses.
The I/O processors are concerned with the transfer of data between memory and peripheral
devices such as disks, drums, printer and typewriter.
I/O processor execute I/O instructions that are stored in memory.They are activated by the
command from CPU.