SlideShare a Scribd company logo
1 of 24
Download to read offline
Topic -Anatomy of Computer
Presented BY :- Pragati Kachhi
A computer system can be divided into two components which are
responsible for providing the mechanisms to input and output data,
to manipulate and process data, and to electronically control the
various input, output, and their storage. They are known
as hardware and software.
Introduction
Computer
Anatomy
Hardware
Components
Software
Components
•Mouse
•Keyboard
•Monitor
•Motherboard
•CPU
•RAM Memory
•ROM Memory
•Hard Disk Drive
•Optical Drive
• Solid state Drive
• HDMI port
•Sound Card
Computer Hardware :- In simple words, only those parts of the
computer system which we can see or touch are called computer hardware.
Computer Software:-
software, instructions that tell a computer what to do. Software comprises
the entire set of programs, procedures, and routines associated with the
operation of a computer system.
examples of system software :-
Windows XP, Windows Vista, Windows 7, Windows 8,
Windows 10, MAC OS, Linus, Unix.
Examples of Application Software
•Microsoft products such as Office, PowerPoint, Word,
Excel, Outlook, etc.
•Music Application Software's like Pandora and Spotify.
•Real-time online communication like Skype, Google
Meet, and Zoom.
•Team collaboration software like Slack.
•Internet browsers like Chrome, Safari, and Firefox.
5 programming Software :-
•Java.
•SQL. ...
•JavaScript. ...
•C++ ...
•Python
•Html
•.NET
•flutter
Classification of computer
1. Based on size & Capacity
Micro
Mini
Mainframe
Super computer
2. Based on working principle
Analog
Digital
Hybrid
Based on size & capacity
Micro computer :-A
microcomputer is a complete
computer on a small scale,
designed for use by one person at
a time. An antiquated term, a
microcomputer is now primarily
called a personal computer (PC), or
a device based on a single-chip
microprocessor. Common
microcomputers include laptops and
desktops.
List of Microcomputer types
•Desktop Computer.
•Laptop.
•Smartphone.
•Notebook.
•Tablet.
Mini Computer :-
minicomputer, computer that was smaller,
less expensive, and less powerful than a
mainframe or supercomputer but more
expensive and more powerful than a
personal computer. Minicomputers were
used for scientific and engineering
computations, business transaction
processing, file handling, and database
management.
Mini computer examples: IBM's AS/400e,
Honeywell200, TI-990. Minicomputer can
support multi-users at a time or you can
say that minicomputer is a multiprocessing
system.
Mainframe computer :-A
mainframe computer, informally
called a mainframe or big iron, is a
computer used primarily by large
organizations for critical
applications like bulk data
processing for tasks such as
censuses, industry and consumer
statistics, enterprise resource
planning, and large-scale
transaction processing.
the first mainframe was
developed in the 1930's
by Howard Aiken, who was a
Harvard researcher.
Super Computer :-
Invented by Seymour Cray in 1951. A
supercomputer is a computer with a
high level of performance as compared
to a general-purpose computer. The
performance of a supercomputer is
commonly measured in floating-point
operations per second instead of million
instructions per second.
Uses & Purpose :-
Supercomputers are used for data-intensive and
computation-heavy scientific and engineering
purposes such as quantum mechanics, weather
forecasting, oil and gas exploration, molecular
modeling, physical simulations, aerodynamics,
nuclear fusion research and cryptanalysis.
PARAM Shivay was the first supercomputer
assembled indigenously, was installed in IIT
(BHU), followed by PARAM Shakti, PARAM
Brahma, PARAM Yukti, PARAM Sanganak at
IIT-Kharagpur IISER, Pune, JNCASR,
Bengaluru and IIT Kanpur respectively.
Based On Working Principle
1. Analogue Computer :-
An analog computer or analogue computer is a
type of computer that uses the continuous
variation aspect of physical phenomena such as
electrical, mechanical, or hydraulic quantities
(analog signals) to model the problem being
solved.
Examples of Analogue Computers:-
•Thermometer. An analogue thermometer makes use of a graduated scale and properties of mercury to fulfil its
operation. ...
•Speedometer. The speedometer is a device that detects the speed of a moving vehicle. ...
•Analogue Clock. ...
•Seismometer. ...
•Voltmeter. ...
•Flight Simulators. ...
•Tide Predictors.
Digital computer:-
digital computer, any of a class of devices capable
of solving problems by processing information
in discrete form. It operates on data, including
magnitudes, letters, and symbols, that are
expressed in binary code—i.e., using only the two
digits 0 and 1.
A typical digital computer system has four basic functional elements: -
(1) input-output equipment,
(2) main memory,
(3) control unit, and
(4) arithmetic-logic unit. Any of a number of devices is used to enter data and
program instructions into a computer and to gain access to the results of the
processing operation.
Hybrid Computer :-
Hybrid computers are mainly used for specialized
applications where both analog and digital data
processing is done. For Example, Hybrid
computers installed on a petrol pump do not only
measure the amount of petrol but also calculates its
value. In this way, It is capable of both functions.
Features:-
1.Hybrid computers have a high level of accuracy and are
capable of doing tasks quickly while maintaining high
accuracy.
2.They are widely employed in sectors such as defence,
forensics, and research due to their speed and accuracy.
3.They communicate with monitor and controller devices
directly.
4.It completes the task quickly.
5.They can effortlessly answer difficult equations.
6.They combine the features of both analog and digital
computers.
Examples :-
•Gasoline Station
•Electrocardiogram Machine
•Ultrasound Machine
•Monitoring Machine
•Research and Production Industries
•Forensic
•Defense
Software Components
Software is a set of programs, which is
designed to perform a well-defined
function. A program is a sequence of
instructions written to solve a particular
problem.
There are mainly two types of software −
 System Software
 Application Software
System Software: -
The system software is a collection of
programs designed to operate, control,
and extend the processing capabilities of
the computer itself. System software is
generally prepared by the computer
manufacturers. These software products
comprise of programs written in low-
level languages, which interact with the
hardware at a very basic level. System
software serves as the interface between
the hardware and the end users.
Here is a list of some of the most prominent features of a system
software −
 Close to the system
 Fast in speed
 Difficult to design
 Difficult to understand
 Less interactive
 Smaller in size
 Difficult to manipulate
 Generally written in low-level language
Application software :-
An application program (application
or app for short) is a computer
program designed to carry out a
specific task other than one
relating to the operation of the
computer itself, typically to be
used by end-users.
Examples:-
Word processors
media players
accounting software
Features of application software are as
follows −
 Close to the user
 Easy to design
 More interactive
 Slow in speed
 Generally written in high-level language
 Easy to understand
 Easy to manipulate and use
 Bigger in size and requires large storage
space
Examples of Application software are the
following −
 Payroll Software
 Student Record Software
 Inventory Management Software
 Income Tax Software
 Railways Reservation Software
 Microsoft Office Suite Software
 Microsoft Word
 Microsoft Excel
 Microsoft PowerPoint
Sr. No. Key System Software. Application Software.
1
Definition System Software is the type of software which is
the interface between application software and
system.
On other hand Application Software is the type of
software which runs as per user request. It runs on
the platform which is provide by system software.
2
Development
Language
In general System software are developed in low
level language which is more compatible with the
system hardware in order to interact with.
While in case of Application software high level
language is used for their development as they are
developed as some specific purpose software.
3
Usage System software is used for operating computer
hardware.
On other hand Application software is used by user
to perform specific task.
4
Installation System software are installed on the computer
when operating system is installed.
On other hand Application software are installed
according to user’s requirements.
5
User interaction As mentioned in above points system software are
specific to system hardware so less or no user
interaction available in case of system software.
On other hand in application software user can
interacts with it as user interface is available in this
case.
6
Dependency System software can run independently. It provides
platform for running application software.
On other hand in application software can’t run
independently. They can’t run without the presence
of system software..
7
Examples Some examples of system software’s are compiler,
assembler, debugger, driver, etc.
On other hand some examples of application
software’s are word processor, web browser, media
player, etc.
Difference between system software & Application Software: -
Any Question ?
For more notes lets connect on YouTube

More Related Content

What's hot

Operating system and its types
Operating system and its types Operating system and its types
Operating system and its types vimal kumar arora
 
Disk operating system
Disk operating systemDisk operating system
Disk operating systemRaza Jaan
 
Generation of computer
Generation of computerGeneration of computer
Generation of computerankur bhalla
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentationashanrajpar
 
Types of software
Types of softwareTypes of software
Types of softwarelatifah2001
 
Classification of Computer
Classification of ComputerClassification of Computer
Classification of ComputerAasim Mushtaq
 
Input,output & storage device ppt
Input,output & storage device pptInput,output & storage device ppt
Input,output & storage device pptmayank mulchandani
 
Windows operating system
Windows operating systemWindows operating system
Windows operating systemLeah Gonzales
 
Functions Of Operating Systems
Functions Of Operating SystemsFunctions Of Operating Systems
Functions Of Operating SystemsAkshay Kurup
 
Operating system overview concepts ppt
Operating system overview concepts pptOperating system overview concepts ppt
Operating system overview concepts pptRajendraPrasad Alladi
 
Features of machine language, assembly language, high level language & their ...
Features of machine language, assembly language, high level language & their ...Features of machine language, assembly language, high level language & their ...
Features of machine language, assembly language, high level language & their ...SHUBHAM PATIDAR FISHERIES ADDAA
 
Characteristics of computer.pptx
Characteristics of computer.pptxCharacteristics of computer.pptx
Characteristics of computer.pptxKashifaNawab3
 
Computer Components
Computer ComponentsComputer Components
Computer ComponentsBeth Sockman
 

What's hot (20)

Operating system and its types
Operating system and its types Operating system and its types
Operating system and its types
 
Disk operating system
Disk operating systemDisk operating system
Disk operating system
 
Generation of computer
Generation of computerGeneration of computer
Generation of computer
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentation
 
Input devices
Input devicesInput devices
Input devices
 
Hardware & Software
Hardware & SoftwareHardware & Software
Hardware & Software
 
Types of software
Types of softwareTypes of software
Types of software
 
Classification of Computer
Classification of ComputerClassification of Computer
Classification of Computer
 
Types Of Operating Systems
Types Of Operating SystemsTypes Of Operating Systems
Types Of Operating Systems
 
Input,output & storage device ppt
Input,output & storage device pptInput,output & storage device ppt
Input,output & storage device ppt
 
Windows operating system
Windows operating systemWindows operating system
Windows operating system
 
Functions Of Operating Systems
Functions Of Operating SystemsFunctions Of Operating Systems
Functions Of Operating Systems
 
Computer languages
Computer languagesComputer languages
Computer languages
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
what is computer
what is computerwhat is computer
what is computer
 
Fundamental of Computers
Fundamental of ComputersFundamental of Computers
Fundamental of Computers
 
Operating system overview concepts ppt
Operating system overview concepts pptOperating system overview concepts ppt
Operating system overview concepts ppt
 
Features of machine language, assembly language, high level language & their ...
Features of machine language, assembly language, high level language & their ...Features of machine language, assembly language, high level language & their ...
Features of machine language, assembly language, high level language & their ...
 
Characteristics of computer.pptx
Characteristics of computer.pptxCharacteristics of computer.pptx
Characteristics of computer.pptx
 
Computer Components
Computer ComponentsComputer Components
Computer Components
 

Similar to Computer Anatomy Hardware Software

SPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdfSPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdfreshma96176
 
Management Information System
Management Information SystemManagement Information System
Management Information SystemCh Irfan
 
UNIT I-Computer Operation-Fundamentals.ppt
UNIT I-Computer Operation-Fundamentals.pptUNIT I-Computer Operation-Fundamentals.ppt
UNIT I-Computer Operation-Fundamentals.pptJohnReyBoaquia2
 
Computer languages
Computer languagesComputer languages
Computer languagesJAIDEVPAUL
 
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdf
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdfAERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdf
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdfssuserb3a23b
 
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.pdfEYOHAICTMEDIA
 
Types of software
Types of softwareTypes of software
Types of softwarefarishah
 
Computer Hardware and Software Elements
Computer Hardware and Software ElementsComputer Hardware and Software Elements
Computer Hardware and Software ElementsAdetula Bunmi
 
Introductoin of computer hardware and software
Introductoin of computer hardware and softwareIntroductoin of computer hardware and software
Introductoin of computer hardware and softwareUttara University
 
What is computer 1
What is computer 1What is computer 1
What is computer 1Shuja Qais
 
HARDWARE AND SOFTWARE.pptx
HARDWARE AND SOFTWARE.pptxHARDWARE AND SOFTWARE.pptx
HARDWARE AND SOFTWARE.pptxKhushiSinghal52
 
Computers and Internet.pptx
Computers and Internet.pptxComputers and Internet.pptx
Computers and Internet.pptxJustusEkeneNwaka
 
Computer_Programming_Fundamentals in cpp
Computer_Programming_Fundamentals in cppComputer_Programming_Fundamentals in cpp
Computer_Programming_Fundamentals in cppmeharikiros2
 
computer fundamentals
computer fundamentalscomputer fundamentals
computer fundamentalsPANKHURI JAIN
 

Similar to Computer Anatomy Hardware Software (20)

Computer in nursing
Computer in nursingComputer in nursing
Computer in nursing
 
C program full materials.pdf
C program  full materials.pdfC program  full materials.pdf
C program full materials.pdf
 
SPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdfSPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdf
 
Management Information System
Management Information SystemManagement Information System
Management Information System
 
UNIT I-Computer Operation-Fundamentals.ppt
UNIT I-Computer Operation-Fundamentals.pptUNIT I-Computer Operation-Fundamentals.ppt
UNIT I-Computer Operation-Fundamentals.ppt
 
Computer software
Computer softwareComputer software
Computer software
 
Computer languages
Computer languagesComputer languages
Computer languages
 
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdf
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdfAERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdf
AERO_PROGRAMMING_FOR_PROBLEM_SOLVING_LECTURE_NOTES.pdf
 
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
 
Types of software
Types of softwareTypes of software
Types of software
 
Computer Hardware and Software Elements
Computer Hardware and Software ElementsComputer Hardware and Software Elements
Computer Hardware and Software Elements
 
Types of software
Types of softwareTypes of software
Types of software
 
Introductoin of computer hardware and software
Introductoin of computer hardware and softwareIntroductoin of computer hardware and software
Introductoin of computer hardware and software
 
What is computer 1
What is computer 1What is computer 1
What is computer 1
 
HARDWARE AND SOFTWARE.pptx
HARDWARE AND SOFTWARE.pptxHARDWARE AND SOFTWARE.pptx
HARDWARE AND SOFTWARE.pptx
 
Computers and Internet.pptx
Computers and Internet.pptxComputers and Internet.pptx
Computers and Internet.pptx
 
C with lab
C with labC with lab
C with lab
 
Computer_Programming_Fundamentals in cpp
Computer_Programming_Fundamentals in cppComputer_Programming_Fundamentals in cpp
Computer_Programming_Fundamentals in cpp
 
computer fundamentals
computer fundamentalscomputer fundamentals
computer fundamentals
 
All BAsic Of Ict
All BAsic Of Ict All BAsic Of Ict
All BAsic Of Ict
 

More from PragatiKachhi1

Educational Psychology B.ED 1 sem..pptx
Educational Psychology B.ED 1 sem..pptxEducational Psychology B.ED 1 sem..pptx
Educational Psychology B.ED 1 sem..pptxPragatiKachhi1
 
Computer Virus ppt.pptx
Computer Virus ppt.pptxComputer Virus ppt.pptx
Computer Virus ppt.pptxPragatiKachhi1
 
CH - 4 central processing unit & memory devices.pptx
CH - 4 central processing unit & memory devices.pptxCH - 4 central processing unit & memory devices.pptx
CH - 4 central processing unit & memory devices.pptxPragatiKachhi1
 
basics of computer ( B.K. school of maangement ).ppt
basics of computer ( B.K. school of maangement ).pptbasics of computer ( B.K. school of maangement ).ppt
basics of computer ( B.K. school of maangement ).pptPragatiKachhi1
 
guidance& counseling Unit 2& 3.pptx
guidance& counseling Unit 2& 3.pptxguidance& counseling Unit 2& 3.pptx
guidance& counseling Unit 2& 3.pptxPragatiKachhi1
 
counselling notes.pptx
counselling notes.pptxcounselling notes.pptx
counselling notes.pptxPragatiKachhi1
 
all about content writing.pptx
all about content writing.pptxall about content writing.pptx
all about content writing.pptxPragatiKachhi1
 
strategies for helping exceptional children to overcome their problem ppt.pptx
strategies for helping exceptional children to overcome their problem ppt.pptxstrategies for helping exceptional children to overcome their problem ppt.pptx
strategies for helping exceptional children to overcome their problem ppt.pptxPragatiKachhi1
 
exceptional children ppt.pptx
exceptional children ppt.pptxexceptional children ppt.pptx
exceptional children ppt.pptxPragatiKachhi1
 
inclusive education .pptx
 inclusive education .pptx inclusive education .pptx
inclusive education .pptxPragatiKachhi1
 
PEER ASSESSMENT inclusive school.pptx
PEER ASSESSMENT inclusive school.pptxPEER ASSESSMENT inclusive school.pptx
PEER ASSESSMENT inclusive school.pptxPragatiKachhi1
 
INCLUSIVE SCHOOLS ppt.pptx
INCLUSIVE SCHOOLS ppt.pptxINCLUSIVE SCHOOLS ppt.pptx
INCLUSIVE SCHOOLS ppt.pptxPragatiKachhi1
 
Presentation on the topic of social website ( B.ed 4 semester).pptx
Presentation on the topic of social website ( B.ed 4 semester).pptxPresentation on the topic of social website ( B.ed 4 semester).pptx
Presentation on the topic of social website ( B.ed 4 semester).pptxPragatiKachhi1
 

More from PragatiKachhi1 (17)

swyam ppt.pptx
swyam ppt.pptxswyam ppt.pptx
swyam ppt.pptx
 
Educational Psychology B.ED 1 sem..pptx
Educational Psychology B.ED 1 sem..pptxEducational Psychology B.ED 1 sem..pptx
Educational Psychology B.ED 1 sem..pptx
 
Computer Virus ppt.pptx
Computer Virus ppt.pptxComputer Virus ppt.pptx
Computer Virus ppt.pptx
 
out put devices.pptx
out put devices.pptxout put devices.pptx
out put devices.pptx
 
CH - 4 central processing unit & memory devices.pptx
CH - 4 central processing unit & memory devices.pptxCH - 4 central processing unit & memory devices.pptx
CH - 4 central processing unit & memory devices.pptx
 
basics of computer ( B.K. school of maangement ).ppt
basics of computer ( B.K. school of maangement ).pptbasics of computer ( B.K. school of maangement ).ppt
basics of computer ( B.K. school of maangement ).ppt
 
guidance& counseling Unit 2& 3.pptx
guidance& counseling Unit 2& 3.pptxguidance& counseling Unit 2& 3.pptx
guidance& counseling Unit 2& 3.pptx
 
counselling notes.pptx
counselling notes.pptxcounselling notes.pptx
counselling notes.pptx
 
all about content writing.pptx
all about content writing.pptxall about content writing.pptx
all about content writing.pptx
 
strategies for helping exceptional children to overcome their problem ppt.pptx
strategies for helping exceptional children to overcome their problem ppt.pptxstrategies for helping exceptional children to overcome their problem ppt.pptx
strategies for helping exceptional children to overcome their problem ppt.pptx
 
exceptional children ppt.pptx
exceptional children ppt.pptxexceptional children ppt.pptx
exceptional children ppt.pptx
 
guidance notes.pptx
guidance notes.pptxguidance notes.pptx
guidance notes.pptx
 
inclusive education .pptx
 inclusive education .pptx inclusive education .pptx
inclusive education .pptx
 
PEER ASSESSMENT inclusive school.pptx
PEER ASSESSMENT inclusive school.pptxPEER ASSESSMENT inclusive school.pptx
PEER ASSESSMENT inclusive school.pptx
 
INCLUSIVE SCHOOLS ppt.pptx
INCLUSIVE SCHOOLS ppt.pptxINCLUSIVE SCHOOLS ppt.pptx
INCLUSIVE SCHOOLS ppt.pptx
 
All About an IPO.pptx
All About an IPO.pptxAll About an IPO.pptx
All About an IPO.pptx
 
Presentation on the topic of social website ( B.ed 4 semester).pptx
Presentation on the topic of social website ( B.ed 4 semester).pptxPresentation on the topic of social website ( B.ed 4 semester).pptx
Presentation on the topic of social website ( B.ed 4 semester).pptx
 

Recently uploaded

Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
DiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfDiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfChristalin Nelson
 
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFE
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFEPART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFE
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFEMISSRITIMABIOLOGYEXP
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 
Objectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxObjectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxMadhavi Dharankar
 
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...DrVipulVKapoor
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...Nguyen Thanh Tu Collection
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroomSamsung Business USA
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Employablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxEmployablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxryandux83rd
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesVijayaLaxmi84
 

Recently uploaded (20)

Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
DiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfDiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdf
 
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFE
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFEPART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFE
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFE
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx
 
Objectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxObjectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptx
 
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
 
Spearman's correlation,Formula,Advantages,
Spearman's correlation,Formula,Advantages,Spearman's correlation,Formula,Advantages,
Spearman's correlation,Formula,Advantages,
 
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
 
Introduction to Research ,Need for research, Need for design of Experiments, ...
Introduction to Research ,Need for research, Need for design of Experiments, ...Introduction to Research ,Need for research, Need for design of Experiments, ...
Introduction to Research ,Need for research, Need for design of Experiments, ...
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Employablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxEmployablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptx
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
CARNAVAL COM MAGIA E EUFORIA _
CARNAVAL COM MAGIA E EUFORIA            _CARNAVAL COM MAGIA E EUFORIA            _
CARNAVAL COM MAGIA E EUFORIA _
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their uses
 

Computer Anatomy Hardware Software

  • 1. Topic -Anatomy of Computer Presented BY :- Pragati Kachhi
  • 2. A computer system can be divided into two components which are responsible for providing the mechanisms to input and output data, to manipulate and process data, and to electronically control the various input, output, and their storage. They are known as hardware and software. Introduction
  • 4. •Mouse •Keyboard •Monitor •Motherboard •CPU •RAM Memory •ROM Memory •Hard Disk Drive •Optical Drive • Solid state Drive • HDMI port •Sound Card Computer Hardware :- In simple words, only those parts of the computer system which we can see or touch are called computer hardware.
  • 5. Computer Software:- software, instructions that tell a computer what to do. Software comprises the entire set of programs, procedures, and routines associated with the operation of a computer system.
  • 6. examples of system software :- Windows XP, Windows Vista, Windows 7, Windows 8, Windows 10, MAC OS, Linus, Unix. Examples of Application Software •Microsoft products such as Office, PowerPoint, Word, Excel, Outlook, etc. •Music Application Software's like Pandora and Spotify. •Real-time online communication like Skype, Google Meet, and Zoom. •Team collaboration software like Slack. •Internet browsers like Chrome, Safari, and Firefox. 5 programming Software :- •Java. •SQL. ... •JavaScript. ... •C++ ... •Python •Html •.NET •flutter
  • 7. Classification of computer 1. Based on size & Capacity Micro Mini Mainframe Super computer 2. Based on working principle Analog Digital Hybrid
  • 8. Based on size & capacity Micro computer :-A microcomputer is a complete computer on a small scale, designed for use by one person at a time. An antiquated term, a microcomputer is now primarily called a personal computer (PC), or a device based on a single-chip microprocessor. Common microcomputers include laptops and desktops. List of Microcomputer types •Desktop Computer. •Laptop. •Smartphone. •Notebook. •Tablet.
  • 9. Mini Computer :- minicomputer, computer that was smaller, less expensive, and less powerful than a mainframe or supercomputer but more expensive and more powerful than a personal computer. Minicomputers were used for scientific and engineering computations, business transaction processing, file handling, and database management. Mini computer examples: IBM's AS/400e, Honeywell200, TI-990. Minicomputer can support multi-users at a time or you can say that minicomputer is a multiprocessing system.
  • 10. Mainframe computer :-A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterprise resource planning, and large-scale transaction processing. the first mainframe was developed in the 1930's by Howard Aiken, who was a Harvard researcher.
  • 11. Super Computer :- Invented by Seymour Cray in 1951. A supercomputer is a computer with a high level of performance as compared to a general-purpose computer. The performance of a supercomputer is commonly measured in floating-point operations per second instead of million instructions per second. Uses & Purpose :- Supercomputers are used for data-intensive and computation-heavy scientific and engineering purposes such as quantum mechanics, weather forecasting, oil and gas exploration, molecular modeling, physical simulations, aerodynamics, nuclear fusion research and cryptanalysis. PARAM Shivay was the first supercomputer assembled indigenously, was installed in IIT (BHU), followed by PARAM Shakti, PARAM Brahma, PARAM Yukti, PARAM Sanganak at IIT-Kharagpur IISER, Pune, JNCASR, Bengaluru and IIT Kanpur respectively.
  • 12. Based On Working Principle 1. Analogue Computer :- An analog computer or analogue computer is a type of computer that uses the continuous variation aspect of physical phenomena such as electrical, mechanical, or hydraulic quantities (analog signals) to model the problem being solved. Examples of Analogue Computers:- •Thermometer. An analogue thermometer makes use of a graduated scale and properties of mercury to fulfil its operation. ... •Speedometer. The speedometer is a device that detects the speed of a moving vehicle. ... •Analogue Clock. ... •Seismometer. ... •Voltmeter. ... •Flight Simulators. ... •Tide Predictors.
  • 13. Digital computer:- digital computer, any of a class of devices capable of solving problems by processing information in discrete form. It operates on data, including magnitudes, letters, and symbols, that are expressed in binary code—i.e., using only the two digits 0 and 1. A typical digital computer system has four basic functional elements: - (1) input-output equipment, (2) main memory, (3) control unit, and (4) arithmetic-logic unit. Any of a number of devices is used to enter data and program instructions into a computer and to gain access to the results of the processing operation.
  • 14. Hybrid Computer :- Hybrid computers are mainly used for specialized applications where both analog and digital data processing is done. For Example, Hybrid computers installed on a petrol pump do not only measure the amount of petrol but also calculates its value. In this way, It is capable of both functions. Features:- 1.Hybrid computers have a high level of accuracy and are capable of doing tasks quickly while maintaining high accuracy. 2.They are widely employed in sectors such as defence, forensics, and research due to their speed and accuracy. 3.They communicate with monitor and controller devices directly. 4.It completes the task quickly. 5.They can effortlessly answer difficult equations. 6.They combine the features of both analog and digital computers. Examples :- •Gasoline Station •Electrocardiogram Machine •Ultrasound Machine •Monitoring Machine •Research and Production Industries •Forensic •Defense
  • 15. Software Components Software is a set of programs, which is designed to perform a well-defined function. A program is a sequence of instructions written to solve a particular problem. There are mainly two types of software −  System Software  Application Software
  • 16. System Software: - The system software is a collection of programs designed to operate, control, and extend the processing capabilities of the computer itself. System software is generally prepared by the computer manufacturers. These software products comprise of programs written in low- level languages, which interact with the hardware at a very basic level. System software serves as the interface between the hardware and the end users.
  • 17.
  • 18. Here is a list of some of the most prominent features of a system software −  Close to the system  Fast in speed  Difficult to design  Difficult to understand  Less interactive  Smaller in size  Difficult to manipulate  Generally written in low-level language
  • 19. Application software :- An application program (application or app for short) is a computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end-users. Examples:- Word processors media players accounting software
  • 20. Features of application software are as follows −  Close to the user  Easy to design  More interactive  Slow in speed  Generally written in high-level language  Easy to understand  Easy to manipulate and use  Bigger in size and requires large storage space
  • 21. Examples of Application software are the following −  Payroll Software  Student Record Software  Inventory Management Software  Income Tax Software  Railways Reservation Software  Microsoft Office Suite Software  Microsoft Word  Microsoft Excel  Microsoft PowerPoint
  • 22. Sr. No. Key System Software. Application Software. 1 Definition System Software is the type of software which is the interface between application software and system. On other hand Application Software is the type of software which runs as per user request. It runs on the platform which is provide by system software. 2 Development Language In general System software are developed in low level language which is more compatible with the system hardware in order to interact with. While in case of Application software high level language is used for their development as they are developed as some specific purpose software. 3 Usage System software is used for operating computer hardware. On other hand Application software is used by user to perform specific task. 4 Installation System software are installed on the computer when operating system is installed. On other hand Application software are installed according to user’s requirements. 5 User interaction As mentioned in above points system software are specific to system hardware so less or no user interaction available in case of system software. On other hand in application software user can interacts with it as user interface is available in this case. 6 Dependency System software can run independently. It provides platform for running application software. On other hand in application software can’t run independently. They can’t run without the presence of system software.. 7 Examples Some examples of system software’s are compiler, assembler, debugger, driver, etc. On other hand some examples of application software’s are word processor, web browser, media player, etc. Difference between system software & Application Software: -
  • 24. For more notes lets connect on YouTube