SlideShare a Scribd company logo
13
Most read
17
Most read
22
Most read
Computer Fundamentals
Prepared by
Shyama Barna Bhattacharjee
Lecturer (CSE)
University of Science and Technology Chittagong (USTC)
Course Introduction
• Course Code: CSE 111
1. Credit Value: 3
• Assesment :
Assessment Method Percentage of Marks
Allotted
1. Class attendance 10%
1. Mid Term Examination 20%
1. Class Test/ Assignment/
Presentation/Case
study/Project
20%
1. Final Examination 50%
Text Books and Reference Books:
• Computer Fundamentals by Pradeep K. Sinha, 6th Edition.
• Introduction to Computer by Peter Norton.
• Fundamentals of Computers by V. Rajaraman and N. Adabala, 6th
Edition.
What is Computer ?
A computer is a programmable electronic device that accepts raw data
as input and processes it with a set of instructions (a program) to
produce result as output. It can process numerical as well as non
numerical calculations. The term “COMPUTER”is derived from the latin
word “COMPUTARE” which means to calculate .
The activity of processing data using a computer is called
data processing
Data
Capture Data
Manipulate Data
Output Results
Information
Data is raw material used as input and information is
processed data obtained as output of data processing
Characteristics of Computers
1) Automatic: Given a job, computer can work on it
automatically without human interventions
2) Speed: Computer can perform data processing jobs
very fast, usually measured in microseconds (10-6),
nanoseconds (10-9), and picoseconds (10-12)
3) Accuracy: Accuracy of a computer is consistently high
and the degree of its accuracy depends upon its design.
Computer errors caused due to incorrect input data or
unreliable programs are often referred to as Garbage In-Garbage-Out
(GIGO)
4) Diligence: Computer is free from monotony, tiredness, and lack of
concentration. It can continuously work for hours without creating any error
and without grumbling
5) Versatility: Computer is capable of performing almost any task, if the task
can be reduced to a finite series of logical steps
6) Power of Remembering: Computer can store and recall any amount of
information because of its secondary storage capability. It forgets or looses
certain information only when it is asked to do so.
7) No I.Q.: A computer does only what it is programmed to do. It cannot take
its own decision in this regard
8) No Feelings: Computers are devoid of emotions. Their judgement is based
on the instructions given to them in the form of programs that are written by
us (human beings)
Evolution of Computers
Charles Babbage is considered to be the father of
modern digital computers
• He designed “Difference Engine” in 1822
• He designed a fully automatic analytical engine in
1842 for performing basic arithmetic functions
• His efforts established a number of principles that
are fundamental to the design of any digital
compute
Computer Generations
Generation
(Period)
Key hardware
technologies
Key software
technologies
Key
characteristics
Some
representative
systems
First
(1942-1955)
 Vacuum tubes
 Electromagnetic
relay memory
 Punched cards
secondary storage
 Machine and
assembly
languages
 Stored program
concept
 Mostly scientific
applications
 Bulky in size
 Highly unreliable
 Limited commercial
use and costly
 Difficult commercial
production
 Difficult to use
 ENIAC
 EDVAC
 EDSAC
 UNIVAC I
 IBM 701
Second
(1955-1964)
 Transistors
 Magnetic cores
memory
 Magnetic tapes
 Disks for secondary
storage
 Batch operating
system
 High-level
programming
languages
 Scientific and
commercial
applications
 Faster, smaller, more
reliable and easier to
program than previous
generation systems
 Commercial production
was still difficult and
costly
 Honeywell 400
 IBM 7030
 CDC 1604
 UNIVAC LARC
Generation
(Period)
Key hardware
technologies
Key software
technologies
Key
characteristics
Some rep.
systems
Third
(1964-1975)
 ICs with SSI and
MSI technologies
 Larger magnetic
cores memory
 Larger capacity
disks and
magnetic tapes
secondary
storage
 Minicomputers;
upward compatible
familyof computers
 Timesharing
operating
system
 Standardizationof
high-level
programming
languages
 Unbundling of
software from
hardware
 Faster, smaller, more
reliable, easier and
cheaper to produce
 Commercially, easierto
use, and easier to
upgrade than previous
generation systems
 Scientific, commercial
and interactive on- line
applications
 IBM 360/370
 PDP-8
 PDP-11
 CDC 6600
Generation
(Period)
Key hardware
Technologies
Key software
technologies
Key
characteristics
Some rep.
systems
Fourth (1975-
1989)
 ICs with VLSI
technology
 Microprocessors;
semiconductor memory
 Operating systems for PCs
with GUI and multiple
windows on a single
terminal screen
 Multiprocessing OSwith
concurrent
programming languages
 UNIX operating system with
C programminglanguage
 Object-oriented design and
programming
 PC, Network-based, and
supercomputing
applications
 Small, affordable,
reliable, and easy to
use PCs
 More powerful
and reliable
mainframe systems
and
supercomputers
 Totally general
purpose machines
 Easier to produce
commercially
 Easier to upgrade
 Rapid software
development
possible
 IBM PC and
its clones
 Apple II
 TRS-80
 Larger capacity hard
disks as in-built
secondary storage
 Magnetic tapes and
floppy disks as portable
storage media
 VAX 9000
 CRAY-1
 CRAY-2
 CRAY-X/MP
 Personal computers
 Supercomputers basedon
parallel vector
processing and
symmetric multiprocessing
technologies
 Spreadof high-speed
computer networks
Generation
(Period)
Key hardware
technologies
Key software
technologies
Key
characteristics
Some rep.
systems
Fifth
(1989-
Present)
 ICs with ULSI
technology
 Larger capacity
main memory, hard
disks withRAID support
 Optical disks as
portable read-only
storage media
 Notebooks, powerful
desktopPCs
and
workstations
 Powerful servers,
supercomputers
 Internet
 Cluster computing
 Micro-kernel based,
multithreading,
distributed OS
 Parallel programming
libraries like MPI &PVM
 JAVA
 World Wide Web
 Multimedia,
Internet
applications
 More complex
supercomputing
applications
 Portable computers
 Powerful, cheaper,
reliable, and easier to
use desktop machines
 Powerful
supercomputers
 High uptime due tohot-
pluggable components
 Totally general
purpose machines
 Easier to produce
commercially, easier to
upgrade
 Rapid software
development possible
 IBM notebooks
 Pentium PCs
 SUN
Workstations
 IBM SP/2
 SGI Origin 2000
 PARAM 10000
Electronic Devices Used in Computers of
Different Generations
A Vacuum Tube
A Transistor An IC
Chip
The Five Basic Operations of a Computer
System
• Inputting. The process of entering data and instructions into the computer
system
• Storing. Saving data and instructions to make them readily available for
initial or additional processing whenever required
• Processing. Performing arithmetic operations (add, subtract, multiply,
divide, etc.) or logical operations (comparisons like equal to, less than,
greater than, etc.) on data to convert them into useful information
• Outputting. The process of producing useful information or results for the
user such as a printed report or visual display
• Controlling. Directing the manner and sequence in which all of the above
operations are performed
Central Processing Unit (CPU)
Storage Unit
Secondary
Storage
Primary
Storage
Control
Unit
Arithmetic
Logic Unit
Input
Unit
Output
Unit
Program
and
Data
Information
(Results)
Indicates flow of
instructions and data
16
Indicates the control
exercised by the
control unit
Basic Organization/Components of a Computer
System
An input unit of a computer system performs the
following functions:
1. It accepts (or reads) instructions and data from outside
world
2. It converts these instructions and data in computer
acceptable form
3. It supplies the converted instructions and data to the
computer system for further processing
Input Unit
An output unit of a computer system performs the
following functions:
1. It accepts the results produced by the computer, which
are in coded form and hence, cannot be easily
understood by us
2. It converts these coded results to human acceptable
(readable) form
3. It supplies the converted results to outside world
Output Unit
Output Unit
Storage Unit
The storage unit of a computer system holds (or stores) the following :
1. Data and instructions required for processing (received from input devices)
2. Intermediate results of processing
3. Final results of processing, before they are released to an output device
Two Types of Storage
 Primary storage
 Used to hold running program instructions
 Used to hold data, intermediate results, and results of ongoing
processing of job(s)
 Fast in operation
 Small Capacity
 Expensive
 Volatile (looses data on power dissipation)
Two Types of Storage
 Secondary storage
 Used to hold stored program instructions
 Used to hold data and information of stored jobs
 Slower than primary storage
 Large Capacity
 Lot cheaper that primary storage
 Retains data even without power
Arithmetic Logic Unit (ALU)
Arithmetic Logic Unit of a computer system is the place
where the actual executions of instructions takes place during
processing operation
Control Unit
Control Unit (CU)
Control Unit of a computer system manages and
coordinates the operations of all other
components of the computer system
Central Processing Unit (CPU)
Arithmetic
Logic Unit
(ALU)
Control Unit
(CU)
=
Central
Processing
Unit (CPU)
 It is the brain of a computer system
 It is responsible for controlling the operations of
all other units of a computer system
+
The System Concept
A system has following three characteristics:
1. A system has more than one element
2. All elements of a system are logically related
3. All elements of a system are controlled in a manner to
achieve the system goal
A computer is a system as it comprises of integrated
components (input unit, output unit, storage unit, and CPU)
that work together to perform the steps called for in the
executing program

More Related Content

PPSX
System Unit (E-Learning)
PPT
basics of the computer system part -1
PPTX
lesson_1_Introduction_to_computers_pptx.pptx
PPTX
Network and internet fundamental
PPTX
Evolution of computers/computer evolution/c++
PPSX
01. Basics of Computer Hardware
PPTX
ELEMENTS-OF-COMPUTER-SYSTEM.pptx
PPTX
Basic of Computer fundamental
System Unit (E-Learning)
basics of the computer system part -1
lesson_1_Introduction_to_computers_pptx.pptx
Network and internet fundamental
Evolution of computers/computer evolution/c++
01. Basics of Computer Hardware
ELEMENTS-OF-COMPUTER-SYSTEM.pptx
Basic of Computer fundamental

What's hot (20)

PPTX
Computer
PPT
Evolution & History of Computers
PPTX
Computer Hardware-Part 1
PPTX
PPT
Basics of the Computer System
PPT
Computer architecture
PDF
Computer Organization
PPTX
Types of memory in Computer
PDF
1.1-1 Computer Hardware Power Point.pdf
PPT
01 Information Processing Cycle
PPT
Hardware and software
PDF
The Components of The System Unit
PPT
Introduction to Information Technology
DOCX
Lecture 1 fundamentals of computer
PPTX
Computer components
PPTX
Types and components of computer system
PPTX
Typical configuration of computer chapter 1
PPTX
La placa madre y sus piezas y funciones
PPTX
Computer fundamentals
PPT
1 01 Computer Components
Computer
Evolution & History of Computers
Computer Hardware-Part 1
Basics of the Computer System
Computer architecture
Computer Organization
Types of memory in Computer
1.1-1 Computer Hardware Power Point.pdf
01 Information Processing Cycle
Hardware and software
The Components of The System Unit
Introduction to Information Technology
Lecture 1 fundamentals of computer
Computer components
Types and components of computer system
Typical configuration of computer chapter 1
La placa madre y sus piezas y funciones
Computer fundamentals
1 01 Computer Components
Ad

Similar to Computer Fundamentals lecture 1 Basic components of computer system.pptx (20)

PDF
Introduction to Computer.pdf
PPTX
IT Skills Lecture on binary number conversion.pptx
PPTX
Fundamental of computer theory svshsdjhfhbjse
PDF
Computer Science and Engineering induction programme
PPT
Unit 1 one part introduction to computers
PPTX
computer organisation architecture.pptx
PPTX
Generation of computer
PPTX
Computer Fundamental
PPTX
1-1-Functional Components.pptx BCA sem 1 Computer Fundamentals
PPTX
UNit 1sbhejsjejdhdhdjjejejdhejjjdjdhdhheh.pptx
PDF
Introduction to Computer and Generations of Computer by Er. Kamlesh Tripathi
PPTX
LESSON 1.pptx
PPTX
LESSON 1.pptx
PPTX
PPT
Week 1- Introduction to computer fundamental .ppt
PDF
Computer_Fundamentals1 (1).pdf
PDF
Computer_Fundamentals1 (1).pdf
PDF
Computer fundamental
PPT
Chapter01 Of It .... BBa 1st
PPSX
Computer Basics by vineet sharma narela
Introduction to Computer.pdf
IT Skills Lecture on binary number conversion.pptx
Fundamental of computer theory svshsdjhfhbjse
Computer Science and Engineering induction programme
Unit 1 one part introduction to computers
computer organisation architecture.pptx
Generation of computer
Computer Fundamental
1-1-Functional Components.pptx BCA sem 1 Computer Fundamentals
UNit 1sbhejsjejdhdhdjjejejdhejjjdjdhdhheh.pptx
Introduction to Computer and Generations of Computer by Er. Kamlesh Tripathi
LESSON 1.pptx
LESSON 1.pptx
Week 1- Introduction to computer fundamental .ppt
Computer_Fundamentals1 (1).pdf
Computer_Fundamentals1 (1).pdf
Computer fundamental
Chapter01 Of It .... BBa 1st
Computer Basics by vineet sharma narela
Ad

More from dbmscse61 (9)

PPTX
data communication, types , impact on real life
PPTX
DATA COMMUNICATION and impact in real life
PPT
relational algebra and it's implementation
PPTX
Computer memory and types of memory.pptx
PPTX
computercodes, BCD, EBCDIC,ASCII,UNICODE
PPTX
Computer Arithmetic(add,sub,multiply,div).pptx
PPTX
ch-01numbersystems computer fundamentals
PPTX
different Data type Modifiers in c language
PPTX
dbms lecture 1.pptx , where traditional file system vs database management ar...
data communication, types , impact on real life
DATA COMMUNICATION and impact in real life
relational algebra and it's implementation
Computer memory and types of memory.pptx
computercodes, BCD, EBCDIC,ASCII,UNICODE
Computer Arithmetic(add,sub,multiply,div).pptx
ch-01numbersystems computer fundamentals
different Data type Modifiers in c language
dbms lecture 1.pptx , where traditional file system vs database management ar...

Recently uploaded (20)

PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
Cell Types and Its function , kingdom of life
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
GDM (1) (1).pptx small presentation for students
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Classroom Observation Tools for Teachers
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Cell Structure & Organelles in detailed.
Supply Chain Operations Speaking Notes -ICLT Program
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
O5-L3 Freight Transport Ops (International) V1.pdf
RMMM.pdf make it easy to upload and study
Cell Types and Its function , kingdom of life
VCE English Exam - Section C Student Revision Booklet
102 student loan defaulters named and shamed – Is someone you know on the list?
Abdominal Access Techniques with Prof. Dr. R K Mishra
Pharmacology of Heart Failure /Pharmacotherapy of CHF
GDM (1) (1).pptx small presentation for students
2.FourierTransform-ShortQuestionswithAnswers.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPH.pptx obstetrics and gynecology in nursing
human mycosis Human fungal infections are called human mycosis..pptx
Classroom Observation Tools for Teachers
STATICS OF THE RIGID BODIES Hibbelers.pdf

Computer Fundamentals lecture 1 Basic components of computer system.pptx

  • 1. Computer Fundamentals Prepared by Shyama Barna Bhattacharjee Lecturer (CSE) University of Science and Technology Chittagong (USTC)
  • 2. Course Introduction • Course Code: CSE 111 1. Credit Value: 3 • Assesment : Assessment Method Percentage of Marks Allotted 1. Class attendance 10% 1. Mid Term Examination 20% 1. Class Test/ Assignment/ Presentation/Case study/Project 20% 1. Final Examination 50%
  • 3. Text Books and Reference Books: • Computer Fundamentals by Pradeep K. Sinha, 6th Edition. • Introduction to Computer by Peter Norton. • Fundamentals of Computers by V. Rajaraman and N. Adabala, 6th Edition.
  • 4. What is Computer ? A computer is a programmable electronic device that accepts raw data as input and processes it with a set of instructions (a program) to produce result as output. It can process numerical as well as non numerical calculations. The term “COMPUTER”is derived from the latin word “COMPUTARE” which means to calculate .
  • 5. The activity of processing data using a computer is called data processing Data Capture Data Manipulate Data Output Results Information Data is raw material used as input and information is processed data obtained as output of data processing
  • 6. Characteristics of Computers 1) Automatic: Given a job, computer can work on it automatically without human interventions 2) Speed: Computer can perform data processing jobs very fast, usually measured in microseconds (10-6), nanoseconds (10-9), and picoseconds (10-12) 3) Accuracy: Accuracy of a computer is consistently high and the degree of its accuracy depends upon its design. Computer errors caused due to incorrect input data or unreliable programs are often referred to as Garbage In-Garbage-Out (GIGO)
  • 7. 4) Diligence: Computer is free from monotony, tiredness, and lack of concentration. It can continuously work for hours without creating any error and without grumbling 5) Versatility: Computer is capable of performing almost any task, if the task can be reduced to a finite series of logical steps 6) Power of Remembering: Computer can store and recall any amount of information because of its secondary storage capability. It forgets or looses certain information only when it is asked to do so. 7) No I.Q.: A computer does only what it is programmed to do. It cannot take its own decision in this regard 8) No Feelings: Computers are devoid of emotions. Their judgement is based on the instructions given to them in the form of programs that are written by us (human beings)
  • 8. Evolution of Computers Charles Babbage is considered to be the father of modern digital computers • He designed “Difference Engine” in 1822 • He designed a fully automatic analytical engine in 1842 for performing basic arithmetic functions • His efforts established a number of principles that are fundamental to the design of any digital compute
  • 9. Computer Generations Generation (Period) Key hardware technologies Key software technologies Key characteristics Some representative systems First (1942-1955)  Vacuum tubes  Electromagnetic relay memory  Punched cards secondary storage  Machine and assembly languages  Stored program concept  Mostly scientific applications  Bulky in size  Highly unreliable  Limited commercial use and costly  Difficult commercial production  Difficult to use  ENIAC  EDVAC  EDSAC  UNIVAC I  IBM 701 Second (1955-1964)  Transistors  Magnetic cores memory  Magnetic tapes  Disks for secondary storage  Batch operating system  High-level programming languages  Scientific and commercial applications  Faster, smaller, more reliable and easier to program than previous generation systems  Commercial production was still difficult and costly  Honeywell 400  IBM 7030  CDC 1604  UNIVAC LARC
  • 10. Generation (Period) Key hardware technologies Key software technologies Key characteristics Some rep. systems Third (1964-1975)  ICs with SSI and MSI technologies  Larger magnetic cores memory  Larger capacity disks and magnetic tapes secondary storage  Minicomputers; upward compatible familyof computers  Timesharing operating system  Standardizationof high-level programming languages  Unbundling of software from hardware  Faster, smaller, more reliable, easier and cheaper to produce  Commercially, easierto use, and easier to upgrade than previous generation systems  Scientific, commercial and interactive on- line applications  IBM 360/370  PDP-8  PDP-11  CDC 6600
  • 11. Generation (Period) Key hardware Technologies Key software technologies Key characteristics Some rep. systems Fourth (1975- 1989)  ICs with VLSI technology  Microprocessors; semiconductor memory  Operating systems for PCs with GUI and multiple windows on a single terminal screen  Multiprocessing OSwith concurrent programming languages  UNIX operating system with C programminglanguage  Object-oriented design and programming  PC, Network-based, and supercomputing applications  Small, affordable, reliable, and easy to use PCs  More powerful and reliable mainframe systems and supercomputers  Totally general purpose machines  Easier to produce commercially  Easier to upgrade  Rapid software development possible  IBM PC and its clones  Apple II  TRS-80  Larger capacity hard disks as in-built secondary storage  Magnetic tapes and floppy disks as portable storage media  VAX 9000  CRAY-1  CRAY-2  CRAY-X/MP  Personal computers  Supercomputers basedon parallel vector processing and symmetric multiprocessing technologies  Spreadof high-speed computer networks
  • 12. Generation (Period) Key hardware technologies Key software technologies Key characteristics Some rep. systems Fifth (1989- Present)  ICs with ULSI technology  Larger capacity main memory, hard disks withRAID support  Optical disks as portable read-only storage media  Notebooks, powerful desktopPCs and workstations  Powerful servers, supercomputers  Internet  Cluster computing  Micro-kernel based, multithreading, distributed OS  Parallel programming libraries like MPI &PVM  JAVA  World Wide Web  Multimedia, Internet applications  More complex supercomputing applications  Portable computers  Powerful, cheaper, reliable, and easier to use desktop machines  Powerful supercomputers  High uptime due tohot- pluggable components  Totally general purpose machines  Easier to produce commercially, easier to upgrade  Rapid software development possible  IBM notebooks  Pentium PCs  SUN Workstations  IBM SP/2  SGI Origin 2000  PARAM 10000
  • 13. Electronic Devices Used in Computers of Different Generations A Vacuum Tube A Transistor An IC Chip
  • 14. The Five Basic Operations of a Computer System • Inputting. The process of entering data and instructions into the computer system • Storing. Saving data and instructions to make them readily available for initial or additional processing whenever required • Processing. Performing arithmetic operations (add, subtract, multiply, divide, etc.) or logical operations (comparisons like equal to, less than, greater than, etc.) on data to convert them into useful information • Outputting. The process of producing useful information or results for the user such as a printed report or visual display • Controlling. Directing the manner and sequence in which all of the above operations are performed
  • 15. Central Processing Unit (CPU) Storage Unit Secondary Storage Primary Storage Control Unit Arithmetic Logic Unit Input Unit Output Unit Program and Data Information (Results) Indicates flow of instructions and data 16 Indicates the control exercised by the control unit Basic Organization/Components of a Computer System
  • 16. An input unit of a computer system performs the following functions: 1. It accepts (or reads) instructions and data from outside world 2. It converts these instructions and data in computer acceptable form 3. It supplies the converted instructions and data to the computer system for further processing Input Unit
  • 17. An output unit of a computer system performs the following functions: 1. It accepts the results produced by the computer, which are in coded form and hence, cannot be easily understood by us 2. It converts these coded results to human acceptable (readable) form 3. It supplies the converted results to outside world Output Unit Output Unit
  • 18. Storage Unit The storage unit of a computer system holds (or stores) the following : 1. Data and instructions required for processing (received from input devices) 2. Intermediate results of processing 3. Final results of processing, before they are released to an output device
  • 19. Two Types of Storage  Primary storage  Used to hold running program instructions  Used to hold data, intermediate results, and results of ongoing processing of job(s)  Fast in operation  Small Capacity  Expensive  Volatile (looses data on power dissipation)
  • 20. Two Types of Storage  Secondary storage  Used to hold stored program instructions  Used to hold data and information of stored jobs  Slower than primary storage  Large Capacity  Lot cheaper that primary storage  Retains data even without power
  • 21. Arithmetic Logic Unit (ALU) Arithmetic Logic Unit of a computer system is the place where the actual executions of instructions takes place during processing operation
  • 22. Control Unit Control Unit (CU) Control Unit of a computer system manages and coordinates the operations of all other components of the computer system
  • 23. Central Processing Unit (CPU) Arithmetic Logic Unit (ALU) Control Unit (CU) = Central Processing Unit (CPU)  It is the brain of a computer system  It is responsible for controlling the operations of all other units of a computer system +
  • 24. The System Concept A system has following three characteristics: 1. A system has more than one element 2. All elements of a system are logically related 3. All elements of a system are controlled in a manner to achieve the system goal A computer is a system as it comprises of integrated components (input unit, output unit, storage unit, and CPU) that work together to perform the steps called for in the executing program