Ch-3 Computer Overview Class-11th Notes
Ch-3 Computer Overview Class-11th Notes
Process:
Process is the operation of data as per given instruction. It is totally
internal process of the computer system.
Output:
Output is the processed data given by computer after data
processing. Output is also called as Result. We can save these
results in the storage devices for the future use.
Computer System
All of the components of a computer system can be summarized
with the simple equations. COMPUTER SYSTEM = HARDWARE +
SOFTWARE+ USER
• Hardware = Internal Devices + Peripheral Devices
All physical parts of the computer (or everything that we can touch) Input Devices: Those
are known as Hardware. devices which help to
• Software = Programs enter data into computer
Software gives “intelligence” to the computer. system. Eg. Keyboad,
• USER = Person, who operates computer. Mouse, Touchscreen,
Barcode Reader, Scanner,
MICR, OMR etc.
Generation of computer:
First Generation (1940-56):
The first generation computers used vaccum tubes & machine
language was used for giving the instructions. These computer
were large in size & their programming was difficult task. The
electricity consumption was very high. Some computers of this
generation are ENIAC, EDVAC, EDSAC & UNIVAC-1.
c) Mini Computer
A midsized computer. In size and power, minicomputers lie
between workstations and mainframes. In the past decade, the
distinction between large minicomputers and small mainframes has
blurred, however, as has the distinction between small
minicomputers and workstations. But in general, a minicomputer is
a multiprocessing system capable of supporting from 4 to about
200 users simultaneously. Generally, servers are comes in this
category.
LANGUAGE PROCESSORS:
Since a computer hardware is capable of understanding only
machine level instructions, So it is necessary to convert the HLL into
Machine Level Language. There are three Language processors: Clock speed:
A. Compiler: Also called clock rate, the speed at which a microprocessor
It is translator which coverts the HLL language into machine executes instructions. Every computer contains an internal clock
language in one go. A Source program in High Level Language get that regulates the rate at which instructions are executed and
converted into Object Program in Machine Level Language. synchronizes all the various computer components. The CPU
requires a fixed number of clock ticks (or clock cycles) to execute
B. Interpreter: each instruction. The faster the clock, the more instructions the CPU
It is a translator which converts the HLL language into machine can execute per second.
language line by line. It takes one statement of HLL and converts it Clock speeds are expressed in megahertz (MHz) or gigahertz
into machine code which is immediately executed. It eliminate the ((GHz).
need of separate compilation/run. However, It is slow in processing 16 bit Microprocessor:
as compare to compiler.