SlideShare a Scribd company logo
1 of 63
Computer Fundamentals (NCB)
Unit-I Introduction to Computer
Fundamentals
Introduction to Components of a Computer
system (disks, memory, processor, etc.)
Academic Year: 2018-19 Chapter - 01
Powered by: Computer Fundamental Team
Introduction to Components of a Computer system
In this chapter you will learn about:
• Generations of Computers
• Hardware
• Software
• Networking and Internet
• Information System
• Programming and Database
• Extra: Number System
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
What is Computer?
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
A computer is an electronic device that can perform
arithmetic operation at high speed
It is also called as a calculator, also called as a data processor
(store, process and retrieve the data whenever desired)
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Basic organization of computer system
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Storage Unit
Central Processing Unit (CPU)
Secondary
Storage
Primary
Storage
Control Unit
(CU)
Arithmetic
Logical Unit
(ALU)
Output
Unit
Information
Input
Unit
Data
Data Flow
Control Flow
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Input devices
When unprocessed data is sent to the computer with the help of input devices, the data is
processed and sent to output devices. The input devices may be hand-operated or automated.
The act of processing is mainly regulated by the CPU. Some examples of input
devices are:
• Computer keyboard
• Digital camera
• Digital video
• Graphics tablet
• Image scanner
• Joystick
• Microphone
• Mouse
• Overlay keyboard
• Real-time clock
• Trackball
• Touchscreen
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Output devices
The means through which computer gives output are known
as output devices. Some examples of output devices are:
• Computer monitor
• Printer
• PC speaker
• Projector
• Sound card
• Video card
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Control unit
The control unit (often called a control system or central controller)
manages the computer's various components; it reads and interprets
(decodes) the program instructions, transforming them into control
signals that activate other parts of the computer. Control systems in
advanced computers may change the order of execution of some
instructions to improve performance.
A key component common to all CPUs is the program counter, a special
memory cell (a register) that keeps track of which location in memory
the next instruction is to be read from.
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
The control system's function is as follows:
1.Read the code for the next instruction from the cell indicated by the program
counter,
2. Decode the numerical code for the instruction into a set of commands or signals
for each of the other systems,
3. Increment the program counter so it points to the next instruction,
4. Read whatever data the instruction requires from cells in memory (or perhaps
from an input device). The location of this required data is typically stored
within the instruction code,
5. It provide the necessary data to an ALU or register,
6.If the instruction requires an ALU or specialized hardware to complete, instruct
the hardware to perform the requested operation,
7. Write the result from the ALU back to a memory location or to a register or
perhaps an output device.
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Central processing unit (CPU)
The control unit, ALU, and registers are collectively
known as a central processing unit (CPU). Early CPUs
were composed of many separate components but
since the mid-1970s CPUs have typically been
constructed on a single integrated circuit called a
microprocessor.
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Arithmetic logic unit (ALU)
The ALU is capable of performing two classes of operations: arithmetic
and logic. The set of arithmetic operations that a particular ALU
supports may be limited to addition and subtraction, or might include
multiplication, division, trigonometry functions such as sine, cosine, etc.,
and square roots.
An ALU may also compare numbers and return Boolean truth values
(true or false) depending on whether one is equal to, greater than or
less than the other ("is 64 greater than 65?"). Logic operations involve
Boolean logic: AND, OR, XOR, and NOT. These can be useful for creating
complicated conditional statements and processing Boolean logic.
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Memory
A computer's memory can be viewed as a list of cells into which
numbers can be placed or read. Each cell has a numbered "address" and
can store a single number. The computer can be instructed to "put the
number 123 into the cell numbered 1357“ or to "add the number that is
in cell 1357 to the number that is in cell 2468 and put the answer into
cell 1595.“
In almost all modern computers, each memory cell is set up to store
binary numbers in groups of eight bits (called a byte). Each byte is able
to represent 256 different numbers (28 = 256); either from 0 to 255 or
−128 to +127.
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Computer main memory comes in two principal
varieties:
• random-access memory or RAM
• read-only memory or ROM
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
What is computer system?
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
System is a group of integrated parts having a
common purpose of achieving some objective(s).
Computer has integrated components (input unit,
output unit, storage, and CPU), which works together
to perform the task/ steps (executing the program)
which refer as computer system.
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Generations of Computers
(Till today, there are Five Computer Generations)
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
What are the Components of a
Computer system ?
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Computer systems include:
• Hardware
• Software
• Networking
• The Internet
• Information systems
• Programming
• Databases and social issues
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
What is Hardware?
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Hardware refers to the physical devices of the
computer system.
Hardware components of a computer system are the
electronic and mechanical parts
Computer hardware includes the physical parts or
components of a computer, such as the central
processing unit, monitor, keyboard, computer data
storage, graphic card, sound card and motherboard.
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Main Hardware components includes:
▪ Processor
▪ Main memory
▪ Secondary memory
▪ Input devices
▪ Output devices
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Basic Processor and Memory Architecture of Computer System
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Central Processing Unit
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Control Unit
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Arithmetic Logic Unit
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Function of Commonly used Register
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Types of Processor
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Types of Processor
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Types of Processor
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Main Memory
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Main Memory
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Memory Capacity
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Random Access memory (RAM)
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Read Only Memory (ROM)
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Read Only Memory (ROM)
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Read Only Memory (ROM)
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Cache Memory
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Limitation of Primary Storage
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Secondary Storage
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Secondary Storage
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Sequential-Access Storage Device
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Direct-Access Storage Device
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Already covered in previous Session
Input and Output Device
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
What is Software?
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Software refers to set of computer program, procedure, and
associate documents (flowcharts, manuals, etc.)
A sequence if instructions written in a language understood
by a computer is called computer program.
Software
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Networking and Internet
Network is a set of devices (nodes) that linked or grouped
together by communication link to send or receive the data.
Distributing Processing, in which task is divided among the
multiple devices (computer) instead of one single machine.
Network has to meet certain criteria:
• Performance : Throughput, delay, transit time , response time
• Reliability : It is measured in terms of frequency of failure
• Security : Protecting data from unauthorized access
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Networking and Internet
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Networking and Internet
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
• The Internet is the global system of interconnected computer
networks that use the Internet protocol suite (TCP/IP) to link devices
worldwide.
• It is a network of networks that consists of private, public, academic,
business, and government networks of local to global scope, linked by
a broad array of electronic, wireless, and optical networking
technologies.
• The Internet carries a vast range of information resources and
services, such as the inter-linked hypertext documents and
applications of the World Wide Web (WWW), electronic mail,
telephony, and file sharing.
Networking and Internet
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
• An information system (IS) is an organized system for the
collection, organization, storage and communication of
information.
• Information system can also be described as a combination
of hardware, software, data, business process and
functions which can be used to increase efficiency and
management of an organization.
Information System
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
A computer(-based) information system is essentially an IS using computer
technology to carry out some or all of its planned tasks. The basic components of
computer-based information systems are:
• Hardware- these are the devices like the monitor processor, printer and
keyboard, all of which work together to accept, process, show data and
information.
• Software- are the programs that allow the hardware to process the data.
• Databases- are the gathering of associated files or tables containing related
data.
• Networks- are a connecting system that allows diverse computers to distribute
resources.
• Procedures- are the commands for combining the components above to
process information and produce the preferred output.
Information System
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Some examples of such systems are:
• data warehouses
• enterprise resource planning
• enterprise systems
• expert systems
• search engines
• geographic information system
• global information system
• office automation
Information System
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
• Computer programming is the process of building and designing an
executable computer program for accomplishing a specific
computing task.
• Programming involves tasks such as analysis, generating algorithms,
profiling algorithms' accuracy and resource consumption, and the
implementation of algorithms in a chosen programming language
(commonly referred to as coding)
Computer Programming
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Computer programmers are those who write computer
software. Their jobs usually involve:
• Coding
• Debugging
• Documentation
• Integration
• Maintenance
• Requirements analysis
• Software architecture
• Software testing
Computer Programmer
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
• A database is an organized collection of data, stored and
accessed electronically.
• Database designers typically organize the data to model
aspects of reality in a way that supports processes
requiring information, such as (for example) modelling the
availability of rooms in hotels in a way that supports
finding a hotel with vacancies.
Database
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
Database
Unit-I Introduction to Computer Fundamentals
Introduction to Components of a Computer system
• A database-management system (DBMS) is a computer-software
application that interacts with end-users, other applications, and the
database itself to capture and analyze data. (Sometimes a DBMS is
loosely referred to as a "database".)
• A general purpose DBMS allows the definition, creation, querying,
update, and administration of databases.
• A database is generally stored in a DBMS-specific format which is not
portable, but different DBMSs can share data by using standards
such as SQL and ODBC or JDBC.
Database Management System (DBMS)
Unit-I Introduction to Computer Fundamentals

More Related Content

Similar to Chapter-01-Components of a Computer system (1).pptx

Ch01 .pptssysueueueueu65egegeg3f3geye6d6yeueu
Ch01 .pptssysueueueueu65egegeg3f3geye6d6yeueuCh01 .pptssysueueueueu65egegeg3f3geye6d6yeueu
Ch01 .pptssysueueueueu65egegeg3f3geye6d6yeueu
tasheebedane
 
Computer Organization and Architecture.pptx
Computer Organization and Architecture.pptxComputer Organization and Architecture.pptx
Computer Organization and Architecture.pptx
AshokRachapalli1
 
Ise iv-computer organization [10 cs46]-notes new
Ise iv-computer  organization [10 cs46]-notes newIse iv-computer  organization [10 cs46]-notes new
Ise iv-computer organization [10 cs46]-notes new
dilshad begum
 
Intro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxIntro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptx
FalakNiaz15
 

Similar to Chapter-01-Components of a Computer system (1).pptx (20)

Chapter 1 Computer Fundamentals (XI) (1) (1).pptx
Chapter 1 Computer  Fundamentals (XI) (1) (1).pptxChapter 1 Computer  Fundamentals (XI) (1) (1).pptx
Chapter 1 Computer Fundamentals (XI) (1) (1).pptx
 
Block Diagram of Computer with its Components & Functions!!
Block Diagram of Computer with its Components & Functions!!Block Diagram of Computer with its Components & Functions!!
Block Diagram of Computer with its Components & Functions!!
 
1834902155 aka asgn 313
1834902155 aka asgn 3131834902155 aka asgn 313
1834902155 aka asgn 313
 
Ppt Lesson 04
Ppt Lesson 04Ppt Lesson 04
Ppt Lesson 04
 
Basic operations of computer my assignment
Basic operations of computer my assignmentBasic operations of computer my assignment
Basic operations of computer my assignment
 
Introduction To Computer Systems
Introduction To Computer SystemsIntroduction To Computer Systems
Introduction To Computer Systems
 
Basic computer operations1.pptx
Basic computer operations1.pptxBasic computer operations1.pptx
Basic computer operations1.pptx
 
Ch01 .pptssysueueueueu65egegeg3f3geye6d6yeueu
Ch01 .pptssysueueueueu65egegeg3f3geye6d6yeueuCh01 .pptssysueueueueu65egegeg3f3geye6d6yeueu
Ch01 .pptssysueueueueu65egegeg3f3geye6d6yeueu
 
Computer Organization and Architecture.pptx
Computer Organization and Architecture.pptxComputer Organization and Architecture.pptx
Computer Organization and Architecture.pptx
 
L 2 basic computer organization
L 2 basic computer organizationL 2 basic computer organization
L 2 basic computer organization
 
Msc chemistry previous
Msc chemistry previousMsc chemistry previous
Msc chemistry previous
 
Ise iv-computer organization [10 cs46]-notes new
Ise iv-computer  organization [10 cs46]-notes newIse iv-computer  organization [10 cs46]-notes new
Ise iv-computer organization [10 cs46]-notes new
 
Computer System Class - 9
Computer System Class - 9Computer System Class - 9
Computer System Class - 9
 
FUNDAMENTAL UNITS OF COMPUTER.pptx
FUNDAMENTAL UNITS OF COMPUTER.pptxFUNDAMENTAL UNITS OF COMPUTER.pptx
FUNDAMENTAL UNITS OF COMPUTER.pptx
 
Basic of operating system
Basic of operating systemBasic of operating system
Basic of operating system
 
Chapter 1 computer fundamentals
Chapter 1 computer fundamentals Chapter 1 computer fundamentals
Chapter 1 computer fundamentals
 
Introduction to computer.pptx
Introduction to computer.pptxIntroduction to computer.pptx
Introduction to computer.pptx
 
Intro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxIntro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptx
 
chapter-1-typical-configuration-of-computer.pdf
chapter-1-typical-configuration-of-computer.pdfchapter-1-typical-configuration-of-computer.pdf
chapter-1-typical-configuration-of-computer.pdf
 
Pdf for a computer presentation ppt presentation..
Pdf for a computer presentation ppt presentation..Pdf for a computer presentation ppt presentation..
Pdf for a computer presentation ppt presentation..
 

More from MrNikhilMohanShinde (9)

Basic Algorithms and Array along with Structure.pptx
Basic Algorithms and Array along with Structure.pptxBasic Algorithms and Array along with Structure.pptx
Basic Algorithms and Array along with Structure.pptx
 
Introduction to Array & Structure & Basic Algorithms.pptx
Introduction to Array & Structure & Basic Algorithms.pptxIntroduction to Array & Structure & Basic Algorithms.pptx
Introduction to Array & Structure & Basic Algorithms.pptx
 
Basic Concepts of the presentations.pptx
Basic Concepts of the presentations.pptxBasic Concepts of the presentations.pptx
Basic Concepts of the presentations.pptx
 
ultimate electricity presentation for motor.ppt
ultimate electricity presentation for motor.pptultimate electricity presentation for motor.ppt
ultimate electricity presentation for motor.ppt
 
Machine element Drawing, Machine drawing.pptx
Machine element Drawing, Machine drawing.pptxMachine element Drawing, Machine drawing.pptx
Machine element Drawing, Machine drawing.pptx
 
Mechanical Fasteners and Joining Methods
Mechanical Fasteners and Joining MethodsMechanical Fasteners and Joining Methods
Mechanical Fasteners and Joining Methods
 
Fastners Final.pptx
Fastners Final.pptxFastners Final.pptx
Fastners Final.pptx
 
Inheritance, Polymorphism, and Virtual Functions.pptx
Inheritance, Polymorphism, and Virtual Functions.pptxInheritance, Polymorphism, and Virtual Functions.pptx
Inheritance, Polymorphism, and Virtual Functions.pptx
 
Array , Structure and Basic Algorithms.pptx
Array , Structure and Basic Algorithms.pptxArray , Structure and Basic Algorithms.pptx
Array , Structure and Basic Algorithms.pptx
 

Recently uploaded

An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 

Recently uploaded (20)

An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 

Chapter-01-Components of a Computer system (1).pptx

  • 1. Computer Fundamentals (NCB) Unit-I Introduction to Computer Fundamentals Introduction to Components of a Computer system (disks, memory, processor, etc.) Academic Year: 2018-19 Chapter - 01 Powered by: Computer Fundamental Team
  • 2. Introduction to Components of a Computer system In this chapter you will learn about: • Generations of Computers • Hardware • Software • Networking and Internet • Information System • Programming and Database • Extra: Number System Unit-I Introduction to Computer Fundamentals
  • 3. Introduction to Components of a Computer system What is Computer? Unit-I Introduction to Computer Fundamentals
  • 4. Introduction to Components of a Computer system A computer is an electronic device that can perform arithmetic operation at high speed It is also called as a calculator, also called as a data processor (store, process and retrieve the data whenever desired) Unit-I Introduction to Computer Fundamentals
  • 5. Introduction to Components of a Computer system Basic organization of computer system Unit-I Introduction to Computer Fundamentals
  • 6. Introduction to Components of a Computer system Storage Unit Central Processing Unit (CPU) Secondary Storage Primary Storage Control Unit (CU) Arithmetic Logical Unit (ALU) Output Unit Information Input Unit Data Data Flow Control Flow Unit-I Introduction to Computer Fundamentals
  • 7. Introduction to Components of a Computer system Input devices When unprocessed data is sent to the computer with the help of input devices, the data is processed and sent to output devices. The input devices may be hand-operated or automated. The act of processing is mainly regulated by the CPU. Some examples of input devices are: • Computer keyboard • Digital camera • Digital video • Graphics tablet • Image scanner • Joystick • Microphone • Mouse • Overlay keyboard • Real-time clock • Trackball • Touchscreen Unit-I Introduction to Computer Fundamentals
  • 8. Introduction to Components of a Computer system Output devices The means through which computer gives output are known as output devices. Some examples of output devices are: • Computer monitor • Printer • PC speaker • Projector • Sound card • Video card Unit-I Introduction to Computer Fundamentals
  • 9. Introduction to Components of a Computer system Control unit The control unit (often called a control system or central controller) manages the computer's various components; it reads and interprets (decodes) the program instructions, transforming them into control signals that activate other parts of the computer. Control systems in advanced computers may change the order of execution of some instructions to improve performance. A key component common to all CPUs is the program counter, a special memory cell (a register) that keeps track of which location in memory the next instruction is to be read from. Unit-I Introduction to Computer Fundamentals
  • 10. Introduction to Components of a Computer system The control system's function is as follows: 1.Read the code for the next instruction from the cell indicated by the program counter, 2. Decode the numerical code for the instruction into a set of commands or signals for each of the other systems, 3. Increment the program counter so it points to the next instruction, 4. Read whatever data the instruction requires from cells in memory (or perhaps from an input device). The location of this required data is typically stored within the instruction code, 5. It provide the necessary data to an ALU or register, 6.If the instruction requires an ALU or specialized hardware to complete, instruct the hardware to perform the requested operation, 7. Write the result from the ALU back to a memory location or to a register or perhaps an output device. Unit-I Introduction to Computer Fundamentals
  • 11. Introduction to Components of a Computer system Central processing unit (CPU) The control unit, ALU, and registers are collectively known as a central processing unit (CPU). Early CPUs were composed of many separate components but since the mid-1970s CPUs have typically been constructed on a single integrated circuit called a microprocessor. Unit-I Introduction to Computer Fundamentals
  • 12. Introduction to Components of a Computer system Arithmetic logic unit (ALU) The ALU is capable of performing two classes of operations: arithmetic and logic. The set of arithmetic operations that a particular ALU supports may be limited to addition and subtraction, or might include multiplication, division, trigonometry functions such as sine, cosine, etc., and square roots. An ALU may also compare numbers and return Boolean truth values (true or false) depending on whether one is equal to, greater than or less than the other ("is 64 greater than 65?"). Logic operations involve Boolean logic: AND, OR, XOR, and NOT. These can be useful for creating complicated conditional statements and processing Boolean logic. Unit-I Introduction to Computer Fundamentals
  • 13. Introduction to Components of a Computer system Memory A computer's memory can be viewed as a list of cells into which numbers can be placed or read. Each cell has a numbered "address" and can store a single number. The computer can be instructed to "put the number 123 into the cell numbered 1357“ or to "add the number that is in cell 1357 to the number that is in cell 2468 and put the answer into cell 1595.“ In almost all modern computers, each memory cell is set up to store binary numbers in groups of eight bits (called a byte). Each byte is able to represent 256 different numbers (28 = 256); either from 0 to 255 or −128 to +127. Unit-I Introduction to Computer Fundamentals
  • 14. Introduction to Components of a Computer system Computer main memory comes in two principal varieties: • random-access memory or RAM • read-only memory or ROM Unit-I Introduction to Computer Fundamentals
  • 15. Introduction to Components of a Computer system What is computer system? Unit-I Introduction to Computer Fundamentals
  • 16. Introduction to Components of a Computer system System is a group of integrated parts having a common purpose of achieving some objective(s). Computer has integrated components (input unit, output unit, storage, and CPU), which works together to perform the task/ steps (executing the program) which refer as computer system. Unit-I Introduction to Computer Fundamentals
  • 17. Introduction to Components of a Computer system Generations of Computers (Till today, there are Five Computer Generations) Unit-I Introduction to Computer Fundamentals
  • 18. Introduction to Components of a Computer system Unit-I Introduction to Computer Fundamentals
  • 19. Introduction to Components of a Computer system Unit-I Introduction to Computer Fundamentals
  • 20. Introduction to Components of a Computer system Unit-I Introduction to Computer Fundamentals
  • 21. Introduction to Components of a Computer system Unit-I Introduction to Computer Fundamentals
  • 22. Introduction to Components of a Computer system What are the Components of a Computer system ? Unit-I Introduction to Computer Fundamentals
  • 23. Introduction to Components of a Computer system Computer systems include: • Hardware • Software • Networking • The Internet • Information systems • Programming • Databases and social issues Unit-I Introduction to Computer Fundamentals
  • 24. Introduction to Components of a Computer system What is Hardware? Unit-I Introduction to Computer Fundamentals
  • 25. Introduction to Components of a Computer system Hardware refers to the physical devices of the computer system. Hardware components of a computer system are the electronic and mechanical parts Computer hardware includes the physical parts or components of a computer, such as the central processing unit, monitor, keyboard, computer data storage, graphic card, sound card and motherboard. Unit-I Introduction to Computer Fundamentals
  • 26. Introduction to Components of a Computer system Unit-I Introduction to Computer Fundamentals
  • 27. Introduction to Components of a Computer system Main Hardware components includes: ▪ Processor ▪ Main memory ▪ Secondary memory ▪ Input devices ▪ Output devices Unit-I Introduction to Computer Fundamentals
  • 28. Introduction to Components of a Computer system Basic Processor and Memory Architecture of Computer System Unit-I Introduction to Computer Fundamentals
  • 29. Introduction to Components of a Computer system Central Processing Unit Unit-I Introduction to Computer Fundamentals
  • 30. Introduction to Components of a Computer system Control Unit Unit-I Introduction to Computer Fundamentals
  • 31. Introduction to Components of a Computer system Arithmetic Logic Unit Unit-I Introduction to Computer Fundamentals
  • 32. Introduction to Components of a Computer system Function of Commonly used Register Unit-I Introduction to Computer Fundamentals
  • 33. Introduction to Components of a Computer system Types of Processor Unit-I Introduction to Computer Fundamentals
  • 34. Introduction to Components of a Computer system Types of Processor Unit-I Introduction to Computer Fundamentals
  • 35. Introduction to Components of a Computer system Types of Processor Unit-I Introduction to Computer Fundamentals
  • 36. Introduction to Components of a Computer system Main Memory Unit-I Introduction to Computer Fundamentals
  • 37. Introduction to Components of a Computer system Main Memory Unit-I Introduction to Computer Fundamentals
  • 38. Introduction to Components of a Computer system Memory Capacity Unit-I Introduction to Computer Fundamentals
  • 39. Introduction to Components of a Computer system Random Access memory (RAM) Unit-I Introduction to Computer Fundamentals
  • 40. Introduction to Components of a Computer system Read Only Memory (ROM) Unit-I Introduction to Computer Fundamentals
  • 41. Introduction to Components of a Computer system Read Only Memory (ROM) Unit-I Introduction to Computer Fundamentals
  • 42. Introduction to Components of a Computer system Read Only Memory (ROM) Unit-I Introduction to Computer Fundamentals
  • 43. Introduction to Components of a Computer system Cache Memory Unit-I Introduction to Computer Fundamentals
  • 44. Introduction to Components of a Computer system Limitation of Primary Storage Unit-I Introduction to Computer Fundamentals
  • 45. Introduction to Components of a Computer system Secondary Storage Unit-I Introduction to Computer Fundamentals
  • 46. Introduction to Components of a Computer system Secondary Storage Unit-I Introduction to Computer Fundamentals
  • 47. Introduction to Components of a Computer system Sequential-Access Storage Device Unit-I Introduction to Computer Fundamentals
  • 48. Introduction to Components of a Computer system Direct-Access Storage Device Unit-I Introduction to Computer Fundamentals
  • 49. Introduction to Components of a Computer system Already covered in previous Session Input and Output Device Unit-I Introduction to Computer Fundamentals
  • 50. Introduction to Components of a Computer system What is Software? Unit-I Introduction to Computer Fundamentals
  • 51. Introduction to Components of a Computer system Software refers to set of computer program, procedure, and associate documents (flowcharts, manuals, etc.) A sequence if instructions written in a language understood by a computer is called computer program. Software Unit-I Introduction to Computer Fundamentals
  • 52. Introduction to Components of a Computer system Networking and Internet Network is a set of devices (nodes) that linked or grouped together by communication link to send or receive the data. Distributing Processing, in which task is divided among the multiple devices (computer) instead of one single machine. Network has to meet certain criteria: • Performance : Throughput, delay, transit time , response time • Reliability : It is measured in terms of frequency of failure • Security : Protecting data from unauthorized access Unit-I Introduction to Computer Fundamentals
  • 53. Introduction to Components of a Computer system Networking and Internet Unit-I Introduction to Computer Fundamentals
  • 54. Introduction to Components of a Computer system Networking and Internet Unit-I Introduction to Computer Fundamentals
  • 55. Introduction to Components of a Computer system • The Internet is the global system of interconnected computer networks that use the Internet protocol suite (TCP/IP) to link devices worldwide. • It is a network of networks that consists of private, public, academic, business, and government networks of local to global scope, linked by a broad array of electronic, wireless, and optical networking technologies. • The Internet carries a vast range of information resources and services, such as the inter-linked hypertext documents and applications of the World Wide Web (WWW), electronic mail, telephony, and file sharing. Networking and Internet Unit-I Introduction to Computer Fundamentals
  • 56. Introduction to Components of a Computer system • An information system (IS) is an organized system for the collection, organization, storage and communication of information. • Information system can also be described as a combination of hardware, software, data, business process and functions which can be used to increase efficiency and management of an organization. Information System Unit-I Introduction to Computer Fundamentals
  • 57. Introduction to Components of a Computer system A computer(-based) information system is essentially an IS using computer technology to carry out some or all of its planned tasks. The basic components of computer-based information systems are: • Hardware- these are the devices like the monitor processor, printer and keyboard, all of which work together to accept, process, show data and information. • Software- are the programs that allow the hardware to process the data. • Databases- are the gathering of associated files or tables containing related data. • Networks- are a connecting system that allows diverse computers to distribute resources. • Procedures- are the commands for combining the components above to process information and produce the preferred output. Information System Unit-I Introduction to Computer Fundamentals
  • 58. Introduction to Components of a Computer system Some examples of such systems are: • data warehouses • enterprise resource planning • enterprise systems • expert systems • search engines • geographic information system • global information system • office automation Information System Unit-I Introduction to Computer Fundamentals
  • 59. Introduction to Components of a Computer system • Computer programming is the process of building and designing an executable computer program for accomplishing a specific computing task. • Programming involves tasks such as analysis, generating algorithms, profiling algorithms' accuracy and resource consumption, and the implementation of algorithms in a chosen programming language (commonly referred to as coding) Computer Programming Unit-I Introduction to Computer Fundamentals
  • 60. Introduction to Components of a Computer system Computer programmers are those who write computer software. Their jobs usually involve: • Coding • Debugging • Documentation • Integration • Maintenance • Requirements analysis • Software architecture • Software testing Computer Programmer Unit-I Introduction to Computer Fundamentals
  • 61. Introduction to Components of a Computer system • A database is an organized collection of data, stored and accessed electronically. • Database designers typically organize the data to model aspects of reality in a way that supports processes requiring information, such as (for example) modelling the availability of rooms in hotels in a way that supports finding a hotel with vacancies. Database Unit-I Introduction to Computer Fundamentals
  • 62. Introduction to Components of a Computer system Database Unit-I Introduction to Computer Fundamentals
  • 63. Introduction to Components of a Computer system • A database-management system (DBMS) is a computer-software application that interacts with end-users, other applications, and the database itself to capture and analyze data. (Sometimes a DBMS is loosely referred to as a "database".) • A general purpose DBMS allows the definition, creation, querying, update, and administration of databases. • A database is generally stored in a DBMS-specific format which is not portable, but different DBMSs can share data by using standards such as SQL and ODBC or JDBC. Database Management System (DBMS) Unit-I Introduction to Computer Fundamentals