CH - 1 (Introduction To Computer Systems and Organization)
CH - 1 (Introduction To Computer Systems and Organization)
1. Input: The process of data feeding by the user (Data means raw
facts and figures)
2. Process: The actual work done in computers
3. Output: The result of user’s task (It can be: On-screen (Soft Copy),
On Paper (Hard Copy) or On Air)
4. Storage: The process of saving data
1. CU (Control Unit): It accepts the request from CPU and does not
perform any task itself. It determines, guides and control the request and
then send it to ALU.
2. ALU (Arithmetic and Login Unit): ALU accepts the request from CU
and performs the required task. It checks the request for what kind of task
to be performed such as arithmetic operation (Addition, Subtraction,
Multiplication or Division) or Logical comparison such as (Less Than,
Greater Than etc.). After completion of the task, it sends the request to
the next unit.
Primary Memory
Primary memory is also known as the main memory. Primary memory is a
space where users can open their files for work. It works just like a table
or desk in our offices. It saves data temporarily. It is classified as into the
following categories:
1. RAM
2. ROM
3. Cache Memory
Cache Memory
It is used to increase the speed of operations of CPU. It is placed between
RAM and CPU. It stores the copies of data from frequently accessed
memory locations that reduce the average time required to access data.
This memory is examined first when the CPU needs some data.
Secondary Memory
Storage Devices
Hard Disk
It has magnetic storage to store data, retrieve data
It has rotating platters coated with magnetic material
These platters are paired with magnetic heads
Magnetic heads are arranged on a moving actuator arm that read
and write data to platter surfaces
It is a non-volatile memory
It has a large storage capacity compared to other secondary storage
devices
Hard disk
IO
IO and Battery are two devices which are performing the tasks of
supplying input and output power in Computer Systems and Organization.
It pronounced as “eye-oh”
Refers to a program, operation or devices that transfer data to or
from a computer and to or from a peripheral device
The transfer is input for one device and output for another device
Example: Writable CD
IO Devices
Battery
Supplies power to a device that allows operating computer without
power
It runs computers several hours with power backup
They are rechargeable components
Three types of batteries are used in computers i. Backup Battery:
These batteries hold computer settings such as date and time, other
devices. Ex. CMOS Battery
Main Battery: Main batteries refer to an alternate source of energy
when the computer is not connected with the wall outlet Ex. Laptop
Battery
Bridge Battery: It allows us to remove the main battery and
replace it without having to turn off the computer.
Memory Units
Memory units helps to decide the capacity and requirements of storage in
Computer Systems and Organization.
It is just like a cell; these cells are broken down into small units
called bits
Bit means a binary digit either 0 or 1
4 bits make up a nibble
8 bits make up one byte
Every higher memory unit is equal to 210 of its lower units
1. System Software
2. Application Software
System Software
In Computer Systems and Organization, software plays vital role n
operations. A computer is just like a rectangular box of hardware without
software. The system software is responsible to perform some internal
tasks of a computer system. There are two types of system software
Operating System
The primary function of the Operating System is to provide a platform to
user and make the computer usable. It allows to make the hardware run
competently. The tasks of the operating system are device management,
process management, user management etc. There are different types of
OS such as Single User OS, Multi-User OS, Time-sharing OS, Real-time OS,
Multi-tasking OS, Distributed OS etc.
Language Processor
It is a translator that translates a high-level language program to machine
level language. There are three types of language processors such as
Assembler, Compiler and Interpreter.
Application Software
Application software carries out the important functions for Computer
Systems and Organization with the help of programs. It provides special
services or a specific task. This software is written by programmers to
serve users as per their requirement. It is subdivided into categories such
as Packages, Utilities, Customized Software, and Developer Tools.
Packages
The Packages are a special set of software that serves general-purpose
Ex. MS Office, Adobe, DTP Software, Macromedia tools etc.
Utilities
Utilities are helpful programs like basic editing, calculation, cleaning,
rearranging, scanning files etc. Ex. Text Editor, Calc, Backup,
Compression, Defragmenter etc.
Tailor-made software
Customized Software refers to tailor-made software that provides
functions as per the requirement of people such as ERP software, Payroll
Software, Hotel Management, Reservation System etc.