1 Introduction To Computer System
1 Introduction To Computer System
Learning objectives
Students will be able to understand
The various components of computer system
The functions of these components
The components of Von Neumann Architecture
Introduction to Computer system
Computer is an electronic device that can be programmed to accept data ( input), process it and
generate result (output)
A computer with additional hardware and software is called as computer system.
A computer system comprises of a
Central processing unit
Memory
Input/output devices
Storage devices.
All these components function together as a single unit
1. Central processing unit (CPU)
It carries out the actual processing
Also known as
Brain of the computer /
Processor /
Microprocessor
Physically, a CPU can be placed on one or more microchips called integrated circuits (IC).
The CPU is given instructions and data through programs.
The CPU then fetches the program and data from the memory and performs arithmetic and
logical operations as per the given instructions
Then Stores the result back to memory
Registers
Local memory in CPU stores the data as well as instructions
Two other main components
Arithmetic Logic Unit (ALU)
ALU performs all the arithmetic and logic operations that need to be done as per the instruction
in a program
Control Unit (CU)
CU controls sequential instruction execution, interprets instructions and guides data flow through
the computer’s memory, ALU and input or output devices.
2. Input devices
The devices through which control signals are sent to a computer are termed as input devices.
These devices convert the input data into a digital form that is acceptable by the computer
system.
Examples : keyboard, mouse, scanner, touch screen
Data entered through input device is temporarily stored in the main memory (RAM)
For permanent storage, the data are stored permanently in secondary memory.
3. Output devices
The device that receives data from a computer system for display, physical production, etc., is
called output device.
It converts digital information into human understandable form.
Example: monitor, projector, headphone, speaker, printer
A printer is the most commonly used device to get output in hardcopy form.
Three types of commonly used printers are
Inkjet
Laserjet
Dot matrix.
3D-printer
Used to build physical replica of a digital 3D design.
Used in manufacturing industries to create prototypes of products.
Also being used in the medical field, particularly for developing body organs
Von Neumann Architecture
It consists of a Central Processing Unit (CPU) for processing arithmetic and logical instructions,
a memory to store data and programs, input and output devices and communication channels to
send/receive the output data.
Electronic Numerical Integrator And Computer (ENIAC) is the first binary programmable
computer based on Von Neumann architecture.
AFL
Draw and explain the various components of computer system.
Write a short note on Von Neumann Architecture.
_________ convert the input data into a digital form that is acceptable by the computer system.
Data entered through input device is temporarily stored in ________ .
Evolution of Computer
Learning objectives
Students will be able to
Explain about the various stages of computer evolution
Evolution of computer
Electronic Numerical Integrator And Computer (ENIAC) is the first binary programmable
computer based on Von Neumann architecture.
During the 1970s, Large Scale Integration (LSI) of electronic circuits allowed integration of
complete CPU on a single chip, called microprocessor.
Further advancement in technology has made it feasible to fabricate high density of transistors
and other components (approx 106 components) on a single IC called Super Large Scale
Integration (SLSI)
IBM introduced its first personal computer (PC) for the home user in 1981,
Apple introduced Macintosh machines in 1984.
The popularity of the PC surged by the introduction of Graphical User Interface (GUI) based
operating systems by Microsoft and others in place of computers with only command line
interface, like UNIX or DOS.
Around 1990s, the growth of world wide web (WWW) further accelerated mass usage of
computers and thereafter computers have become an indispensable part of everyday life.
Further, with the introduction of laptops, personal computing was made portable to a great
extent. This was followed by smartphones, tablets and other personal digital assistants. These
devices have leveraged the technological advancements in processor miniaturisation, faster
memory, high speed data and connectivity mechanisms.
The next wave of computing devices includes wearable gadgets such as smart watch, lenses,
headbands, headphones, etc.
In 1965, Intel cofounder Gordon Moore introduced Moore’s Law which predicted that the
number of transistors on a chip would double every two years while the costs would be halved.
Evolution of Computer
AFL
Who is known as the father of modern computers?
EDVAC stands for __________________.
Tabulating machine is invented by ________________.
John Von Neuman architecture is based on ___________.
_________ is a silicon chip which contains entire electronic circuit on a very small area.
Computer Memory
Learning objectives
Students will be able to understand
The Units of computer Memory
Different types of computer memory like Primary memory and secondary memory
Computer Memory
A computer system needs memory to store the data and instructions for processing.
Units of Memory
Computer uses binary numbers to store and process data (0 & 1)
The elementary unit of memory is bit
A group of 8 bits – byte
A group of 4 bits – Nibble
Registers work as per the instructions given by the CU, storing instructions and data immediately
required for performing an operation
CPU places the highest priority jobs inside registers for faster execution.
2. Secondary memory
Primary memory has limited storage capacity
Secondary storage devices are used to store a large amounts of data permanently
Secondary memory is non-volatile
Also called as “Auxiliary memory”
Secondary memory cannot be accessed directly by the CPU
Contents of secondary storage need to be first brought into the main memory for the CPU to
access
The amount of data a disk can hold is defined as Disk Capacity
Secondary Memory
Secondary storage devices are used to store a large amounts of data permanently
DVD – Digital Versatile Disc or Digital Video Disc is an optical disk storage device.
USB Pen Drive – It is a small, portable memory which can be plugged into a computer with USB
port.
Memory Cards – These are data storage devices used with digital cameras, computers, mobile
players etc.
Cache memory
RAM is faster than secondary storage, but not as fast as a computer processor.
So RAM may slow down CPU
To reduce the speed mismatch between CPU and RAM , a very high speed memory is placed
between the CPU and the primary memory known as “Cache”.
It stores the copies of the data from frequently accessed primary memory locations, thus,
reducing the average time required to access data from primary memory.
When the CPU needs to access memory, it first examines the cache.
In case the requirement is met, it is read from the cache
Otherwise the primary memory is accessed.
AFL
The concentric circles on the platters are called ________.
Draw is an example of an Operating system . True/False
Device driver is an example of _______________.
______________ converts each program instruction into machine code.
DVD stands for ___________________.
Distinguish between RAM and ROM
What is the use of Cache memory ?
Data Capturing, Storage, and Retrieval
Learning Objective
Students will be able to
It involves fetching data from the storage devices, for its processing as per the user requirement.
As databases grow, the challenges involved in search and retrieval of the data in acceptable time,
also increase. Minimising data access time is crucial for faster data processing.
Data Deletion and Recovery
One of the biggest threats associated with digital data is its deletion. The storage devices can
malfunction or crash down resulting in the deletion of the stored data. Users can accidentally
erase data from storage devices, or a hacker/malware can delete the digital data intentionally.
Deleting digitally stored data means changing the details of data at bit level, which can be very
time-consuming. Therefore, when any data is simply deleted, its address entry is marked as free,
and that much space is shown as empty to the user, without actually deleting the data.
In case data gets deleted accidentally or corrupted, there arises a need to recover the data.
Recovery of the data is possible only if the contents/memory space marked as deleted have not
been overwritten by some other data.
Data recovery is a process of retrieving deleted, corrupted and lost data from secondary storage
devices.
There are usually two security concerns associated with data. One is its deletion by some
unauthorised person or software. These concerns can be avoided by limiting access to the
computer system and using passwords for user accounts and files, wherever possible. There is
also an option of encrypting files to protect them from unwanted modification.
The other concern is related to unwanted recovery of data by unauthorised user/software. Many a
times, we discard our old, broken or malfunctioning storage devices without taking care to delete
data.
We assume that the contents of deleted files are permanently removed. However, if these storage
devices fall into the hands of mischief-mongers, they can easily recover data from such devices;
this poses a threat to data confidentiality. This concern can be mitigated by using proper tools to
delete or shred data before disposing off any old or faulty storage device.
AFL
CRT vs LCD ?
CRT Monitor
LCD Monitor
Types of printers
Impact – there is a mechanical contact between printer head and paper. Eg . Dot Matrix Printer
Non-impact printers – no mechanical contact between printer head and paper. Eg. Inkjet printer,
Laser printer
Dotmatrix printer
Dotmatrix printer (Serial printer) prints one character at a time.
This printer prints character by striking an ink-ribbon against the paper and hence termed as
impact printer.
Low operating cost , used to generate carbon copies
Printer is noisy
Inkjet/Deskjet Printer
Inkjet printer uses the technique of spreading dry ink on paper
The ink is stored in the form of cartridges
Generates high quality prints, used in small offices and homes
Laser Printer
Laser technology is used to produce printed documents
Very fast
Plotter – is an output device used for producing good quality images and drawings
It support printing of large-sized papers (engineering drawings)
Used in CAD(Computer Aided Design)
Communication Bus
A communication bus is a collection of wires that transfer data between computer components
It usually transmits binary numbers one bit per wire
Three types of buses
Address bus – is used to specify address of data/memory location and stores address in
MAR(Memory Address Register)
Data bus – carries data in binary form from one component to another
Control bus – carries instructions to perform operations such as Read from/Write to memory and
its associated input-output operations.
Data Vs Information
Data class 11 , Arun, 2
IPO cycle