MOD 1 Chapter 1 Introduction To Computers
MOD 1 Chapter 1 Introduction To Computers
MOD 1 Chapter 1 Introduction To Computers
Fundamentals and
Programming in C
2nd Edition
Reema Thareja
1
© Oxford University Press 2016. All rights reserved.
CHAPTER 1
INTRODUCTION TO COMPUTERS
CHARACTERISTICS OF COMPUTERS
• Speed : Computers can process data and perform complex calculations at incredible speeds,
far surpassing human capabilities. Operations that would take hours or even days for a
human to complete can be done in milliseconds or less by a computer.
• Accuracy: Computers are highly precise in their operations. Once programmed correctly,
they perform tasks without errors unless there are flaws in the instructions provided
(software bugs or hardware issues).
• Automatic: Computers can perform tasks automatically without human intervention once
programmed. They follow instructions step by step and can execute repetitive tasks with
ease.
• Diligence: Unlike humans, computers do not get tired or bored. They can perform
repetitive operations without degradation in performance, making them ideal for tasks that
require continuous or repetitive work.
The first generation computers used very large number of vacuum tubes for
circuitry and magnetic drums for memory.
Disadvantages:
1. Second generation computers were manufactured using transistors that had to
be assembled manually. This made commercial production of computers difficult
and expensive.
• The development of the integrated circuit was the hallmark of the third
generation of computers.
• These computers had few megabytes of main memory and magnetic disks which
could store few tens of megabytes of data per disk drive.
• High level programming languages like COBOL and FORTRAN were standardized
by ANSI (American National Standards Institute)
• Some more high level programming languages like PL/I PASCAL and BASIC were
introduced at this time.
• Third generation computers were the first to implement time sharing operating
systems.
• Input to these computers could now be provided using keyboards and mouse.
Drawbacks
Despite being smaller, cheaper, faster, and more reliable with better energy
efficiency and user-friendly GUIs, fourth-generation computers faced challenges
such as software compatibility issues, dependency on complex operating systems,
potential security vulnerabilities in networks, and the need for continuous updates
and maintenance.
Classification of Computers
Dumb Intelligent
Terminal Terminal
20
© Oxford University Press 2016. All rights reserved.
Mainframe Computers:
•Mainframe computers are large-scale computers & expensive.
•Mainframes can also support multiple processors.
•For example, the IBM S/390 mainframe can support 50,000 users at the same
time.
•Users can access mainframes by either using terminals or via PCs.
Dumb Terminals:
•Dumb terminals consist of only a monitor and a keyboard (or mouse).
•They do not have their own CPU and memory and use the mainframe
system’s CPU and storage devices.
Intelligent Terminals:
• intelligent terminals have their own processor and thus can perform some
processing operations.
•PCs are used as intelligent terminals to facilitate data access and other
services from the mainframe system.
EXAMPLES: banks, airline companies, and universities, where a large number
of users frequently access the data stored in their databases.
21
© Oxford University Press 2016. All rights reserved.
Minicomputers:
•As the name suggests, minicomputers are smaller, cheaper, and slower than
mainframes.
•Also known as midrange computers, the capabilities of minicomputers fall between
mainframe and personal computers.
• Minicomputers are widely used in business, education, hospitals, government
organizations, etc.
•While some minicomputers can be used only by a single user, others are
specifically designed to handle multiple users simultaneously.
•Usually, single-user minicomputers are used for performing complex design tasks.
•As with mainframes, minicomputers can also be used as servers in a networked
environment, and hundreds of PCs can be connected to it.
22
© Oxford University Press 2016. All rights reserved.
Microcomputers:
•Microcomputers, commonly known as PCs, are very small and cheap.
•The first microcomputer was designed by IBM in 1981 and was named IBM-PC.
Later on, many computer hardware companies copied this design and termed
their microcomputers as PC-compatible, which refers to any PC that is based on
the original IBM PC design.
•Another type of popular PC is designed by Apple.
•PCs designed by IBM and other PC- compatible computers have a different
architecture from that of Apple computers.
•Moreover, PCs and PC-compatible computers commonly use the Windows
operating system, while Apple computers use the Macintosh operating system
(MacOS).
•PCs can be classified into the following categories: Desktops, Laptops,
Workstation, Networks & Handheld computers
23
© Oxford University Press 2016. All rights reserved.
Workstations
•Workstations are single-user computers that have the same features as PCs,
but their processing speed matches that of a minicomputer or mainframe
computer.
• Workstation computers have advanced processors, more RAM and storage
capacity than PCs.
•Therefore, they are more expensive and powerful than a normal desktop
computer.
• Although workstation computers are widely used as powerful single-user
computers by scientists, engineers, architects, and graphic designers, they can
also be used as servers in a networked environment
Network Computers
•Network computers have less processing power, memory, and storage than a
desktop computer.
•These are specially designed to be used as terminals in a networked
environment.
•Example: some network computers are specifically designed to access data
stored on a network (including the Internet and intranet).
•Network computers that are specifically designed to access only the Internet or
intranet are often known as Internet PCs or Internet boxes.
•Some network computers used in homes do not even have a monitor.
•Such computers may be connected to a television, which serves as the output
device. 24
© Oxford University Press 2016. All rights reserved.
Workstations.
Information appliances
Embedded computers
25
© Oxford University Press 2016. All rights reserved.
APPLICATIONS OF COMPUTERS
• Word Processing • Sports
• Internet • Travel and Tourism
• Digital Audio or Video Composition Simulation
• Desktop Publishing • Astronomy
• e-Business • Education
• Bioinformatics • Industry and Engineering
• Health care • Robotics
• GIS and Remote Sensing • Decision Support Systems
• Meteorology • Expert Systems
• Multimedia and Animation
• Legal System
• Retail Business
CPU
CONTROL UNIT
Storage:
31
© Oxford University Press 2016. All rights reserved.