SlideShare a Scribd company logo
TYPES AND COMPONENTS
OF COMPUTER SYSTEM
IGCSE (0417 – Paper I)
WHAT IS HARDWARE?
 Hardware is the physical parts of the computer
system – the parts that you can touch and see.
A Motherboard, a CPU, a Keyboard and a Monitor are
all items of Hardware
WHAT IS SOFTWARE?
 Software is a collection of instructions that can be
‘run’ on a computer. These instructions tell the
computer what to do.
Software is not a physical thing (but it can of course
be stored on a physical medium such as a CD-ROM), it
is just a bunch of codes.
An operating system such as Windows XP or Mac OS
X, applications such as Microsoft Word, and the
instructions that control a robot are all examples of
software.
Hardware /
Software
Computer hardware is the physical components that make up the
computer system. Hardware is useless without software to run on it.
Software is instructions that tell computer hardware what to do.
Software is useless unless there is hardware to run it on.
For a computer system to be useful it has to consist of both hardware and
software.
MAIN COMPUTER COMPONENTS
Central Processing Unit (CPU)
 The CPU is the 'brain' of the computer. It is the device
that carries out software instructions.
 The Pentium processor made by Intel is an example of
a CPU.
CPU is usually plug into a large socket on the main
circuit board (the motherboard) of a computer. They
get very hot when they are operating so usually have a
large fan attached to their top to keep them cool.
MAIN MEMORY
 Any data or instructions that are to be
processed by the CPU must be placed
into main memory (sometimes known as
primary storage).
 Random Access Memory (RAM)
 Random Access Memory (RAM) is the part
of the computer that temporarily stores
the instructions that the computer is
running, and the data it is processing.
RAM is a volatile storage device. This
means that if the computer’s power is
turned off the contents of RAM disappear
and are lost.
RAM, like the CPU, also plugs in to
sockets on the motherboard.
 Read-Only Memory (ROM)
 Read-Only Memory (ROM) is used in most computers to
hold a small, special piece of software: the 'boot up'
program.
This software runs when the computer is switched on or
'boots up'. The software checks the computer’s hardware
and then loads the operating system.
ROM is non-volatile storage. This means that the data it
contains is never lost, even if the power is switched off.
 This 'boot up' software is known as the BIOS (Basic Input
Output System)
 Peripheral Devices
 Technically, a computer need only be made up of a
CPU and some RAM. But a computer like this would
not be much use to anybody – other devices need to be
connected to allow data to be passed in and out of the
computer.
The general name for these extra devices is
‘peripheral devices’. They are usually categorised
into input devices, output devices and storage
devices.
WHAT ARE INPUT DEVICES?
 Devices that pass data into the computer are known
as input devices.
 A keyboard, a mouse and a webcam are all examples of
input devices.
They all take information from the outside world (key
presses, hand movements, images), convert them into
data and then send this data into the computer for
processing.
WHAT ARE OUTPUT DEVICES?
 Devices that take data from the computer are
known as output devices.
 A monitor, a printer and a loudspeaker are all
examples of output devices.
They all take information from the computer and
convert it into real world things (images, paper
hardcopy, sound).
STORAGE?
 Secondary storage (sometimes called backing
storage) is the name for all of the devices (apart from
ROM and RAM) that can store data in a computer
system.
 A hard drive, a CD-ROM, a floppy disc and a USB
memory stick are all examples of secondary storage
devices.
Secondary storage is non-volatile, so data that is
stored on these devices remains there safely.
WHAT IS AN OPERATING SYSTEM?
 An operating system is a special piece of software that
manages the general operation of a computer system:
It provides a user interface so that we can interact with
the computer
 It manages applications that are running on the
computer, starting them when the user requests, and
stopping them when they are no longer needed
 It manages files, helping us save our work, organize our
files, find files that we have saved and load files
 It manages the computers memory, deciding what should
be loaded into memory and what should be removed
 It looks after computer security, preventing unauthorized
access to the system
 It manages the computer’s input and output hardware
such as printers, etc.
 Without an operating system, a computer is of little
use.
But, just having an operating system running alone
on a computer is also not very useful - we need to
have application software (such as Word, Excel,
etc.) so that we can actually do useful tasks with the
computer.
 An operating system is a bit like the manager of a
factory - the manager’s job is to keep the factory
running smoothly, to make sure all the sections of the
factory work together, to check that deliveries arrive on
time, etc.
But, for the factory to actually make anything, other
people (the workers) are required - the manager cannot
make anything him/herself.
USER INTERFACES
 The system that people use to interact with a
computer (to give it commands, to see the
results of those commands, etc.) is known as the
user interface.
There are two that you need to be aware of:
Graphical User Interface (GUI)
 Command-Line Interface (CLI)
GRAPHICAL USER INTERFACE
(GUI)
 A GUI is an interface built around visual
(graphical) things:
Windows are regions of the screen used to
display information
 Icons are small pictures that are used to
represent folders, software, etc.
 Menus are lists of options the user can select
from
 A pointer is an arrow that can be moved around
the screen and is used to select things
 Windows XP is an example of an operating
system with a GUI.
 GUIs are quite easy to use due to the visual
nature of the interface – the user has lots of
visual clues as to what things do.
However, to display all of the nice graphics
required by a GUI takes a lot of computing power
so quite a powerful computer is needed.
COMMAND LINE INTERFACE (CLI)
 Many years ago when computers were not very powerful
they could not display the colourful graphics required for a
GUI. The only interface available to most computer uses
was the ‘command line’.
The user would see nothing but a black screen. They would
have to type a command to make anything happen.
e.g. To copy a text file called NOTES from a floppy disc to
the hard drive the user would have to type:
> COPY A:NOTES.TXT C:
 The user would have to learn a whole set of strange
commands so that they could make use of the computer
system. Plus it was not very interesting look at – no visual
clues to tell you what to do next.
This meant computers used to be quite difficult to use, so
this type of interface is only really suitable for expert
users.
 Command-line interfaces are still used today on many
servers.
TYPES OF COMPUTER
 Computers come in all sorts of shapes and sizes.
You are all familiar desktop PCs and laptops, but
did you know that computers can be as small as
your mobile phone (in fact your phone is a
computer!) and as large as a room?!
MAINFRAME COMPUTER
 A mainframe computer is a large computer, often used by
large businesses, in government offices, or by universities.
Mainframe computers are typically:
Powerful - they can process vast amounts of data, very
quickly
 Large - they are often kept in special, air-conditioned
rooms
 Multi-user - they allow several users (sometimes
hundreds) to use the computer at the same time,
connected via remote terminals (screens and keyboards)
PERSONAL COMPUTER (PC)
 The early 1980s saw a revolution in computing:
The creation of computers that were small
enough to fit on a desk, and cheap enough that
everyone could have their own, personal
computer, instead of having to share access to a
mainframe.
These computers came to be known as desktop
computers, or personal computers (PCs).
A typical PC contained the same basic
components as a mainframe computer (CPU,
RAM, storage, etc.) but at a fraction of the size
and cost.
LAPTOP COMPUTER
 A 'laptop' computer is a light, compact and
portable PC.
Laptops contain a rechargeable battery so that
they can be used even when not plugged in to a
mains power supply. They also have a built-in
LCD monitor.
To make them as portable as possible, most
laptops try to avoid any sort of cable or wire.
Instead of a mouse, a trackpad is used. Instead
of a wired connection to a network or printer,
'wireless' radio connections are used.
PALMTOP COMPUTER
 A palmtop computer is similar to a laptop computer,
but smaller. It's small enough to fit in the palm of
your hand (hence the name!)
Palmtops are usually not very powerful since fast
CPUs require a large battery and get hot - both
problems in a small device.
A typical palmtop have a very small keyboard - too
small to type on normally. Instead the user types
using both thumbs. Also there is no room for a
trackpad, so a touchscreen or tiny joystick is used
instead.
Palmtops are extremely portable, but the small
keyboard and screen make the devices tiring to use
for long periods.
PERSONAL DIGITAL ASSISTANT
(PDA)
 PDA is similar to a palmtop computer, except it is even
more compact, and typically has no keyboard, using a
touch screen for all data input. Since the screen is so
small, many PDAs have a small stylus (plastic stick) that is
used to press things on the screen.
Most PDAs use some sort of handwriting-recognition
system to allow the user to write on the screen, and have
their writing converted into text.
PDAs tend to be used a 'digital diaries' allowing users to
take their e-mail, documents, appointments, etc. with
them wherever they go.
Note: You never see PDAs any more since modern 'smart'
phones can do all of this, and work as a phone too!
Ad

More Related Content

What's hot (20)

Basic computer for_b_ed
Basic computer for_b_edBasic computer for_b_ed
Basic computer for_b_ed
aswathy ck
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
Aditya Singh
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
lina hajjar
 
The different components of a computer system
The different components of a computer system The different components of a computer system
The different components of a computer system
Subagini Manivannan
 
Cambridge IGCSE ICT Revision Notes
Cambridge IGCSE ICT Revision Notes Cambridge IGCSE ICT Revision Notes
Cambridge IGCSE ICT Revision Notes
Yash Bhatt
 
Computer components
Computer componentsComputer components
Computer components
hony-1
 
Computer systems for school kids
Computer systems for school kidsComputer systems for school kids
Computer systems for school kids
Rajesh Tivrekar
 
Basic Computer Operation
Basic Computer OperationBasic Computer Operation
Basic Computer Operation
Universidad De Zamboanga
 
Peripheral devices
Peripheral     devicesPeripheral     devices
Peripheral devices
Annie Farooq
 
Computer Essentials
Computer EssentialsComputer Essentials
Computer Essentials
Peter Ferguson
 
Intro to computer system
Intro to computer systemIntro to computer system
Intro to computer system
benchhood
 
Computer hardware and software an assignment
Computer hardware and software an assignment Computer hardware and software an assignment
Computer hardware and software an assignment
786
 
Operating system
Operating systemOperating system
Operating system
khair20
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentals
Prof. Erwin Globio
 
Ppt Lesson 04
Ppt Lesson 04Ppt Lesson 04
Ppt Lesson 04
almario1988
 
Basic of computers
Basic of computersBasic of computers
Basic of computers
Shirin Siddiqui
 
Chapter 1-introduction-to-computers3165
Chapter 1-introduction-to-computers3165Chapter 1-introduction-to-computers3165
Chapter 1-introduction-to-computers3165
ZOul Kapunk
 
Basic computer terms
Basic computer termsBasic computer terms
Basic computer terms
Dr. Manish Bansal
 
Basic of Computer component
Basic of Computer componentBasic of Computer component
Basic of Computer component
removed_d553873b4b1fe50720d9eea5fa5d863a
 

Viewers also liked (20)

Types and components of computer system
Types and components of computer systemTypes and components of computer system
Types and components of computer system
mkhisalg
 
Components of a computer system
Components of a computer systemComponents of a computer system
Components of a computer system
Mark Santos
 
Basic components of computer system
Basic components  of computer systemBasic components  of computer system
Basic components of computer system
TECHNOHABIT
 
Understanding the Computer System
Understanding the Computer SystemUnderstanding the Computer System
Understanding the Computer System
Sheryl Nelmida
 
Components of a computer system
Components of a computer systemComponents of a computer system
Components of a computer system
listergc
 
basics of computer system ppt
basics of computer system pptbasics of computer system ppt
basics of computer system ppt
Suaj
 
This presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its ComponentsThis presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its Components
abena
 
Computer Components
Computer ComponentsComputer Components
Computer Components
Beth Sockman
 
Potato Pals Introduction
Potato Pals IntroductionPotato Pals Introduction
Potato Pals Introduction
patjack67
 
Tom's TEFL - 35 Children's Songs
Tom's TEFL - 35 Children's SongsTom's TEFL - 35 Children's Songs
Tom's TEFL - 35 Children's Songs
Hong Kong Primary School
 
1 3-types and nature of government accounts
1 3-types and nature of government accounts1 3-types and nature of government accounts
1 3-types and nature of government accounts
zohra110005
 
Computer system components 6th grade frit 8530
Computer system components 6th grade frit 8530Computer system components 6th grade frit 8530
Computer system components 6th grade frit 8530
chellis22
 
Chapter 1 Types and components of a computer system
Chapter 1   Types and components of a computer systemChapter 1   Types and components of a computer system
Chapter 1 Types and components of a computer system
Roelrocks
 
Android training (android style)
Android training (android style)Android training (android style)
Android training (android style)
Khaled Anaqwa
 
Android Training (android fundamental)
Android Training (android fundamental)Android Training (android fundamental)
Android Training (android fundamental)
Khaled Anaqwa
 
Android Training (Services)
Android Training (Services)Android Training (Services)
Android Training (Services)
Khaled Anaqwa
 
Android Training (Touch)
Android Training (Touch)Android Training (Touch)
Android Training (Touch)
Khaled Anaqwa
 
Android Training (Broadcast Receiver)
Android Training (Broadcast Receiver)Android Training (Broadcast Receiver)
Android Training (Broadcast Receiver)
Khaled Anaqwa
 
Computer Component Presentation
Computer Component PresentationComputer Component Presentation
Computer Component Presentation
Timothy Bryant
 
Introduction to computer1
Introduction to computer1Introduction to computer1
Introduction to computer1
Norhaizan Abd Kadir
 
Types and components of computer system
Types and components of computer systemTypes and components of computer system
Types and components of computer system
mkhisalg
 
Components of a computer system
Components of a computer systemComponents of a computer system
Components of a computer system
Mark Santos
 
Basic components of computer system
Basic components  of computer systemBasic components  of computer system
Basic components of computer system
TECHNOHABIT
 
Understanding the Computer System
Understanding the Computer SystemUnderstanding the Computer System
Understanding the Computer System
Sheryl Nelmida
 
Components of a computer system
Components of a computer systemComponents of a computer system
Components of a computer system
listergc
 
basics of computer system ppt
basics of computer system pptbasics of computer system ppt
basics of computer system ppt
Suaj
 
This presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its ComponentsThis presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its Components
abena
 
Computer Components
Computer ComponentsComputer Components
Computer Components
Beth Sockman
 
Potato Pals Introduction
Potato Pals IntroductionPotato Pals Introduction
Potato Pals Introduction
patjack67
 
1 3-types and nature of government accounts
1 3-types and nature of government accounts1 3-types and nature of government accounts
1 3-types and nature of government accounts
zohra110005
 
Computer system components 6th grade frit 8530
Computer system components 6th grade frit 8530Computer system components 6th grade frit 8530
Computer system components 6th grade frit 8530
chellis22
 
Chapter 1 Types and components of a computer system
Chapter 1   Types and components of a computer systemChapter 1   Types and components of a computer system
Chapter 1 Types and components of a computer system
Roelrocks
 
Android training (android style)
Android training (android style)Android training (android style)
Android training (android style)
Khaled Anaqwa
 
Android Training (android fundamental)
Android Training (android fundamental)Android Training (android fundamental)
Android Training (android fundamental)
Khaled Anaqwa
 
Android Training (Services)
Android Training (Services)Android Training (Services)
Android Training (Services)
Khaled Anaqwa
 
Android Training (Touch)
Android Training (Touch)Android Training (Touch)
Android Training (Touch)
Khaled Anaqwa
 
Android Training (Broadcast Receiver)
Android Training (Broadcast Receiver)Android Training (Broadcast Receiver)
Android Training (Broadcast Receiver)
Khaled Anaqwa
 
Computer Component Presentation
Computer Component PresentationComputer Component Presentation
Computer Component Presentation
Timothy Bryant
 
Ad

Similar to C hapter 1 types-and_components_of_computer_system[1][1] (20)

Types and components of computers
Types and components of computersTypes and components of computers
Types and components of computers
Cik Na Shohaili
 
Types and components of computer systems
Types and components of computer systemsTypes and components of computer systems
Types and components of computer systems
Rayane619450
 
Fundamentals of Computer.pptx
Fundamentals of Computer.pptxFundamentals of Computer.pptx
Fundamentals of Computer.pptx
ZORAIZ HAIDER
 
DEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMDEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEM
M Kimi
 
Basic Computer Week 1.pptx
Basic Computer Week 1.pptxBasic Computer Week 1.pptx
Basic Computer Week 1.pptx
FroilanArboleda
 
Assignment1 OF BASIC OF COMPUTER APPLICATIONS.pptx
Assignment1 OF BASIC OF COMPUTER APPLICATIONS.pptxAssignment1 OF BASIC OF COMPUTER APPLICATIONS.pptx
Assignment1 OF BASIC OF COMPUTER APPLICATIONS.pptx
JainendrakumarPatil
 
Lesson 3 Online-System-Functions-And-Platforms - edited.pptx
Lesson 3 Online-System-Functions-And-Platforms - edited.pptxLesson 3 Online-System-Functions-And-Platforms - edited.pptx
Lesson 3 Online-System-Functions-And-Platforms - edited.pptx
Omar Fernandez
 
Computer and computation
Computer and computationComputer and computation
Computer and computation
Usman Shah
 
Fundamentals of-computer
Fundamentals of-computerFundamentals of-computer
Fundamentals of-computer
CGC Technical campus,Mohali
 
The Computer
The ComputerThe Computer
The Computer
julinaincgumanit
 
INTRO TO COMPUTER
INTRO TO COMPUTERINTRO TO COMPUTER
INTRO TO COMPUTER
enoch asamoah
 
Introduction of computer Book
Introduction of computer BookIntroduction of computer Book
Introduction of computer Book
imtiazalijoono
 
Wk 2 - computers
Wk 2 - computersWk 2 - computers
Wk 2 - computers
sarahelise24
 
H2vg9XMPlt5mQXMHQKy2LLkQBlcLL5MW101LhYpX (1).pptx
H2vg9XMPlt5mQXMHQKy2LLkQBlcLL5MW101LhYpX (1).pptxH2vg9XMPlt5mQXMHQKy2LLkQBlcLL5MW101LhYpX (1).pptx
H2vg9XMPlt5mQXMHQKy2LLkQBlcLL5MW101LhYpX (1).pptx
naghamsalimmohammed
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
Huggermugger Eran
 
102 Computer Parts and Basic Function.pdf
102 Computer Parts and Basic Function.pdf102 Computer Parts and Basic Function.pdf
102 Computer Parts and Basic Function.pdf
shielamarie55
 
Ch 01-types-and-components-of-computers
Ch 01-types-and-components-of-computersCh 01-types-and-components-of-computers
Ch 01-types-and-components-of-computers
mmoussa83
 
Computer basics--computer basics2
Computer basics--computer basics2Computer basics--computer basics2
Computer basics--computer basics2
Zo Sangpy
 
Internal components for the technically iliterate
Internal components for the technically iliterateInternal components for the technically iliterate
Internal components for the technically iliterate
invisiliam
 
fundamentals of computer.pptx
fundamentals of computer.pptxfundamentals of computer.pptx
fundamentals of computer.pptx
JenniferVilla22
 
Types and components of computers
Types and components of computersTypes and components of computers
Types and components of computers
Cik Na Shohaili
 
Types and components of computer systems
Types and components of computer systemsTypes and components of computer systems
Types and components of computer systems
Rayane619450
 
Fundamentals of Computer.pptx
Fundamentals of Computer.pptxFundamentals of Computer.pptx
Fundamentals of Computer.pptx
ZORAIZ HAIDER
 
DEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMDEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEM
M Kimi
 
Basic Computer Week 1.pptx
Basic Computer Week 1.pptxBasic Computer Week 1.pptx
Basic Computer Week 1.pptx
FroilanArboleda
 
Assignment1 OF BASIC OF COMPUTER APPLICATIONS.pptx
Assignment1 OF BASIC OF COMPUTER APPLICATIONS.pptxAssignment1 OF BASIC OF COMPUTER APPLICATIONS.pptx
Assignment1 OF BASIC OF COMPUTER APPLICATIONS.pptx
JainendrakumarPatil
 
Lesson 3 Online-System-Functions-And-Platforms - edited.pptx
Lesson 3 Online-System-Functions-And-Platforms - edited.pptxLesson 3 Online-System-Functions-And-Platforms - edited.pptx
Lesson 3 Online-System-Functions-And-Platforms - edited.pptx
Omar Fernandez
 
Computer and computation
Computer and computationComputer and computation
Computer and computation
Usman Shah
 
Introduction of computer Book
Introduction of computer BookIntroduction of computer Book
Introduction of computer Book
imtiazalijoono
 
H2vg9XMPlt5mQXMHQKy2LLkQBlcLL5MW101LhYpX (1).pptx
H2vg9XMPlt5mQXMHQKy2LLkQBlcLL5MW101LhYpX (1).pptxH2vg9XMPlt5mQXMHQKy2LLkQBlcLL5MW101LhYpX (1).pptx
H2vg9XMPlt5mQXMHQKy2LLkQBlcLL5MW101LhYpX (1).pptx
naghamsalimmohammed
 
102 Computer Parts and Basic Function.pdf
102 Computer Parts and Basic Function.pdf102 Computer Parts and Basic Function.pdf
102 Computer Parts and Basic Function.pdf
shielamarie55
 
Ch 01-types-and-components-of-computers
Ch 01-types-and-components-of-computersCh 01-types-and-components-of-computers
Ch 01-types-and-components-of-computers
mmoussa83
 
Computer basics--computer basics2
Computer basics--computer basics2Computer basics--computer basics2
Computer basics--computer basics2
Zo Sangpy
 
Internal components for the technically iliterate
Internal components for the technically iliterateInternal components for the technically iliterate
Internal components for the technically iliterate
invisiliam
 
fundamentals of computer.pptx
fundamentals of computer.pptxfundamentals of computer.pptx
fundamentals of computer.pptx
JenniferVilla22
 
Ad

More from Pratik Gupta (7)

Chapter 8 system analysis and design
Chapter 8   system analysis and designChapter 8   system analysis and design
Chapter 8 system analysis and design
Pratik Gupta
 
Chapter 6 effects of ict on society
Chapter 6   effects of ict on societyChapter 6   effects of ict on society
Chapter 6 effects of ict on society
Pratik Gupta
 
Chapter 5 ms access-1
Chapter 5   ms access-1Chapter 5   ms access-1
Chapter 5 ms access-1
Pratik Gupta
 
Chapter 4 computer networks
Chapter 4   computer networksChapter 4   computer networks
Chapter 4 computer networks
Pratik Gupta
 
Chapter 3 storage media and devices
Chapter 3   storage media and devicesChapter 3   storage media and devices
Chapter 3 storage media and devices
Pratik Gupta
 
Adc & dac
Adc & dacAdc & dac
Adc & dac
Pratik Gupta
 
Chapter 7 the ways-in_which_is_ict_is_used[1]
Chapter 7   the ways-in_which_is_ict_is_used[1]Chapter 7   the ways-in_which_is_ict_is_used[1]
Chapter 7 the ways-in_which_is_ict_is_used[1]
Pratik Gupta
 
Chapter 8 system analysis and design
Chapter 8   system analysis and designChapter 8   system analysis and design
Chapter 8 system analysis and design
Pratik Gupta
 
Chapter 6 effects of ict on society
Chapter 6   effects of ict on societyChapter 6   effects of ict on society
Chapter 6 effects of ict on society
Pratik Gupta
 
Chapter 5 ms access-1
Chapter 5   ms access-1Chapter 5   ms access-1
Chapter 5 ms access-1
Pratik Gupta
 
Chapter 4 computer networks
Chapter 4   computer networksChapter 4   computer networks
Chapter 4 computer networks
Pratik Gupta
 
Chapter 3 storage media and devices
Chapter 3   storage media and devicesChapter 3   storage media and devices
Chapter 3 storage media and devices
Pratik Gupta
 
Chapter 7 the ways-in_which_is_ict_is_used[1]
Chapter 7   the ways-in_which_is_ict_is_used[1]Chapter 7   the ways-in_which_is_ict_is_used[1]
Chapter 7 the ways-in_which_is_ict_is_used[1]
Pratik Gupta
 

Recently uploaded (20)

HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
BookNet Canada
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
BookNet Canada
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 

C hapter 1 types-and_components_of_computer_system[1][1]

  • 1. TYPES AND COMPONENTS OF COMPUTER SYSTEM IGCSE (0417 – Paper I)
  • 2. WHAT IS HARDWARE?  Hardware is the physical parts of the computer system – the parts that you can touch and see. A Motherboard, a CPU, a Keyboard and a Monitor are all items of Hardware
  • 3. WHAT IS SOFTWARE?  Software is a collection of instructions that can be ‘run’ on a computer. These instructions tell the computer what to do. Software is not a physical thing (but it can of course be stored on a physical medium such as a CD-ROM), it is just a bunch of codes. An operating system such as Windows XP or Mac OS X, applications such as Microsoft Word, and the instructions that control a robot are all examples of software.
  • 4. Hardware / Software Computer hardware is the physical components that make up the computer system. Hardware is useless without software to run on it. Software is instructions that tell computer hardware what to do. Software is useless unless there is hardware to run it on. For a computer system to be useful it has to consist of both hardware and software.
  • 5. MAIN COMPUTER COMPONENTS Central Processing Unit (CPU)  The CPU is the 'brain' of the computer. It is the device that carries out software instructions.  The Pentium processor made by Intel is an example of a CPU. CPU is usually plug into a large socket on the main circuit board (the motherboard) of a computer. They get very hot when they are operating so usually have a large fan attached to their top to keep them cool.
  • 6. MAIN MEMORY  Any data or instructions that are to be processed by the CPU must be placed into main memory (sometimes known as primary storage).  Random Access Memory (RAM)  Random Access Memory (RAM) is the part of the computer that temporarily stores the instructions that the computer is running, and the data it is processing. RAM is a volatile storage device. This means that if the computer’s power is turned off the contents of RAM disappear and are lost. RAM, like the CPU, also plugs in to sockets on the motherboard.
  • 7.  Read-Only Memory (ROM)  Read-Only Memory (ROM) is used in most computers to hold a small, special piece of software: the 'boot up' program. This software runs when the computer is switched on or 'boots up'. The software checks the computer’s hardware and then loads the operating system. ROM is non-volatile storage. This means that the data it contains is never lost, even if the power is switched off.  This 'boot up' software is known as the BIOS (Basic Input Output System)
  • 8.  Peripheral Devices  Technically, a computer need only be made up of a CPU and some RAM. But a computer like this would not be much use to anybody – other devices need to be connected to allow data to be passed in and out of the computer. The general name for these extra devices is ‘peripheral devices’. They are usually categorised into input devices, output devices and storage devices.
  • 9. WHAT ARE INPUT DEVICES?  Devices that pass data into the computer are known as input devices.  A keyboard, a mouse and a webcam are all examples of input devices. They all take information from the outside world (key presses, hand movements, images), convert them into data and then send this data into the computer for processing.
  • 10. WHAT ARE OUTPUT DEVICES?  Devices that take data from the computer are known as output devices.  A monitor, a printer and a loudspeaker are all examples of output devices. They all take information from the computer and convert it into real world things (images, paper hardcopy, sound).
  • 11. STORAGE?  Secondary storage (sometimes called backing storage) is the name for all of the devices (apart from ROM and RAM) that can store data in a computer system.  A hard drive, a CD-ROM, a floppy disc and a USB memory stick are all examples of secondary storage devices. Secondary storage is non-volatile, so data that is stored on these devices remains there safely.
  • 12. WHAT IS AN OPERATING SYSTEM?  An operating system is a special piece of software that manages the general operation of a computer system: It provides a user interface so that we can interact with the computer  It manages applications that are running on the computer, starting them when the user requests, and stopping them when they are no longer needed  It manages files, helping us save our work, organize our files, find files that we have saved and load files  It manages the computers memory, deciding what should be loaded into memory and what should be removed  It looks after computer security, preventing unauthorized access to the system  It manages the computer’s input and output hardware such as printers, etc.
  • 13.  Without an operating system, a computer is of little use. But, just having an operating system running alone on a computer is also not very useful - we need to have application software (such as Word, Excel, etc.) so that we can actually do useful tasks with the computer.  An operating system is a bit like the manager of a factory - the manager’s job is to keep the factory running smoothly, to make sure all the sections of the factory work together, to check that deliveries arrive on time, etc. But, for the factory to actually make anything, other people (the workers) are required - the manager cannot make anything him/herself.
  • 14. USER INTERFACES  The system that people use to interact with a computer (to give it commands, to see the results of those commands, etc.) is known as the user interface. There are two that you need to be aware of: Graphical User Interface (GUI)  Command-Line Interface (CLI)
  • 15. GRAPHICAL USER INTERFACE (GUI)  A GUI is an interface built around visual (graphical) things: Windows are regions of the screen used to display information  Icons are small pictures that are used to represent folders, software, etc.  Menus are lists of options the user can select from  A pointer is an arrow that can be moved around the screen and is used to select things  Windows XP is an example of an operating system with a GUI.
  • 16.  GUIs are quite easy to use due to the visual nature of the interface – the user has lots of visual clues as to what things do. However, to display all of the nice graphics required by a GUI takes a lot of computing power so quite a powerful computer is needed.
  • 17. COMMAND LINE INTERFACE (CLI)  Many years ago when computers were not very powerful they could not display the colourful graphics required for a GUI. The only interface available to most computer uses was the ‘command line’. The user would see nothing but a black screen. They would have to type a command to make anything happen. e.g. To copy a text file called NOTES from a floppy disc to the hard drive the user would have to type: > COPY A:NOTES.TXT C:  The user would have to learn a whole set of strange commands so that they could make use of the computer system. Plus it was not very interesting look at – no visual clues to tell you what to do next. This meant computers used to be quite difficult to use, so this type of interface is only really suitable for expert users.  Command-line interfaces are still used today on many servers.
  • 18. TYPES OF COMPUTER  Computers come in all sorts of shapes and sizes. You are all familiar desktop PCs and laptops, but did you know that computers can be as small as your mobile phone (in fact your phone is a computer!) and as large as a room?!
  • 19. MAINFRAME COMPUTER  A mainframe computer is a large computer, often used by large businesses, in government offices, or by universities. Mainframe computers are typically: Powerful - they can process vast amounts of data, very quickly  Large - they are often kept in special, air-conditioned rooms  Multi-user - they allow several users (sometimes hundreds) to use the computer at the same time, connected via remote terminals (screens and keyboards)
  • 20. PERSONAL COMPUTER (PC)  The early 1980s saw a revolution in computing: The creation of computers that were small enough to fit on a desk, and cheap enough that everyone could have their own, personal computer, instead of having to share access to a mainframe. These computers came to be known as desktop computers, or personal computers (PCs). A typical PC contained the same basic components as a mainframe computer (CPU, RAM, storage, etc.) but at a fraction of the size and cost.
  • 21. LAPTOP COMPUTER  A 'laptop' computer is a light, compact and portable PC. Laptops contain a rechargeable battery so that they can be used even when not plugged in to a mains power supply. They also have a built-in LCD monitor. To make them as portable as possible, most laptops try to avoid any sort of cable or wire. Instead of a mouse, a trackpad is used. Instead of a wired connection to a network or printer, 'wireless' radio connections are used.
  • 22. PALMTOP COMPUTER  A palmtop computer is similar to a laptop computer, but smaller. It's small enough to fit in the palm of your hand (hence the name!) Palmtops are usually not very powerful since fast CPUs require a large battery and get hot - both problems in a small device. A typical palmtop have a very small keyboard - too small to type on normally. Instead the user types using both thumbs. Also there is no room for a trackpad, so a touchscreen or tiny joystick is used instead. Palmtops are extremely portable, but the small keyboard and screen make the devices tiring to use for long periods.
  • 23. PERSONAL DIGITAL ASSISTANT (PDA)  PDA is similar to a palmtop computer, except it is even more compact, and typically has no keyboard, using a touch screen for all data input. Since the screen is so small, many PDAs have a small stylus (plastic stick) that is used to press things on the screen. Most PDAs use some sort of handwriting-recognition system to allow the user to write on the screen, and have their writing converted into text. PDAs tend to be used a 'digital diaries' allowing users to take their e-mail, documents, appointments, etc. with them wherever they go. Note: You never see PDAs any more since modern 'smart' phones can do all of this, and work as a phone too!