SlideShare a Scribd company logo
1 of 34
Overview of
Introduction to Computers
Prepared By : ASM ASHIF
ASA University
Topics
 Meanings of Computer
• Types of Computers
• Evolution/Generation of Computers
 Computer System
 Hardware
 SoftwareSoftware
 Data
 Information
 Procedure
 People
 Communication/ Connectivity
Meanings of Computer
Computer is a device that computes, especially a
programmable electronic machine that performs
high-speed mathematical or logical operations or
that assembles, stores, correlates, or otherwise
processes information. According to Collins English
Dictionary, Computer is “A device, usually
electronic, that processes data according to a set of
instructions”.
The actions carried by the computer are either
arithmetic or logical in nature.
Types of Computers
Computers are either analog or digital in nature. Computers
of yesteryears were analog in nature, but modern day
computers are digital in nature. Computers can be generally
classified by size and power as follows, though there is
considerable overlap:
Personal computer
Workstation
Minicomputer
Mainframe
Supercomputer
Types of Computers
Personal computer: A small, single-user computer based on a
microprocessor. In addition to the microprocessor, a personal computer
has a keyboard for entering data, a monitor for displaying information,
and a storage device for saving data. These are cost effective machines
which are used for general purpose computations.
Workstation: A powerful, single-user computer. A workstation is like a
personal computer, but it has a more powerful microprocessor and a
higher-quality monitor.
Minicomputer: A multi-user computer capable of supporting from 10 to
hundreds of users simultaneously. It is scaled down version of main
frame machines designed to meet the computing needs of small and
medium enterprise (SME). HP, IBM, SUN and Dell are some of the
major vendors of mini computers.
Types of Computers
Mainframe: A powerful multi-user computer capable of supporting many
hundreds or thousands of users simultaneously. They are usually installed
in very large organizations such as banks, meteorological office, defense
establishments etc. These machines have proprietary hardware and
software. The cost of acquisition and maintenance of these machines are
high.
IBM is the most popular maker of mainframe machines and some of the
models are 3090, ES/9000, and S/390
Supercomputer: An extremely fast computer that can perform hundreds
of millions of instructions per second. It works on massively parallel
architectures interconnecting more than one processor, has large quantity
of main memory and secondary storage devices. It supports multiple
users, use proprietary hardware and software, need special environment
for working and are very expensive in both procuring and maintaining.
Supercomputers are usually used for complicated computations such as
weather forecasting and other scientific research requiring massive
calculations.
Evolution/Generation of Computers
 First Generation(1944-1958)
 Most input and output media were punched cards and
magnetic tape.
 Main memory was almost exclusively made up of
hundreds of vacuum tubes.
 Computers were somewhat unreliable because the
vacuum tubes failed.
 They could run only one program at a time.
 ENIAC (Electrical Numerical Integrator And
Calculator) ,
Evolution/Generation of Computers
 Second Generation(1959-1963)
 Transistors and some other solid-state devices that
were much smaller than vacuum tubes.
 Magnetic cores became the most widely used type
of main memory.
 Removable disk packs were introduced as storage
device.
 Smaller, more reliable and significantly faster than
first-generation computers.
Evolution/Generation of Computers
 Third Generation(1964-1970)
 Integrated circuit replaced traditional transistorized
circuit.
 The use of magnetic disks for data storage became
widespread.
 Multiprogramming and timesharing.
Evolution/Generation of Computers
 Fourth Generation(1971-now)
 LSI ,VLSI and ULSI circuits were developed.
 Computers’ main memory capacity increased.
 Software application like dBASE, electronic
spreadsheet became commercially available.
Computer System
A computer system comprises hardware
and software. A computer system processes
data into information according to instructions
provided by the user. Data are raw facts that
need to be processed, whereas information is
meaningful data. Instructions provided by the
user tell the computer hardware how to perform
a task are referred to as the computer software.
Computer System
It accepts data that is typed to it by the
user (input data).
The computer then processes this data
providing a result.
This result is then displayed on the screen or
printed on a sheet of paper (computer
output).
A Typical Computer System
Basic Elements of a Computer System
 Computer system includes hardware, peripheral devices, and software.
 Hardware – the physical components that comprise the computer and
other devices connected to it, such as a keyboard or monitor.
 Peripheral devices – expand the computer’s input, output, and storage
capabilities.
 Input device is a hardware device that allows users to enter data or
commands into the computer.
 Output device is any hardware device that makes information
available to a user.
 Storage device is any device that can store data.
 Software – programs containing instructions that direct the operation of
the computer system.
A Computer System Architecture
Input Device:
Punch card
reader,
Keyboard,
Mouse,
Scanner,
Voice.
Computer:
CPU,
Internal Memory
Output Device:
Monitor,
Printer,
Plotter,
Modem,
Disk Drive
External Storage:
Floppy disk,Hard disk,
Optical disk, Tape drive
Basic Computer OrganizationBasic Computer Organization
ALU
Control
Unit
Input Devices Output
Devices
Memory
Central Processing unit
CPU3
8
9
5
2
1
4
67
11
10 12
T0
outside
world
From
outside
world
Computers Consist of Five Parts
 Hardware
 Software
 Users
 Data
 Some authors treat
Communications as
fifth part
Hardware
Types of Hardware
 The Input hardware: used to enter
data and instructions into a computer.
 The Output hardware: used to view
information produced by the computer.
 The Processing hardware: used to
process data into information.
Types of Hardware
 The Storage hardware: used to store
data, information and instructions
permanently on media.
 The Communication hardware: used
to enable connections between
computers (i.e: modems, cable and fax
modems).
Software
Computer software is often regarded as anything
but hardware, meaning that the "hard" are the parts
that are tangible (able to hold) while the "soft" part
is the intangible objects inside the computer.
Software is made up of a group of related
programs. A program is a sequence of instructions
to the hardware components of a computer system
to perform a specific processing task.
Software
Software can generally be classified into application software or
systems software. Application software performs general-purpose tasks
for users, e.g. a payroll system, word processing, spreadsheets.
Software
Systems software, on the other hand, runs
basic computer operations, manages
computer resources and allows application
software to run on the computer. Systems
software includes operating systems, utility
programs and language translators.
Software
A software package is software to perform
a general business function, e.g. Microsoft
Office. The Microsoft Office programs
Word, PowerPoint, Excel and Access will
be studied in details in this course.
Data
As mentioned before, data is a
collection of raw facts, whereas
information is processed data.
In a computer system data is represented
using two binary digits: 1 ("on") and 0
("off"). This is referred to as the
binary system.
Data
During processing, 0 is represented by an
electrical current being off ( or at low voltage)
and 1 by the current being on (or at high
voltage).
When a letter is typed on the keyboard,
the character is automatically converted into
series of 1s and 0s that the computer can
understand.
Data
Letters, numbers and special characters are
represented within the computer system by
means of binary coding schemes. Two
common binary coding schemes are the
ASCII-8 and EBCDIC. Following, table lists
some examples of how some characters
are represented using the ASCII scheme.
Data
 ASCII stands for American Standard Code
for Information Interchange and is typically
used to represent data in smaller computers
(microcomputers).
 EBCEDIC stands for Extended Binary
Coded Decimal Interchange and is used to
represent data in larger computers.
Procedures
A procedure is a sequence of steps
describing how to carry out a particular
task on the computer. For example, to
logon the computer, to shut down the
computer, to save a file, etc.
People
People are the most important part of the
computer system because they design and
develop computer systems, operate computer
hardware, create computer software and
establish procedures for carrying out tasks.
People
People dealing with the computer can
mainly be classified into computer
professionals or end-users.
Computer professionals are people having
formal education in technical aspects of
using computers. Examples are computer
programmers, system analysts and network
administrators.
People
End-users, on the other hand, are people
who use a computer system to help them
carry out a task specific to their job or
profession or just for fun. End-users need
not have much technical knowledge about
the computer.
Communication/ Connectivity
Connectivity refers to using computers
for communication purposes, e.g.
sending messages from one computer to
another, sharing resources (such as
software) and sharing information.
Thank
You

More Related Content

What's hot

Introduction to computer office 2003
Introduction to computer office 2003Introduction to computer office 2003
Introduction to computer office 2003
manyamfranchise
 
Ch 1 introduction and 2 computer software 1
Ch 1 introduction  and 2 computer software 1Ch 1 introduction  and 2 computer software 1
Ch 1 introduction and 2 computer software 1
rjsuthar56
 

What's hot (20)

Unit 02
Unit 02Unit 02
Unit 02
 
Basic computer concepts
Basic computer conceptsBasic computer concepts
Basic computer concepts
 
What is Coomputer What are the parts of computer
What is Coomputer What are the parts of computer What is Coomputer What are the parts of computer
What is Coomputer What are the parts of computer
 
Computer and Information Technology
Computer and Information TechnologyComputer and Information Technology
Computer and Information Technology
 
Introduction to Information Technology
Introduction to Information TechnologyIntroduction to Information Technology
Introduction to Information Technology
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
MIS 1111 computer applications in business
MIS 1111 computer applications in businessMIS 1111 computer applications in business
MIS 1111 computer applications in business
 
Introduction of computer networks
Introduction of computer networksIntroduction of computer networks
Introduction of computer networks
 
Understanding of Computer | Introduction | Computer In Business
Understanding of Computer | Introduction | Computer In BusinessUnderstanding of Computer | Introduction | Computer In Business
Understanding of Computer | Introduction | Computer In Business
 
Introduction of computer Book
Introduction of computer BookIntroduction of computer Book
Introduction of computer Book
 
Introduction to computer office 2003
Introduction to computer office 2003Introduction to computer office 2003
Introduction to computer office 2003
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentals
 
Computer fundamental on Discovering Computer
Computer fundamental on Discovering ComputerComputer fundamental on Discovering Computer
Computer fundamental on Discovering Computer
 
Computer basic theory222
Computer basic theory222Computer basic theory222
Computer basic theory222
 
Basic concepts of information technology and the internet
Basic concepts of information technology and the internetBasic concepts of information technology and the internet
Basic concepts of information technology and the internet
 
Introduction to computers pdf
Introduction to computers pdfIntroduction to computers pdf
Introduction to computers pdf
 
Ch 1 introduction and 2 computer software 1
Ch 1 introduction  and 2 computer software 1Ch 1 introduction  and 2 computer software 1
Ch 1 introduction and 2 computer software 1
 
Lab 1 computer intro1
Lab 1   computer intro1Lab 1   computer intro1
Lab 1 computer intro1
 
introduction to computer
introduction to computerintroduction to computer
introduction to computer
 
Lecture 1 2
Lecture 1 2Lecture 1 2
Lecture 1 2
 

Viewers also liked

What is electronics year 2
What is electronics year 2What is electronics year 2
What is electronics year 2
callr
 
Day 2 hardware & software
Day 2 hardware & softwareDay 2 hardware & software
Day 2 hardware & software
mn_maps
 
Computer Software - 7th Grade
Computer Software - 7th GradeComputer Software - 7th Grade
Computer Software - 7th Grade
allsaintstech
 
Cpu and its functions
Cpu and its functionsCpu and its functions
Cpu and its functions
myrajendra
 
History Of Computer
History Of ComputerHistory Of Computer
History Of Computer
guest420b9d
 

Viewers also liked (19)

Unit i (part1) b.sc
Unit i (part1)  b.scUnit i (part1)  b.sc
Unit i (part1) b.sc
 
Meet the robots!
Meet the robots!Meet the robots!
Meet the robots!
 
What is electronics year 2
What is electronics year 2What is electronics year 2
What is electronics year 2
 
Day 2 hardware & software
Day 2 hardware & softwareDay 2 hardware & software
Day 2 hardware & software
 
Robotics an Automation 1
Robotics an Automation 1Robotics an Automation 1
Robotics an Automation 1
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
102 Evolution of computers
102 Evolution of computers102 Evolution of computers
102 Evolution of computers
 
system software and application software, compiler, interpreter & assembler
system software  and application software, compiler, interpreter & assemblersystem software  and application software, compiler, interpreter & assembler
system software and application software, compiler, interpreter & assembler
 
Computer Software - 7th Grade
Computer Software - 7th GradeComputer Software - 7th Grade
Computer Software - 7th Grade
 
Cpu and its functions
Cpu and its functionsCpu and its functions
Cpu and its functions
 
Report-computer hardware,system, and software
Report-computer hardware,system, and softwareReport-computer hardware,system, and software
Report-computer hardware,system, and software
 
System software and Application software
System software and Application softwareSystem software and Application software
System software and Application software
 
GENERATIONS OF COMPUTER
GENERATIONS OF COMPUTERGENERATIONS OF COMPUTER
GENERATIONS OF COMPUTER
 
Online Shopping Full Project Presentation (20 slides)
Online Shopping Full Project Presentation (20 slides)Online Shopping Full Project Presentation (20 slides)
Online Shopping Full Project Presentation (20 slides)
 
integrated circuits
integrated circuitsintegrated circuits
integrated circuits
 
Introduction to computer hardware
Introduction to computer hardwareIntroduction to computer hardware
Introduction to computer hardware
 
History Of Computer
History Of ComputerHistory Of Computer
History Of Computer
 
GENERATION OF COMPUTERS.
GENERATION OF COMPUTERS.GENERATION OF COMPUTERS.
GENERATION OF COMPUTERS.
 
History of Computers in Schools
History of Computers in SchoolsHistory of Computers in Schools
History of Computers in Schools
 

Similar to Lecture 12-1234865709062834-2

FUNDAMENTALS OF COMPUTER
FUNDAMENTALS OF COMPUTERFUNDAMENTALS OF COMPUTER
FUNDAMENTALS OF COMPUTER
thanathip
 
Connecting Hardware Peripherals Level 1 Ver 2 - Copy.pdf
Connecting Hardware Peripherals Level 1 Ver 2 - Copy.pdfConnecting Hardware Peripherals Level 1 Ver 2 - Copy.pdf
Connecting Hardware Peripherals Level 1 Ver 2 - Copy.pdf
EYOHAICTMEDIA
 
E 1-00powerpointpresentationupdate-090901115018-phpapp01
E 1-00powerpointpresentationupdate-090901115018-phpapp01E 1-00powerpointpresentationupdate-090901115018-phpapp01
E 1-00powerpointpresentationupdate-090901115018-phpapp01
12richa
 
Computer hardware and software an assignment
Computer hardware and software an assignment Computer hardware and software an assignment
Computer hardware and software an assignment
786
 

Similar to Lecture 12-1234865709062834-2 (20)

Computer Applications In Business by Mahatma Gandhi University
Computer Applications In Business by Mahatma Gandhi University Computer Applications In Business by Mahatma Gandhi University
Computer Applications In Business by Mahatma Gandhi University
 
seminar about Computer-system consist of 10 slides.ppt
seminar about Computer-system consist of 10 slides.pptseminar about Computer-system consist of 10 slides.ppt
seminar about Computer-system consist of 10 slides.ppt
 
chapter 1.pptx
chapter 1.pptxchapter 1.pptx
chapter 1.pptx
 
FUNDAMENTALS OF COMPUTER
FUNDAMENTALS OF COMPUTERFUNDAMENTALS OF COMPUTER
FUNDAMENTALS OF COMPUTER
 
Computer Types according structure .docx
Computer Types according structure  .docxComputer Types according structure  .docx
Computer Types according structure .docx
 
Computers
ComputersComputers
Computers
 
Information technology
Information technologyInformation technology
Information technology
 
Connecting Hardware Peripherals Level 1 Ver 2 - Copy.pdf
Connecting Hardware Peripherals Level 1 Ver 2 - Copy.pdfConnecting Hardware Peripherals Level 1 Ver 2 - Copy.pdf
Connecting Hardware Peripherals Level 1 Ver 2 - Copy.pdf
 
Computer fundamental introduction_and_types
Computer fundamental introduction_and_typesComputer fundamental introduction_and_types
Computer fundamental introduction_and_types
 
Computer capsule sbi_clerk
Computer capsule sbi_clerkComputer capsule sbi_clerk
Computer capsule sbi_clerk
 
E 1-00powerpointpresentationupdate-090901115018-phpapp01
E 1-00powerpointpresentationupdate-090901115018-phpapp01E 1-00powerpointpresentationupdate-090901115018-phpapp01
E 1-00powerpointpresentationupdate-090901115018-phpapp01
 
Computer hardware and software an assignment
Computer hardware and software an assignment Computer hardware and software an assignment
Computer hardware and software an assignment
 
Introduction to mis
Introduction to misIntroduction to mis
Introduction to mis
 
PC for Managers
PC for ManagersPC for Managers
PC for Managers
 
Basics of computer
Basics of computerBasics of computer
Basics of computer
 
Chapter 1 computer fundamentals
Chapter 1 computer  fundamentalsChapter 1 computer  fundamentals
Chapter 1 computer fundamentals
 
Itc lecture
Itc lectureItc lecture
Itc lecture
 
computer concepts.pptx
computer concepts.pptxcomputer concepts.pptx
computer concepts.pptx
 
Computer Organization and Architecture for engineering
Computer Organization and Architecture for engineeringComputer Organization and Architecture for engineering
Computer Organization and Architecture for engineering
 
ComputerFundementals.pptx
ComputerFundementals.pptxComputerFundementals.pptx
ComputerFundementals.pptx
 

Recently uploaded

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Recently uploaded (20)

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 

Lecture 12-1234865709062834-2

  • 1. Overview of Introduction to Computers Prepared By : ASM ASHIF ASA University
  • 2. Topics  Meanings of Computer • Types of Computers • Evolution/Generation of Computers  Computer System  Hardware  SoftwareSoftware  Data  Information  Procedure  People  Communication/ Connectivity
  • 3. Meanings of Computer Computer is a device that computes, especially a programmable electronic machine that performs high-speed mathematical or logical operations or that assembles, stores, correlates, or otherwise processes information. According to Collins English Dictionary, Computer is “A device, usually electronic, that processes data according to a set of instructions”. The actions carried by the computer are either arithmetic or logical in nature.
  • 4. Types of Computers Computers are either analog or digital in nature. Computers of yesteryears were analog in nature, but modern day computers are digital in nature. Computers can be generally classified by size and power as follows, though there is considerable overlap: Personal computer Workstation Minicomputer Mainframe Supercomputer
  • 5. Types of Computers Personal computer: A small, single-user computer based on a microprocessor. In addition to the microprocessor, a personal computer has a keyboard for entering data, a monitor for displaying information, and a storage device for saving data. These are cost effective machines which are used for general purpose computations. Workstation: A powerful, single-user computer. A workstation is like a personal computer, but it has a more powerful microprocessor and a higher-quality monitor. Minicomputer: A multi-user computer capable of supporting from 10 to hundreds of users simultaneously. It is scaled down version of main frame machines designed to meet the computing needs of small and medium enterprise (SME). HP, IBM, SUN and Dell are some of the major vendors of mini computers.
  • 6. Types of Computers Mainframe: A powerful multi-user computer capable of supporting many hundreds or thousands of users simultaneously. They are usually installed in very large organizations such as banks, meteorological office, defense establishments etc. These machines have proprietary hardware and software. The cost of acquisition and maintenance of these machines are high. IBM is the most popular maker of mainframe machines and some of the models are 3090, ES/9000, and S/390 Supercomputer: An extremely fast computer that can perform hundreds of millions of instructions per second. It works on massively parallel architectures interconnecting more than one processor, has large quantity of main memory and secondary storage devices. It supports multiple users, use proprietary hardware and software, need special environment for working and are very expensive in both procuring and maintaining. Supercomputers are usually used for complicated computations such as weather forecasting and other scientific research requiring massive calculations.
  • 7. Evolution/Generation of Computers  First Generation(1944-1958)  Most input and output media were punched cards and magnetic tape.  Main memory was almost exclusively made up of hundreds of vacuum tubes.  Computers were somewhat unreliable because the vacuum tubes failed.  They could run only one program at a time.  ENIAC (Electrical Numerical Integrator And Calculator) ,
  • 8. Evolution/Generation of Computers  Second Generation(1959-1963)  Transistors and some other solid-state devices that were much smaller than vacuum tubes.  Magnetic cores became the most widely used type of main memory.  Removable disk packs were introduced as storage device.  Smaller, more reliable and significantly faster than first-generation computers.
  • 9. Evolution/Generation of Computers  Third Generation(1964-1970)  Integrated circuit replaced traditional transistorized circuit.  The use of magnetic disks for data storage became widespread.  Multiprogramming and timesharing.
  • 10. Evolution/Generation of Computers  Fourth Generation(1971-now)  LSI ,VLSI and ULSI circuits were developed.  Computers’ main memory capacity increased.  Software application like dBASE, electronic spreadsheet became commercially available.
  • 11. Computer System A computer system comprises hardware and software. A computer system processes data into information according to instructions provided by the user. Data are raw facts that need to be processed, whereas information is meaningful data. Instructions provided by the user tell the computer hardware how to perform a task are referred to as the computer software.
  • 12. Computer System It accepts data that is typed to it by the user (input data). The computer then processes this data providing a result. This result is then displayed on the screen or printed on a sheet of paper (computer output).
  • 14. Basic Elements of a Computer System  Computer system includes hardware, peripheral devices, and software.  Hardware – the physical components that comprise the computer and other devices connected to it, such as a keyboard or monitor.  Peripheral devices – expand the computer’s input, output, and storage capabilities.  Input device is a hardware device that allows users to enter data or commands into the computer.  Output device is any hardware device that makes information available to a user.  Storage device is any device that can store data.  Software – programs containing instructions that direct the operation of the computer system.
  • 15. A Computer System Architecture Input Device: Punch card reader, Keyboard, Mouse, Scanner, Voice. Computer: CPU, Internal Memory Output Device: Monitor, Printer, Plotter, Modem, Disk Drive External Storage: Floppy disk,Hard disk, Optical disk, Tape drive
  • 16. Basic Computer OrganizationBasic Computer Organization ALU Control Unit Input Devices Output Devices Memory Central Processing unit CPU3 8 9 5 2 1 4 67 11 10 12 T0 outside world From outside world
  • 17. Computers Consist of Five Parts  Hardware  Software  Users  Data  Some authors treat Communications as fifth part
  • 19. Types of Hardware  The Input hardware: used to enter data and instructions into a computer.  The Output hardware: used to view information produced by the computer.  The Processing hardware: used to process data into information.
  • 20. Types of Hardware  The Storage hardware: used to store data, information and instructions permanently on media.  The Communication hardware: used to enable connections between computers (i.e: modems, cable and fax modems).
  • 21. Software Computer software is often regarded as anything but hardware, meaning that the "hard" are the parts that are tangible (able to hold) while the "soft" part is the intangible objects inside the computer. Software is made up of a group of related programs. A program is a sequence of instructions to the hardware components of a computer system to perform a specific processing task.
  • 22. Software Software can generally be classified into application software or systems software. Application software performs general-purpose tasks for users, e.g. a payroll system, word processing, spreadsheets.
  • 23. Software Systems software, on the other hand, runs basic computer operations, manages computer resources and allows application software to run on the computer. Systems software includes operating systems, utility programs and language translators.
  • 24. Software A software package is software to perform a general business function, e.g. Microsoft Office. The Microsoft Office programs Word, PowerPoint, Excel and Access will be studied in details in this course.
  • 25. Data As mentioned before, data is a collection of raw facts, whereas information is processed data. In a computer system data is represented using two binary digits: 1 ("on") and 0 ("off"). This is referred to as the binary system.
  • 26. Data During processing, 0 is represented by an electrical current being off ( or at low voltage) and 1 by the current being on (or at high voltage). When a letter is typed on the keyboard, the character is automatically converted into series of 1s and 0s that the computer can understand.
  • 27. Data Letters, numbers and special characters are represented within the computer system by means of binary coding schemes. Two common binary coding schemes are the ASCII-8 and EBCDIC. Following, table lists some examples of how some characters are represented using the ASCII scheme.
  • 28. Data  ASCII stands for American Standard Code for Information Interchange and is typically used to represent data in smaller computers (microcomputers).  EBCEDIC stands for Extended Binary Coded Decimal Interchange and is used to represent data in larger computers.
  • 29. Procedures A procedure is a sequence of steps describing how to carry out a particular task on the computer. For example, to logon the computer, to shut down the computer, to save a file, etc.
  • 30. People People are the most important part of the computer system because they design and develop computer systems, operate computer hardware, create computer software and establish procedures for carrying out tasks.
  • 31. People People dealing with the computer can mainly be classified into computer professionals or end-users. Computer professionals are people having formal education in technical aspects of using computers. Examples are computer programmers, system analysts and network administrators.
  • 32. People End-users, on the other hand, are people who use a computer system to help them carry out a task specific to their job or profession or just for fun. End-users need not have much technical knowledge about the computer.
  • 33. Communication/ Connectivity Connectivity refers to using computers for communication purposes, e.g. sending messages from one computer to another, sharing resources (such as software) and sharing information.