SlideShare a Scribd company logo
B Ramakrishna Reddy,
Assistant Prof.,
Avanthi PG College
Hyderabad
Basic organization of
computer
&
Different parts of computer
Computer System
The components of a computer system are:
People
Data
Procedures
Hardware
Software
A system is a collection of elements that works together
to solve a specific problem.
Regardless of size, every computer needs other
components to produce results.
Data
People
Hardware
Procedures Software
Organizationof Computer
1. A motherboard
2. A Central Processing Unit (CPU)
3. A Graphics Processing Unit (GPU), also known as a video card
4. Random Access Memory (RAM), also known as volatile memory
5. Storage: Solid State Drive (SSD) or Hard Disk Drive (HDD)
In terms of construction, each of these main components are attached to the
motherboard and then put into a protective case—resembling the clean, polished
look most of us are accustomed to seeing.
Purposesof theelementsof Computer
Computer elements
(1) Input Unit
Purposes
(1)To receive data and instruction in a form that can be understood
by the computer.
(2)To give out information via a suitable device, i.e., a printer or a
monitor. The output information is obtained from main storage.
(3)To carry out calculations and comparisons based on the
instructions.
(4) To take stored instructions in sequence one at a time
(2) Output Unit
(3)Arithmetic Logic
Unit
(4) Control Unit
(5) Memory Unit (5) To hold data and instructions after input unit until needed. Also
to hold information waiting output.
Different partsof acomputer
There are various parts of a computer. Such as Monitor, Mouse, Keyboard,
CPU, Printer and etc.
Fig: Parts of a computer
1. The motherboard
What it is: All components of a computer communicate through a circuit board called the
motherboard, as was mentioned above.
What it does: Think of the motherboard as the glue that holds everything else together.
(The Raspberry Pi, like the one featured in our summer course for kids, Build and Code
Your Own Take-Home Laptop, is a motherboard.)
The motherboard’s video card and Central Processing Unit are contained in an integrated
(built-in) chipset, shown in the picture below:
The Central Processing Unit (CPU)
What it is: The CPU is often called the "brain" of a computer, thanks to its direct plug
connection to the motherboard, and communication with all of the computer’s other
components.
CPU is considered as the brain of the computer. CPU performs all types of data processing
operations. It stores data, intermediate results, and instructions (program). It controls the
operation of all parts of the computer.
CPU itself has the following three components −
ALU (Arithmetic Logic Unit)
Memory Unit
Control Unit
Output Unit
The output unit consists of devices with the help of which we get the information from the
computer. This unit is a link between the computer and the users. Output devices translate
the computer's output into a form understandable by the users.
Memory or Storage Unit
This unit can store instructions, data, and intermediate results. This unit supplies
information to other units of the computer when needed. It is also known as internal
storage unit or the main memory or the primary storage or Random Access Memory (RAM).
Its size affects speed, power, and capability. Primary memory and secondary memory are
two types of memories in the computer. Functions of the memory unit are −
It stores all the data and the instructions required for processing.
It stores intermediate results of processing.
It stores the final results of processing before these results are released to an output device.
All inputs and outputs are transmitted through the main memory.
Control Unit
This unit controls the operations of all parts of the computer but does not carry out any
actual data processing operations.
Functions of this unit are −
It is responsible for controlling the transfer of data and instructions among other units of a
computer.
It manages and coordinates all the units of the computer.
It obtains the instructions from the memory, interprets them, and directs the operation of
It communicates with Input/Output devices for transfer of data or results from storage.
It does not process or store data.
ALU (Arithmetic Logic Unit)
This unit consists of two subsections namely,
Arithmetic Section
Logic Section
Arithmetic Section
Function of arithmetic section is to perform arithmetic operations like addition, subtraction,
multiplication, and division. All complex operations are done by making repetitive use of the
above operations.
Logic Section
Function of logic section is to perform logic operations such as comparing, selecting,
matching, and merging of data.
Following are some of the important input devices which are used in a computer −
Keyboard
Mouse
Joy Stick
Light pen
Track Ball
Scanner
Graphic Tablet
Microphone
Magnetic Ink Card Reader(MICR)
Optical Character Reader(OCR)
Bar Code Reader
Optical Mark Reader(OMR)
Keyboard
Keyboard is the most common and very popular input device which helps to
input data to the computer. The layout of the keyboard is like that of traditional
typewriter, although there are some additional keys provided for performing
additional functions.
S.No Keys & Description
1
Typing Keys
These keys include the letter keys (A-Z) and digit keys (09) which
generally give the same layout as that of typewriters.
2
Numeric Keypad
It is used to enter the numeric data or cursor movement. Generally, it
consists of a set of 17 keys that are laid out in the same configuration
used by most adding machines and calculators.
3
Function Keys
The twelve function keys are present on the keyboard which are arranged
in a row at the top of the keyboard. Each function key has a unique
meaning and is used for some specific purpose.
4
Control keys
These keys provide cursor and screen control. It includes four directional
arrow keys. Control keys also include Home, End, Insert, Delete, Page Up,
Page Down, Control(Ctrl), Alternate(Alt), Escape(Esc).
5
Special Purpose Keys
Keyboard also contains some special purpose keys such as Enter, Shift,
Caps Lock, Num Lock, Space bar, Tab, and Print Screen.
Mouse
Mouse is the most popular pointing device. It is a very famous cursor-control device
having a small palm size box with a round ball at its base, which senses the
movement of the mouse and sends corresponding signals to the CPU when the
mouse buttons are pressed.
Generally, it has two buttons called the left and the right button and a wheel is
present between the buttons. A mouse can be used to control the position of the
cursor on the screen, but it cannot be used to enter text into the computer.
Advantages
Easy to use
Not very expensive
Moves the cursor faster than the arrow keys of the keyboard.
Joystick
Joystick is also a pointing device, which is used to move the cursor position on a monitor screen.
It is a stick having a spherical ball at its both lower and upper ends.
The lower spherical ball moves in a socket.
The joystick can be moved in all four directions.
Track Ball
Track ball is an input device that is mostly used in notebook or laptop computer, instead of a mouse.
This is a ball which is half inserted and by moving fingers on the ball, the pointer can be moved.
Scanner
Scanner is an input device, which works more like a photocopy machine.
It is used when some information is available on paper and it is to be transferred to the hard disk of
the computer for further manipulation.
Scanner captures images from the source which are then converted into a digital form that can be stored on the disk.
These images can be edited before they are printed.
Bar Code Readers
Bar Code Reader is a device used for reading bar coded data (data in the form of light and dark lines).
Bar coded data is generally used in labelling goods, numbering the books, etc.
It may be a handheld scanner or may be embedded in a stationary scanner.
Magnetic Ink Card Reader (MICR)
MICR input device is generally used in banks as there are large number of cheques to be processed every day.
The bank's code number and cheque number are printed on the cheques with a special type
of ink that contains particles of magnetic material that are machine readable.
Optical Character Reader (OCR)
OCR is an input device used to read a printed text.
OCR scans the text optically, character by character, converts them into a machine readable code,
and stores the text on the system memory.
Microphone
Microphone is an input device to input sound that is then stored in a digital form.
The microphone is used for various applications such as adding sound to a multimedia presentation or for mixing music.
Following are some of the important output devices used in a computer.
Monitors
Graphic Plotter
Printer
Monitors
Monitors, commonly called as Visual Display Unit (VDU), are the main output device of
a computer. It forms images from tiny dots, called pixels that are arranged in a
rectangular form. The sharpness of the image depends upon the number of pixels.
There are two kinds of viewing screen used for monitors.
Cathode-Ray Tube (CRT)
Flat-Panel Display
Cathode-Ray Tube (CRT) Monitor
The CRT display is made up of small picture elements called pixels.
The smaller the pixels, the better the image clarity or resolution.
It takes more than one illuminated pixel to form a whole character, such as the letter ‘e’ in the word help.
A finite number of characters can be displayed on a screen at once.
The screen can be divided into a series of character boxes - fixed location on the screen where a standard character can be placed.
Most screens are capable of displaying 80 characters of data horizontally and 25 lines vertically.
There are some disadvantages of CRT −
•Large in Size
•High power consumption
Flat-Panel Display Monitor
The flat-panel display refers to a class of video devices that have reduced volume, weight and power
requirement in comparison to the CRT. You can hang them on walls or wear them on your wrists.
Current uses of flat-panel displays include calculators, video games, monitors, laptop computer, and graphics displa
Printers
Printer is an output device, which is used to print information on paper.
There are two types of printers −
Impact Printers
Non-Impact Printers
Impact Printers
Impact printers print the characters by striking them on the ribbon, which is then
pressed on the paper.
Characteristics of Impact Printers are the following −
Very low consumable costs
Very noisy
Useful for bulk printing due to low cost
There is physical contact with the paper to produce an image
These printers are of two types −
Character printers
Line printers
Character Printers
Character printers are the printers which print one character at a time.
These are further divided into two types:
Dot Matrix Printer(DMP)
Daisy Wheel
Dot Matrix Printer
In the market, one of the most popular printers is Dot Matrix Printer.
These printers are popular because of their ease of printing and economical price.
Each character printed is in the form of pattern of dots and head consists of a Matrix of Pins of size (5*7, 7*9, 9*7 or 9*9)
which come out to form a character which is why it is called Dot Matrix Printer.
Advantages
•Inexpensive
•Widely Used
•Other language characters can be printed
Disadvantages
•Slow Speed
•Poor Quality
Inkjet Printers
Inkjet printers are non-impact character printers based on a relatively new technology.
They print characters by spraying small drops of ink onto paper. Inkjet printers produce high quality output with presentable features.
They make less noise because no hammering is done and these have many styles of printing modes available.
Color printing is also possible. Some models of Inkjet printers can produce multiple copies of printing also.
Advantages
•High quality printing
•More reliable
Disadvantages
•Expensive as the cost per page is high
•Slow as compared to laser printer

More Related Content

PDF
Basic concepts of computer & net work (1.25 mb)
IMRAN KHAN
 
PPTX
COMPUTER SYSTEM AND ITS COMPONENTS
SHIVALI NEGI
 
PPTX
Fundamental units of computer
Sandeep Menon
 
PPTX
Components of digital computer
prashant prath
 
PPTX
Building Block Diagram of Computer | Process of CPU | Input unit | Processing...
Uttar Tamang ✔
 
PPTX
Computer & it's components
luckygamer
 
PPTX
Typical Computer Components
CharlotteMay97
 
PPTX
Pranavi verma-fundamental unit of computer
PranaviVerma
 
Basic concepts of computer & net work (1.25 mb)
IMRAN KHAN
 
COMPUTER SYSTEM AND ITS COMPONENTS
SHIVALI NEGI
 
Fundamental units of computer
Sandeep Menon
 
Components of digital computer
prashant prath
 
Building Block Diagram of Computer | Process of CPU | Input unit | Processing...
Uttar Tamang ✔
 
Computer & it's components
luckygamer
 
Typical Computer Components
CharlotteMay97
 
Pranavi verma-fundamental unit of computer
PranaviVerma
 

What's hot (19)

PPTX
Computer components
Ava Meek
 
PDF
Introduction of Computers & C++ Programming
Mujeeb UR Rahman
 
PPT
Bis Chapter3
Chun Hoi Lam
 
PPTX
Overview of computer
masniza3703
 
PDF
(Da a-1)jinnat naher hira,1834902148
Hira Moni
 
PPT
Computer Hardware Servicing
Rhenan Belisario
 
PPTX
Computer and it's parts
Ashokkumar Rai
 
PPT
Parts Of The Computer
Aaron Abraham
 
PDF
Computer capsule sbi_clerk
panduranga11
 
PPT
Organization of a computer
United International University
 
DOC
Computer handout
Martin Isreal
 
DOCX
Keyboard
Microbiology
 
PPTX
Computer components
hony-1
 
PPT
System concept and hardware
fiza1975
 
PPT
INTRODUCTION TO COMPUTERS
Surenthiran Sethu
 
PPTX
Basic computer
lamyamutassim
 
PPTX
Input output display devices
Ankita Sharma
 
PPTX
Hardware
Asif Mohammad ALFAYED
 
PDF
Chapter 2 Hardware and Software
Anjan Mahanta
 
Computer components
Ava Meek
 
Introduction of Computers & C++ Programming
Mujeeb UR Rahman
 
Bis Chapter3
Chun Hoi Lam
 
Overview of computer
masniza3703
 
(Da a-1)jinnat naher hira,1834902148
Hira Moni
 
Computer Hardware Servicing
Rhenan Belisario
 
Computer and it's parts
Ashokkumar Rai
 
Parts Of The Computer
Aaron Abraham
 
Computer capsule sbi_clerk
panduranga11
 
Organization of a computer
United International University
 
Computer handout
Martin Isreal
 
Keyboard
Microbiology
 
Computer components
hony-1
 
System concept and hardware
fiza1975
 
INTRODUCTION TO COMPUTERS
Surenthiran Sethu
 
Basic computer
lamyamutassim
 
Input output display devices
Ankita Sharma
 
Chapter 2 Hardware and Software
Anjan Mahanta
 
Ad

Similar to Organizationofacomputer and components (20)

DOCX
IBSC computer notes.docx number systems
syamnaveentejamajeti
 
PPTX
Chapter 4 Unit1Computer system organization.pptx
rajshakirtms
 
PDF
Components of Computer MCQ Objective Question
SONU HEETSON
 
PPTX
Lec 2 computer basics
Priyanka Dohare
 
PPTX
UNIT1IT SKILLS.pptx
samreen82
 
PPT
Presentation(Input,output,stoarage)
Maribel subteniente
 
PPT
Computer, introduction, features, anatomy,
kiranmohan42
 
PPTX
Week-2_CSS9.pptx
EdelmarBenosa3
 
DOCX
Input and Output Content of the computer .docx
Matoke Nahason
 
PPSX
Basic components of computer.ppsx
mymail24
 
PPS
Power Point Lesson 02
Nasir Jumani
 
PPT
Computer_Parts.ppt
kellashrimp
 
PPTX
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
PDF
Cs input and output devices
Sweta Kumari Barnwal
 
PPT
Intro_to_Computers_Parts.ppt
SylvesterNdegese1
 
PPTX
Components of digital computer
Vanitha Kumari
 
PDF
Unit2
13023901-016
 
PPTX
Computer Architecture in Organisation - COMP 3114 - LECTURE NOTES - 2023-2024...
SaffaIbrahim1
 
PPTX
ITC COURSE-INPUT OUTPUT & Storage Devices.pptx
sidrah29
 
PPTX
CS14106-UNIT 2.pptx
mdgauharfahad
 
IBSC computer notes.docx number systems
syamnaveentejamajeti
 
Chapter 4 Unit1Computer system organization.pptx
rajshakirtms
 
Components of Computer MCQ Objective Question
SONU HEETSON
 
Lec 2 computer basics
Priyanka Dohare
 
UNIT1IT SKILLS.pptx
samreen82
 
Presentation(Input,output,stoarage)
Maribel subteniente
 
Computer, introduction, features, anatomy,
kiranmohan42
 
Week-2_CSS9.pptx
EdelmarBenosa3
 
Input and Output Content of the computer .docx
Matoke Nahason
 
Basic components of computer.ppsx
mymail24
 
Power Point Lesson 02
Nasir Jumani
 
Computer_Parts.ppt
kellashrimp
 
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
Cs input and output devices
Sweta Kumari Barnwal
 
Intro_to_Computers_Parts.ppt
SylvesterNdegese1
 
Components of digital computer
Vanitha Kumari
 
Computer Architecture in Organisation - COMP 3114 - LECTURE NOTES - 2023-2024...
SaffaIbrahim1
 
ITC COURSE-INPUT OUTPUT & Storage Devices.pptx
sidrah29
 
CS14106-UNIT 2.pptx
mdgauharfahad
 
Ad

More from Ramakrishna Reddy Bijjam (20)

PPTX
Pyhton with Mysql to perform CRUD operations.pptx
Ramakrishna Reddy Bijjam
 
PPTX
Regular expressions,function and glob module.pptx
Ramakrishna Reddy Bijjam
 
PPTX
Natural Language processing using nltk.pptx
Ramakrishna Reddy Bijjam
 
PPTX
Parsing HTML read and write operations and OS Module.pptx
Ramakrishna Reddy Bijjam
 
PPTX
JSON, XML and Data Science introduction.pptx
Ramakrishna Reddy Bijjam
 
PPTX
What is FIle and explanation of text files.pptx
Ramakrishna Reddy Bijjam
 
PPTX
BINARY files CSV files JSON files with example.pptx
Ramakrishna Reddy Bijjam
 
DOCX
VBS control structures for if do whilw.docx
Ramakrishna Reddy Bijjam
 
DOCX
Builtinfunctions in vbscript and its types.docx
Ramakrishna Reddy Bijjam
 
DOCX
VBScript Functions procedures and arrays.docx
Ramakrishna Reddy Bijjam
 
DOCX
VBScript datatypes and control structures.docx
Ramakrishna Reddy Bijjam
 
PPTX
Numbers and global functions conversions .pptx
Ramakrishna Reddy Bijjam
 
DOCX
Structured Graphics in dhtml and active controls.docx
Ramakrishna Reddy Bijjam
 
DOCX
Filters and its types as wave shadow.docx
Ramakrishna Reddy Bijjam
 
PPTX
JavaScript Arrays and its types .pptx
Ramakrishna Reddy Bijjam
 
PPTX
JS Control Statements and Functions.pptx
Ramakrishna Reddy Bijjam
 
PPTX
Code conversions binary to Gray vice versa.pptx
Ramakrishna Reddy Bijjam
 
PDF
FIXED and FLOATING-POINT-REPRESENTATION.pdf
Ramakrishna Reddy Bijjam
 
PPTX
Handling Missing Data for Data Analysis.pptx
Ramakrishna Reddy Bijjam
 
PPTX
Data Frame Data structure in Python pandas.pptx
Ramakrishna Reddy Bijjam
 
Pyhton with Mysql to perform CRUD operations.pptx
Ramakrishna Reddy Bijjam
 
Regular expressions,function and glob module.pptx
Ramakrishna Reddy Bijjam
 
Natural Language processing using nltk.pptx
Ramakrishna Reddy Bijjam
 
Parsing HTML read and write operations and OS Module.pptx
Ramakrishna Reddy Bijjam
 
JSON, XML and Data Science introduction.pptx
Ramakrishna Reddy Bijjam
 
What is FIle and explanation of text files.pptx
Ramakrishna Reddy Bijjam
 
BINARY files CSV files JSON files with example.pptx
Ramakrishna Reddy Bijjam
 
VBS control structures for if do whilw.docx
Ramakrishna Reddy Bijjam
 
Builtinfunctions in vbscript and its types.docx
Ramakrishna Reddy Bijjam
 
VBScript Functions procedures and arrays.docx
Ramakrishna Reddy Bijjam
 
VBScript datatypes and control structures.docx
Ramakrishna Reddy Bijjam
 
Numbers and global functions conversions .pptx
Ramakrishna Reddy Bijjam
 
Structured Graphics in dhtml and active controls.docx
Ramakrishna Reddy Bijjam
 
Filters and its types as wave shadow.docx
Ramakrishna Reddy Bijjam
 
JavaScript Arrays and its types .pptx
Ramakrishna Reddy Bijjam
 
JS Control Statements and Functions.pptx
Ramakrishna Reddy Bijjam
 
Code conversions binary to Gray vice versa.pptx
Ramakrishna Reddy Bijjam
 
FIXED and FLOATING-POINT-REPRESENTATION.pdf
Ramakrishna Reddy Bijjam
 
Handling Missing Data for Data Analysis.pptx
Ramakrishna Reddy Bijjam
 
Data Frame Data structure in Python pandas.pptx
Ramakrishna Reddy Bijjam
 

Recently uploaded (20)

PPTX
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
PPTX
Continental Accounting in Odoo 18 - Odoo Slides
Celine George
 
DOCX
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
PDF
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PDF
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
PPTX
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
PPTX
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
PPTX
Basics and rules of probability with real-life uses
ravatkaran694
 
PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
PPTX
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 
PPTX
How to Apply for a Job From Odoo 18 Website
Celine George
 
PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
PPTX
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
PDF
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
PDF
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
PPTX
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Nguyen Thanh Tu Collection
 
Continental Accounting in Odoo 18 - Odoo Slides
Celine George
 
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
Basics and rules of probability with real-life uses
ravatkaran694
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 
How to Apply for a Job From Odoo 18 Website
Celine George
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 

Organizationofacomputer and components

  • 1. B Ramakrishna Reddy, Assistant Prof., Avanthi PG College Hyderabad
  • 3. Computer System The components of a computer system are: People Data Procedures Hardware Software A system is a collection of elements that works together to solve a specific problem. Regardless of size, every computer needs other components to produce results. Data People Hardware Procedures Software
  • 5. 1. A motherboard 2. A Central Processing Unit (CPU) 3. A Graphics Processing Unit (GPU), also known as a video card 4. Random Access Memory (RAM), also known as volatile memory 5. Storage: Solid State Drive (SSD) or Hard Disk Drive (HDD) In terms of construction, each of these main components are attached to the motherboard and then put into a protective case—resembling the clean, polished look most of us are accustomed to seeing.
  • 6. Purposesof theelementsof Computer Computer elements (1) Input Unit Purposes (1)To receive data and instruction in a form that can be understood by the computer. (2)To give out information via a suitable device, i.e., a printer or a monitor. The output information is obtained from main storage. (3)To carry out calculations and comparisons based on the instructions. (4) To take stored instructions in sequence one at a time (2) Output Unit (3)Arithmetic Logic Unit (4) Control Unit (5) Memory Unit (5) To hold data and instructions after input unit until needed. Also to hold information waiting output.
  • 7. Different partsof acomputer There are various parts of a computer. Such as Monitor, Mouse, Keyboard, CPU, Printer and etc. Fig: Parts of a computer
  • 8. 1. The motherboard What it is: All components of a computer communicate through a circuit board called the motherboard, as was mentioned above. What it does: Think of the motherboard as the glue that holds everything else together. (The Raspberry Pi, like the one featured in our summer course for kids, Build and Code Your Own Take-Home Laptop, is a motherboard.) The motherboard’s video card and Central Processing Unit are contained in an integrated (built-in) chipset, shown in the picture below:
  • 9. The Central Processing Unit (CPU) What it is: The CPU is often called the "brain" of a computer, thanks to its direct plug connection to the motherboard, and communication with all of the computer’s other components.
  • 10. CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results, and instructions (program). It controls the operation of all parts of the computer. CPU itself has the following three components − ALU (Arithmetic Logic Unit) Memory Unit Control Unit Output Unit The output unit consists of devices with the help of which we get the information from the computer. This unit is a link between the computer and the users. Output devices translate the computer's output into a form understandable by the users.
  • 11. Memory or Storage Unit This unit can store instructions, data, and intermediate results. This unit supplies information to other units of the computer when needed. It is also known as internal storage unit or the main memory or the primary storage or Random Access Memory (RAM). Its size affects speed, power, and capability. Primary memory and secondary memory are two types of memories in the computer. Functions of the memory unit are − It stores all the data and the instructions required for processing. It stores intermediate results of processing. It stores the final results of processing before these results are released to an output device. All inputs and outputs are transmitted through the main memory. Control Unit This unit controls the operations of all parts of the computer but does not carry out any actual data processing operations. Functions of this unit are − It is responsible for controlling the transfer of data and instructions among other units of a computer. It manages and coordinates all the units of the computer. It obtains the instructions from the memory, interprets them, and directs the operation of
  • 12. It communicates with Input/Output devices for transfer of data or results from storage. It does not process or store data. ALU (Arithmetic Logic Unit) This unit consists of two subsections namely, Arithmetic Section Logic Section Arithmetic Section Function of arithmetic section is to perform arithmetic operations like addition, subtraction, multiplication, and division. All complex operations are done by making repetitive use of the above operations. Logic Section Function of logic section is to perform logic operations such as comparing, selecting, matching, and merging of data.
  • 13. Following are some of the important input devices which are used in a computer − Keyboard Mouse Joy Stick Light pen Track Ball Scanner Graphic Tablet Microphone Magnetic Ink Card Reader(MICR) Optical Character Reader(OCR) Bar Code Reader Optical Mark Reader(OMR)
  • 14. Keyboard Keyboard is the most common and very popular input device which helps to input data to the computer. The layout of the keyboard is like that of traditional typewriter, although there are some additional keys provided for performing additional functions.
  • 15. S.No Keys & Description 1 Typing Keys These keys include the letter keys (A-Z) and digit keys (09) which generally give the same layout as that of typewriters. 2 Numeric Keypad It is used to enter the numeric data or cursor movement. Generally, it consists of a set of 17 keys that are laid out in the same configuration used by most adding machines and calculators. 3 Function Keys The twelve function keys are present on the keyboard which are arranged in a row at the top of the keyboard. Each function key has a unique meaning and is used for some specific purpose. 4 Control keys These keys provide cursor and screen control. It includes four directional arrow keys. Control keys also include Home, End, Insert, Delete, Page Up, Page Down, Control(Ctrl), Alternate(Alt), Escape(Esc). 5 Special Purpose Keys Keyboard also contains some special purpose keys such as Enter, Shift, Caps Lock, Num Lock, Space bar, Tab, and Print Screen.
  • 16. Mouse Mouse is the most popular pointing device. It is a very famous cursor-control device having a small palm size box with a round ball at its base, which senses the movement of the mouse and sends corresponding signals to the CPU when the mouse buttons are pressed. Generally, it has two buttons called the left and the right button and a wheel is present between the buttons. A mouse can be used to control the position of the cursor on the screen, but it cannot be used to enter text into the computer. Advantages Easy to use Not very expensive Moves the cursor faster than the arrow keys of the keyboard.
  • 17. Joystick Joystick is also a pointing device, which is used to move the cursor position on a monitor screen. It is a stick having a spherical ball at its both lower and upper ends. The lower spherical ball moves in a socket. The joystick can be moved in all four directions.
  • 18. Track Ball Track ball is an input device that is mostly used in notebook or laptop computer, instead of a mouse. This is a ball which is half inserted and by moving fingers on the ball, the pointer can be moved.
  • 19. Scanner Scanner is an input device, which works more like a photocopy machine. It is used when some information is available on paper and it is to be transferred to the hard disk of the computer for further manipulation. Scanner captures images from the source which are then converted into a digital form that can be stored on the disk. These images can be edited before they are printed.
  • 20. Bar Code Readers Bar Code Reader is a device used for reading bar coded data (data in the form of light and dark lines). Bar coded data is generally used in labelling goods, numbering the books, etc. It may be a handheld scanner or may be embedded in a stationary scanner.
  • 21. Magnetic Ink Card Reader (MICR) MICR input device is generally used in banks as there are large number of cheques to be processed every day. The bank's code number and cheque number are printed on the cheques with a special type of ink that contains particles of magnetic material that are machine readable.
  • 22. Optical Character Reader (OCR) OCR is an input device used to read a printed text. OCR scans the text optically, character by character, converts them into a machine readable code, and stores the text on the system memory.
  • 23. Microphone Microphone is an input device to input sound that is then stored in a digital form. The microphone is used for various applications such as adding sound to a multimedia presentation or for mixing music.
  • 24. Following are some of the important output devices used in a computer. Monitors Graphic Plotter Printer
  • 25. Monitors Monitors, commonly called as Visual Display Unit (VDU), are the main output device of a computer. It forms images from tiny dots, called pixels that are arranged in a rectangular form. The sharpness of the image depends upon the number of pixels. There are two kinds of viewing screen used for monitors. Cathode-Ray Tube (CRT) Flat-Panel Display
  • 26. Cathode-Ray Tube (CRT) Monitor The CRT display is made up of small picture elements called pixels. The smaller the pixels, the better the image clarity or resolution. It takes more than one illuminated pixel to form a whole character, such as the letter ‘e’ in the word help. A finite number of characters can be displayed on a screen at once. The screen can be divided into a series of character boxes - fixed location on the screen where a standard character can be placed. Most screens are capable of displaying 80 characters of data horizontally and 25 lines vertically. There are some disadvantages of CRT − •Large in Size •High power consumption
  • 27. Flat-Panel Display Monitor The flat-panel display refers to a class of video devices that have reduced volume, weight and power requirement in comparison to the CRT. You can hang them on walls or wear them on your wrists. Current uses of flat-panel displays include calculators, video games, monitors, laptop computer, and graphics displa
  • 28. Printers Printer is an output device, which is used to print information on paper. There are two types of printers − Impact Printers Non-Impact Printers Impact Printers Impact printers print the characters by striking them on the ribbon, which is then pressed on the paper. Characteristics of Impact Printers are the following − Very low consumable costs Very noisy Useful for bulk printing due to low cost There is physical contact with the paper to produce an image These printers are of two types − Character printers Line printers
  • 29. Character Printers Character printers are the printers which print one character at a time. These are further divided into two types: Dot Matrix Printer(DMP) Daisy Wheel
  • 30. Dot Matrix Printer In the market, one of the most popular printers is Dot Matrix Printer. These printers are popular because of their ease of printing and economical price. Each character printed is in the form of pattern of dots and head consists of a Matrix of Pins of size (5*7, 7*9, 9*7 or 9*9) which come out to form a character which is why it is called Dot Matrix Printer. Advantages •Inexpensive •Widely Used •Other language characters can be printed Disadvantages •Slow Speed •Poor Quality
  • 31. Inkjet Printers Inkjet printers are non-impact character printers based on a relatively new technology. They print characters by spraying small drops of ink onto paper. Inkjet printers produce high quality output with presentable features. They make less noise because no hammering is done and these have many styles of printing modes available. Color printing is also possible. Some models of Inkjet printers can produce multiple copies of printing also. Advantages •High quality printing •More reliable Disadvantages •Expensive as the cost per page is high •Slow as compared to laser printer