SlideShare a Scribd company logo
1 of 54
Computer Basics
By Ravindra Reddy
Computer - Types
https://www.seoskills.in
1. Personal Computer
https://www.seoskills.in
Overview About PC (Personal Computer)
• A PC can be defined as a small, relatively inexpensive computer designed for an
individual user
• PCs are based on the microprocessor technology that enables manufacturers to put
an entire CPU on one chip
• Businesses use personal computers for word processing, accounting, desktop
publishing, and for running spreadsheet and database management applications.
• At home, the most popular use for personal computers is playing games and surfing
the Internet
https://www.seoskills.in
Workstation
https://www.seoskills.in
Workstation
1. Workstation is a computer used for engineering applications (CAD/CAM), desktop publishing, software
development, and other such types of applications which require a moderate amount of computing power
and relatively high quality graphics capabilities.
2. Workstations generally come with a large, high-resolution graphics screen, large amount of RAM, inbuilt
network support, and a graphical user interface.
3. Common operating systems for workstations are UNIX and Windows NT.
4. Most workstations also have mass storage device such as a disk drive, but a special type of workstation,
called diskless workstation, comes without a disk drive.
https://www.seoskills.in
Minicomputer
It is a midsize multi-processing system capable of supporting up to 250 users
simultaneously.
https://www.seoskills.in
Mainframe
https://www.seoskills.in
Mainframe
• Mainframe is very large in size and is an expensive computer capable of supporting
hundreds or even thousands of users simultaneously.
• Mainframe executes many programs concurrently and supports many simultaneous
execution of programs
https://www.seoskills.in
Supercomputer
https://www.seoskills.in
Supercomputer
1. Supercomputers are one of the fastest computers currently available.
2. Supercomputers are very expensive and are employed for specialized applications that require immense
amount of mathematical calculations (number crunching).
For example:
weather forecasting, scientific simulations, (animated) graphics, fluid dynamic calculations, nuclear energy
research, electronic design, and analysis of geological data (e.g. in petrochemical prospecting).
https://www.seoskills.in
Computer - Components
All types of computers follow the same basic logical structure and perform the following five basic operations for
converting raw input data into information useful to their users.
https://www.seoskills.in
Computer - Components
All types of computers follow the same basic logical structure and perform the following five basic operations for
converting raw input data into information useful to their users.
https://www.seoskills.in
Computer - Components
https://www.seoskills.in
Computer - Components
https://www.seoskills.in
• 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
1. ALU (Arithmetic Logic Unit)
2. Memory Unit
3. Control Unit
CPU (Central Processing Unit)
https://www.seoskills.in
Central Processing Unit (CPU) consists of the following features −
• 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.
Computer - CPU(Central Processing Unit)
https://www.seoskills.in
CPU itself has following three components.
• Memory or Storage Unit
• Control Unit
• ALU(Arithmetic Logic Unit)
Computer - CPU(Central Processing Unit)
https://www.seoskills.in
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.
https://www.seoskills.in
Memory or Storage Unit
• 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.
https://www.seoskills.in
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 the
computer.
• It communicates with Input/Output devices for transfer of data or results from storage.
• It does not process or store data.
https://www.seoskills.in
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.
https://www.seoskills.in
ALU (Arithmetic Logic Unit)
Logic Section
Function of logic section is to perform logic operations such ascomparing, selecting, matching, and merging of data.
https://www.seoskills.in
Input refers to any information, or data, that is sent to a computer for processing.
Input is often sent to the computer
Input Unit
https://www.seoskills.in
Computer - Input Devices
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)
https://www.seoskills.in
Computer - Input Devices
https://www.seoskills.in
• 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.
Output Unit
https://www.seoskills.in
Following are some of the important output devices used in a computer
• Monitors
• Graphic Plotter
• Printer
• Web cam
• Speakers
• Headphone
• 3d printer
Computer - Output Devices
https://www.seoskills.in
Computer - Output Devices
https://www.seoskills.in
Computer - Memory
• A memory is just like a human brain.
• It is used to store data and instructions.
• Computer memory is the storage space in the computer, where data is to be processed and
instructions required for processing are stored.
• The memory is divided into large number of small parts called cells.
• Each location or cell has a unique address, which varies from zero to memory size minus one.
https://www.seoskills.in
Memory is primarily of three types −
• Cache Memory
• Primary Memory/Main Memory
• Secondary Memory
Computer - Memory
https://www.seoskills.in
Cache Memory
• Cache memory is a very high speed semiconductor memory which can speed up the CPU.
• It acts as a buffer between the CPU and the main memory.
• It is used to hold those parts of data and program which are most frequently used by the CPU.
• The parts of data and programs are transferred from the disk to cache memory by the operating
system, from where the CPU can access them.
https://www.seoskills.in
Cache Memory
Advantages
• The advantages of cache memory are as follows −
• Cache memory is faster than main memory.
• It consumes less access time as compared to main memory.
• It stores the program that can be executed within a short period of time.
• It stores data for temporary use.
Disadvantages
• The disadvantages of cache memory are as follows −
• Cache memory has limited capacity.
• It is very expensive.
https://www.seoskills.in
• Primary memory holds only those data and instructions on which the computer is currently working.
• It has a limited capacity and data is lost when power is switched off.
• It is generally made up of semiconductor device.
• These memories are not as fast as registers.
• The data and instruction required to be processed resides in the main memory.
• It is divided into two subcategories RAM and ROM.
Primary Memory (Main Memory)
https://www.seoskills.in
Primary Memory (Main Memory)
Characteristics of Main Memory
• These are semiconductor memories.
• It is known as the main memory.
• Usually volatile memory.
• Data is lost in case power is switched off.
• It is the working memory of the computer.
• Faster than secondary memories.
• A computer cannot run without the primary memory.
https://www.seoskills.in
This type of memory is also known as external memory or non-volatile. It is slower than the main memory.
These are used for storing data/information permanently. CPU directly does not access these memories,
instead they are accessed via input-output routines. The contents of secondary memories are first
transferred to the main memory, and then the CPU can access it. For example, disk, CD-ROM, DVD, etc.
Secondary Memory
https://www.seoskills.in
Characteristics of Secondary Memory
• These are magnetic and optical memories.
• It is known as the backup memory.
• It is a non-volatile memory.
• Data is permanently stored even if power is switched off.
• It is used for storage of data in a computer.
• Computer may run without the secondary memory.
• Slower than primary memories.
Secondary Memory
https://www.seoskills.in
RAM - Random Access Memory
• RAM (Random Access Memory) is the internal memory of the CPU for storing data, program, and
program result.
• It is a read/write memory which stores data until the machine is working.
• As soon as the machine is switched off, data is erased.
https://www.seoskills.in
RAM is of two types −
• Static RAM (SRAM)
• Dynamic RAM (DRAM)
RAM - Random Access Memory
Static RAM (SRAM)
The word static indicates that the memory retains its contents as long as power is being
supplied. However, data is lost when the power gets down due to volatile nature. SRAM chips
use a matrix of 6-transistors and no capacitors. Transistors do not require power to prevent
leakage, so SRAM need not be refreshed on a regular basis.
https://www.seoskills.in
RAM - Random Access Memory
Characteristic of Static RAM
• Long life
• No need to refresh
• Faster
• Used as cache memory
• Large size
• Expensive
• High power consumption
https://www.seoskills.in
RAM - Random Access Memory
Dynamic RAM (DRAM)
DRAM, unlike SRAM, must be continually refreshed in order to maintain the data. This is done by
placing the memory on a refresh circuit that rewrites the data several hundred times per second.
DRAM is used for most system memory as it is cheap and small. All DRAMs are made up of memory
cells, which are composed of one capacitor and one transistor.
https://www.seoskills.in
DRAM
https://www.seoskills.in
RAM - Random Access Memory
Characteristics of Dynamic RAM
• Short data lifetime
• Needs to be refreshed continuously
• Slower as compared to SRAM
• Used as RAM
• Smaller in size
• Less expensive
• Less power consumption
https://www.seoskills.in
Computer - Read Only Memory
• ROM stands for Read Only Memory.
• The memory from which we can only read but cannot write on it. This type of memory is non-volatile.
• The information is stored permanently in such memories during manufacture.
• A ROM stores such instructions that are required to start a computer.
• This operation is referred to as bootstrap. ROM chips are not only used in the computer but also in other
electronic items like washing machine and microwave oven.
https://www.seoskills.in
Computer - Read Only Memory
There are five basic ROM types:
ROM - Read Only Memory.
PROM - Programmable Read Only Memory.
EPROM - Erasable Programmable Read Only Memory.
EEPROM - Electrically Erasable Programmable Read Only Memory.
Flash EEPROM memory.
https://www.seoskills.in
Computer - Read Only Memory
Advantages of ROM
• The advantages of ROM are as follows −
• Non-volatile in nature
• Cannot be accidentally changed
• Cheaper than RAMs
• Easy to test
• More reliable than RAMs
• Static and do not require refreshing
• Contents are always known and can be verified
https://www.seoskills.in
Computer - Motherboard
The motherboard serves as a single platform to connect all of the parts of a computer together. It connects the CPU,
memory, hard drives, optical drives, video card, sound card, and other ports and expansion cards directly or via
cables. It can be considered as the backbone of a computer.
https://www.seoskills.in
Computer - Motherboard
Features of Motherboard
A motherboard comes with following features
• Motherboard varies greatly in supporting various types of components.
• Motherboard supports a single type of CPU and few types of memories.
• Video cards, hard disks, sound cards have to be compatible with the motherboard to function properly.
• Motherboards, cases, and power supplies must be compatible to work properly together.
https://www.seoskills.in
Computer - Memory Units
Memory unit is the amount of data that can be stored in the storage unit. This storage capacity is
expressed in terms of Bytes.
the main memory storage units-
Bit (Binary Digit)
A binary digit is logical 0 and 1 representing a passive or an active state of a component in an electric circuit.
Nibble
A group of 4 bits is called nibble.
Byte
A group of 8 bits is called byte. A byte is the smallest unit, which can represent a data item or a character.
https://www.seoskills.in
Computer - Memory Units
Word
• A computer word, like a byte, is a group of fixed number of bits processed as a unit, which varies from computer
to computer but is fixed for each computer.
• The length of a computer word is called word-size or word length. It may be as small as 8 bits or may be as long as
96 bits. A computer stores the information in the form of computer words.
https://www.seoskills.in
The following table lists some higher storage units −
Computer - Memory Units
S.No. Unit & Description
1
Kilobyte (KB)
1 KB = 1024 Bytes
2
Megabyte (MB)
1 MB = 1024 KB
3
GigaByte (GB)
1 GB = 1024 MB
4
TeraByte (TB)
1 TB = 1024 GB
5
PetaByte (PB)
1 PB = 1024 TB
https://www.seoskills.in
Computer - Hardware
Hardware represents the physical and tangible components of a computer, i.e. the
components that can be seen and touched.
Examples of Hardware are the following −
Input devices − keyboard, mouse, etc.
Output devices − printer, monitor, etc.
Secondary storage devices − Hard disk, CD, DVD, etc.
Internal components − CPU, motherboard, RAM, etc.
https://www.seoskills.in
Computer - Hardware
https://www.seoskills.in
Computer - Hardware
https://www.seoskills.in

More Related Content

What's hot

Unit v: Device Management
Unit v: Device ManagementUnit v: Device Management
Unit v: Device ManagementArnav Chowdhury
 
1 fundamentals of computer
1 fundamentals of computer1 fundamentals of computer
1 fundamentals of computerBaliThorat1
 
Cpu introduction to computer
Cpu introduction to computerCpu introduction to computer
Cpu introduction to computerBRS ENGINEERING
 
Computer components
Computer componentsComputer components
Computer componentsAdnan Malak
 
Computer Operating system
Computer Operating systemComputer Operating system
Computer Operating systemYogeshSorot
 
8 operating system concept
8 operating system concept8 operating system concept
8 operating system conceptBaliThorat1
 
1 fundamentals of computer system
1 fundamentals of computer system1 fundamentals of computer system
1 fundamentals of computer systemBaliThorat1
 
Weeks [01 02] 20100921
Weeks [01 02] 20100921Weeks [01 02] 20100921
Weeks [01 02] 20100921Mohamed Kamel
 
Introduction to Information Technology ch 01_b
Introduction to Information Technology ch 01_bIntroduction to Information Technology ch 01_b
Introduction to Information Technology ch 01_bShahi Raz Akhtar
 
How computer system works
How computer system worksHow computer system works
How computer system worksJM Ramos
 
Co module 1 2019 20-converted
Co module 1 2019 20-convertedCo module 1 2019 20-converted
Co module 1 2019 20-convertedramamani keshava
 
Chapter 1 computers
Chapter 1 computers Chapter 1 computers
Chapter 1 computers home
 
Operating System / System Operasi
Operating System / System Operasi                   Operating System / System Operasi
Operating System / System Operasi seolangit4
 
2 windows operating system
2 windows operating system2 windows operating system
2 windows operating systemBaliThorat1
 
Introduction to Computers Lecture # 8
Introduction to Computers Lecture # 8Introduction to Computers Lecture # 8
Introduction to Computers Lecture # 8Sehrish Rafiq
 

What's hot (20)

Unit v: Device Management
Unit v: Device ManagementUnit v: Device Management
Unit v: Device Management
 
Io (2)
Io (2)Io (2)
Io (2)
 
Chapter11 new
Chapter11 newChapter11 new
Chapter11 new
 
1 fundamentals of computer
1 fundamentals of computer1 fundamentals of computer
1 fundamentals of computer
 
Cpu introduction to computer
Cpu introduction to computerCpu introduction to computer
Cpu introduction to computer
 
Computer components
Computer componentsComputer components
Computer components
 
7 processor
7 processor7 processor
7 processor
 
Computer Operating system
Computer Operating systemComputer Operating system
Computer Operating system
 
8 operating system concept
8 operating system concept8 operating system concept
8 operating system concept
 
1 fundamentals of computer system
1 fundamentals of computer system1 fundamentals of computer system
1 fundamentals of computer system
 
Unit 1
Unit 1Unit 1
Unit 1
 
Weeks [01 02] 20100921
Weeks [01 02] 20100921Weeks [01 02] 20100921
Weeks [01 02] 20100921
 
Block structure
Block structureBlock structure
Block structure
 
Introduction to Information Technology ch 01_b
Introduction to Information Technology ch 01_bIntroduction to Information Technology ch 01_b
Introduction to Information Technology ch 01_b
 
How computer system works
How computer system worksHow computer system works
How computer system works
 
Co module 1 2019 20-converted
Co module 1 2019 20-convertedCo module 1 2019 20-converted
Co module 1 2019 20-converted
 
Chapter 1 computers
Chapter 1 computers Chapter 1 computers
Chapter 1 computers
 
Operating System / System Operasi
Operating System / System Operasi                   Operating System / System Operasi
Operating System / System Operasi
 
2 windows operating system
2 windows operating system2 windows operating system
2 windows operating system
 
Introduction to Computers Lecture # 8
Introduction to Computers Lecture # 8Introduction to Computers Lecture # 8
Introduction to Computers Lecture # 8
 

Similar to Computer fundamentals day02

Computer architecture pptx
Computer architecture pptxComputer architecture pptx
Computer architecture pptxMDSHABBIR12
 
BAIT1003 Chapter 2
BAIT1003 Chapter 2BAIT1003 Chapter 2
BAIT1003 Chapter 2limsh
 
pre phd class 1.pptx
pre phd class 1.pptxpre phd class 1.pptx
pre phd class 1.pptxRbiGradeB
 
Fundamentals of computer Part 1
Fundamentals of computer Part 1Fundamentals of computer Part 1
Fundamentals of computer Part 1SURBHI SAROHA
 
Computer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer OrganisationComputer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer Organisationluckyanirudhsai
 
3 MODULE 2.2 -COMPUTER MEMORY.ppt
3 MODULE 2.2  -COMPUTER MEMORY.ppt3 MODULE 2.2  -COMPUTER MEMORY.ppt
3 MODULE 2.2 -COMPUTER MEMORY.pptVivek Parashar
 
computer devices and memory unit 2 notes.pdf
computer devices and memory unit 2 notes.pdfcomputer devices and memory unit 2 notes.pdf
computer devices and memory unit 2 notes.pdfshubhangisonawane6
 
5_6097975312522412493.pptx
5_6097975312522412493.pptx5_6097975312522412493.pptx
5_6097975312522412493.pptxKunalGola6
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptxLearnersCoach
 
Intro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxIntro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxFalakNiaz15
 
Computer Organization and Architecture.pptx
Computer Organization and Architecture.pptxComputer Organization and Architecture.pptx
Computer Organization and Architecture.pptxAshokRachapalli1
 
Basic Computer skill-P1.pptx
Basic Computer skill-P1.pptxBasic Computer skill-P1.pptx
Basic Computer skill-P1.pptxMastewal5
 
computer catagory and its organization
computer catagory and its organizationcomputer catagory and its organization
computer catagory and its organizationSheikh Salam
 

Similar to Computer fundamentals day02 (20)

Computer architecture pptx
Computer architecture pptxComputer architecture pptx
Computer architecture pptx
 
BAIT1003 Chapter 2
BAIT1003 Chapter 2BAIT1003 Chapter 2
BAIT1003 Chapter 2
 
MODULE 2.pptx
MODULE 2.pptxMODULE 2.pptx
MODULE 2.pptx
 
pre phd class 1.pptx
pre phd class 1.pptxpre phd class 1.pptx
pre phd class 1.pptx
 
Fundamentals of computer Part 1
Fundamentals of computer Part 1Fundamentals of computer Part 1
Fundamentals of computer Part 1
 
Computer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer OrganisationComputer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer Organisation
 
3 MODULE 2.2 -COMPUTER MEMORY.ppt
3 MODULE 2.2  -COMPUTER MEMORY.ppt3 MODULE 2.2  -COMPUTER MEMORY.ppt
3 MODULE 2.2 -COMPUTER MEMORY.ppt
 
Introduction to computer system
Introduction to computer systemIntroduction to computer system
Introduction to computer system
 
ch1notes IP.pptx
ch1notes IP.pptxch1notes IP.pptx
ch1notes IP.pptx
 
The system unit ch # 4
The system unit ch # 4The system unit ch # 4
The system unit ch # 4
 
computer devices and memory unit 2 notes.pdf
computer devices and memory unit 2 notes.pdfcomputer devices and memory unit 2 notes.pdf
computer devices and memory unit 2 notes.pdf
 
ch1.pptx
ch1.pptxch1.pptx
ch1.pptx
 
Cao u1
Cao u1Cao u1
Cao u1
 
5_6097975312522412493.pptx
5_6097975312522412493.pptx5_6097975312522412493.pptx
5_6097975312522412493.pptx
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptx
 
Intro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxIntro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptx
 
Computer Organization and Architecture.pptx
Computer Organization and Architecture.pptxComputer Organization and Architecture.pptx
Computer Organization and Architecture.pptx
 
The system unit
The system unitThe system unit
The system unit
 
Basic Computer skill-P1.pptx
Basic Computer skill-P1.pptxBasic Computer skill-P1.pptx
Basic Computer skill-P1.pptx
 
computer catagory and its organization
computer catagory and its organizationcomputer catagory and its organization
computer catagory and its organization
 

More from SEO SKills

SEO Course outline - SEO SKILLS ACADEMY
SEO Course outline - SEO SKILLS ACADEMYSEO Course outline - SEO SKILLS ACADEMY
SEO Course outline - SEO SKILLS ACADEMYSEO SKills
 
Doodle art introduction
Doodle art   introductionDoodle art   introduction
Doodle art introductionSEO SKills
 
Html5 structure tags
Html5 structure tagsHtml5 structure tags
Html5 structure tagsSEO SKills
 
Html5 essentials
Html5 essentialsHtml5 essentials
Html5 essentialsSEO SKills
 
Introduction to html course digital markerters
Introduction to html course digital markertersIntroduction to html course digital markerters
Introduction to html course digital markertersSEO SKills
 
Introduction to web technologies
Introduction to web technologiesIntroduction to web technologies
Introduction to web technologiesSEO SKills
 
Adobe illustrator CC 2017 introduction _ SEOSKILLS Hyderabad
Adobe illustrator CC 2017 introduction  _ SEOSKILLS HyderabadAdobe illustrator CC 2017 introduction  _ SEOSKILLS Hyderabad
Adobe illustrator CC 2017 introduction _ SEOSKILLS HyderabadSEO SKills
 
Graphical user interface _ SEOSKILLS Hyderabad
Graphical user interface _ SEOSKILLS HyderabadGraphical user interface _ SEOSKILLS Hyderabad
Graphical user interface _ SEOSKILLS HyderabadSEO SKills
 
Creative process_ SEOSKILLS
Creative process_ SEOSKILLSCreative process_ SEOSKILLS
Creative process_ SEOSKILLSSEO SKills
 
History of computers
History of computersHistory of computers
History of computersSEO SKills
 
Types of software
Types of softwareTypes of software
Types of softwareSEO SKills
 
Introduction to color theory for Multimedia Students
Introduction to color  theory  for Multimedia StudentsIntroduction to color  theory  for Multimedia Students
Introduction to color theory for Multimedia StudentsSEO SKills
 
Overview of video file formats for Multimedia Students
Overview of video file formats for Multimedia StudentsOverview of video file formats for Multimedia Students
Overview of video file formats for Multimedia StudentsSEO SKills
 
introduction to audio formats - Multimedia Students
introduction to audio formats - Multimedia Studentsintroduction to audio formats - Multimedia Students
introduction to audio formats - Multimedia StudentsSEO SKills
 
Overview about multimedia for BMM Students and Teachers
Overview about multimedia  for BMM Students and TeachersOverview about multimedia  for BMM Students and Teachers
Overview about multimedia for BMM Students and TeachersSEO SKills
 
Networking fundamentals for multimedia students and teachers
Networking fundamentals for multimedia students and teachers Networking fundamentals for multimedia students and teachers
Networking fundamentals for multimedia students and teachers SEO SKills
 
Ms dos commands for Multimedia Students and Facultyes
Ms dos commands  for Multimedia Students and FacultyesMs dos commands  for Multimedia Students and Facultyes
Ms dos commands for Multimedia Students and FacultyesSEO SKills
 
Elements of digital images day06
Elements of digital images  day06Elements of digital images  day06
Elements of digital images day06SEO SKills
 
Computer fundamentals for Multimedia Students
Computer fundamentals for Multimedia StudentsComputer fundamentals for Multimedia Students
Computer fundamentals for Multimedia StudentsSEO SKills
 
Best SEO Curse PPT
Best SEO Curse PPTBest SEO Curse PPT
Best SEO Curse PPTSEO SKills
 

More from SEO SKills (20)

SEO Course outline - SEO SKILLS ACADEMY
SEO Course outline - SEO SKILLS ACADEMYSEO Course outline - SEO SKILLS ACADEMY
SEO Course outline - SEO SKILLS ACADEMY
 
Doodle art introduction
Doodle art   introductionDoodle art   introduction
Doodle art introduction
 
Html5 structure tags
Html5 structure tagsHtml5 structure tags
Html5 structure tags
 
Html5 essentials
Html5 essentialsHtml5 essentials
Html5 essentials
 
Introduction to html course digital markerters
Introduction to html course digital markertersIntroduction to html course digital markerters
Introduction to html course digital markerters
 
Introduction to web technologies
Introduction to web technologiesIntroduction to web technologies
Introduction to web technologies
 
Adobe illustrator CC 2017 introduction _ SEOSKILLS Hyderabad
Adobe illustrator CC 2017 introduction  _ SEOSKILLS HyderabadAdobe illustrator CC 2017 introduction  _ SEOSKILLS Hyderabad
Adobe illustrator CC 2017 introduction _ SEOSKILLS Hyderabad
 
Graphical user interface _ SEOSKILLS Hyderabad
Graphical user interface _ SEOSKILLS HyderabadGraphical user interface _ SEOSKILLS Hyderabad
Graphical user interface _ SEOSKILLS Hyderabad
 
Creative process_ SEOSKILLS
Creative process_ SEOSKILLSCreative process_ SEOSKILLS
Creative process_ SEOSKILLS
 
History of computers
History of computersHistory of computers
History of computers
 
Types of software
Types of softwareTypes of software
Types of software
 
Introduction to color theory for Multimedia Students
Introduction to color  theory  for Multimedia StudentsIntroduction to color  theory  for Multimedia Students
Introduction to color theory for Multimedia Students
 
Overview of video file formats for Multimedia Students
Overview of video file formats for Multimedia StudentsOverview of video file formats for Multimedia Students
Overview of video file formats for Multimedia Students
 
introduction to audio formats - Multimedia Students
introduction to audio formats - Multimedia Studentsintroduction to audio formats - Multimedia Students
introduction to audio formats - Multimedia Students
 
Overview about multimedia for BMM Students and Teachers
Overview about multimedia  for BMM Students and TeachersOverview about multimedia  for BMM Students and Teachers
Overview about multimedia for BMM Students and Teachers
 
Networking fundamentals for multimedia students and teachers
Networking fundamentals for multimedia students and teachers Networking fundamentals for multimedia students and teachers
Networking fundamentals for multimedia students and teachers
 
Ms dos commands for Multimedia Students and Facultyes
Ms dos commands  for Multimedia Students and FacultyesMs dos commands  for Multimedia Students and Facultyes
Ms dos commands for Multimedia Students and Facultyes
 
Elements of digital images day06
Elements of digital images  day06Elements of digital images  day06
Elements of digital images day06
 
Computer fundamentals for Multimedia Students
Computer fundamentals for Multimedia StudentsComputer fundamentals for Multimedia Students
Computer fundamentals for Multimedia Students
 
Best SEO Curse PPT
Best SEO Curse PPTBest SEO Curse PPT
Best SEO Curse PPT
 

Recently uploaded

MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 

Recently uploaded (20)

MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 

Computer fundamentals day02

  • 4. Overview About PC (Personal Computer) • A PC can be defined as a small, relatively inexpensive computer designed for an individual user • PCs are based on the microprocessor technology that enables manufacturers to put an entire CPU on one chip • Businesses use personal computers for word processing, accounting, desktop publishing, and for running spreadsheet and database management applications. • At home, the most popular use for personal computers is playing games and surfing the Internet https://www.seoskills.in
  • 6. Workstation 1. Workstation is a computer used for engineering applications (CAD/CAM), desktop publishing, software development, and other such types of applications which require a moderate amount of computing power and relatively high quality graphics capabilities. 2. Workstations generally come with a large, high-resolution graphics screen, large amount of RAM, inbuilt network support, and a graphical user interface. 3. Common operating systems for workstations are UNIX and Windows NT. 4. Most workstations also have mass storage device such as a disk drive, but a special type of workstation, called diskless workstation, comes without a disk drive. https://www.seoskills.in
  • 7. Minicomputer It is a midsize multi-processing system capable of supporting up to 250 users simultaneously. https://www.seoskills.in
  • 9. Mainframe • Mainframe is very large in size and is an expensive computer capable of supporting hundreds or even thousands of users simultaneously. • Mainframe executes many programs concurrently and supports many simultaneous execution of programs https://www.seoskills.in
  • 11. Supercomputer 1. Supercomputers are one of the fastest computers currently available. 2. Supercomputers are very expensive and are employed for specialized applications that require immense amount of mathematical calculations (number crunching). For example: weather forecasting, scientific simulations, (animated) graphics, fluid dynamic calculations, nuclear energy research, electronic design, and analysis of geological data (e.g. in petrochemical prospecting). https://www.seoskills.in
  • 12. Computer - Components All types of computers follow the same basic logical structure and perform the following five basic operations for converting raw input data into information useful to their users. https://www.seoskills.in
  • 13. Computer - Components All types of computers follow the same basic logical structure and perform the following five basic operations for converting raw input data into information useful to their users. https://www.seoskills.in
  • 16. • 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 1. ALU (Arithmetic Logic Unit) 2. Memory Unit 3. Control Unit CPU (Central Processing Unit) https://www.seoskills.in
  • 17. Central Processing Unit (CPU) consists of the following features − • 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. Computer - CPU(Central Processing Unit) https://www.seoskills.in
  • 18. CPU itself has following three components. • Memory or Storage Unit • Control Unit • ALU(Arithmetic Logic Unit) Computer - CPU(Central Processing Unit) https://www.seoskills.in
  • 19. 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. https://www.seoskills.in
  • 20. Memory or Storage Unit • 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. https://www.seoskills.in
  • 21. 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 the computer. • It communicates with Input/Output devices for transfer of data or results from storage. • It does not process or store data. https://www.seoskills.in
  • 22. 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. https://www.seoskills.in
  • 23. ALU (Arithmetic Logic Unit) Logic Section Function of logic section is to perform logic operations such ascomparing, selecting, matching, and merging of data. https://www.seoskills.in
  • 24. Input refers to any information, or data, that is sent to a computer for processing. Input is often sent to the computer Input Unit https://www.seoskills.in
  • 25. Computer - Input Devices 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) https://www.seoskills.in
  • 26. Computer - Input Devices https://www.seoskills.in
  • 27. • 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. Output Unit https://www.seoskills.in
  • 28. Following are some of the important output devices used in a computer • Monitors • Graphic Plotter • Printer • Web cam • Speakers • Headphone • 3d printer Computer - Output Devices https://www.seoskills.in
  • 29. Computer - Output Devices https://www.seoskills.in
  • 30. Computer - Memory • A memory is just like a human brain. • It is used to store data and instructions. • Computer memory is the storage space in the computer, where data is to be processed and instructions required for processing are stored. • The memory is divided into large number of small parts called cells. • Each location or cell has a unique address, which varies from zero to memory size minus one. https://www.seoskills.in
  • 31. Memory is primarily of three types − • Cache Memory • Primary Memory/Main Memory • Secondary Memory Computer - Memory https://www.seoskills.in
  • 32. Cache Memory • Cache memory is a very high speed semiconductor memory which can speed up the CPU. • It acts as a buffer between the CPU and the main memory. • It is used to hold those parts of data and program which are most frequently used by the CPU. • The parts of data and programs are transferred from the disk to cache memory by the operating system, from where the CPU can access them. https://www.seoskills.in
  • 33. Cache Memory Advantages • The advantages of cache memory are as follows − • Cache memory is faster than main memory. • It consumes less access time as compared to main memory. • It stores the program that can be executed within a short period of time. • It stores data for temporary use. Disadvantages • The disadvantages of cache memory are as follows − • Cache memory has limited capacity. • It is very expensive. https://www.seoskills.in
  • 34. • Primary memory holds only those data and instructions on which the computer is currently working. • It has a limited capacity and data is lost when power is switched off. • It is generally made up of semiconductor device. • These memories are not as fast as registers. • The data and instruction required to be processed resides in the main memory. • It is divided into two subcategories RAM and ROM. Primary Memory (Main Memory) https://www.seoskills.in
  • 35. Primary Memory (Main Memory) Characteristics of Main Memory • These are semiconductor memories. • It is known as the main memory. • Usually volatile memory. • Data is lost in case power is switched off. • It is the working memory of the computer. • Faster than secondary memories. • A computer cannot run without the primary memory. https://www.seoskills.in
  • 36. This type of memory is also known as external memory or non-volatile. It is slower than the main memory. These are used for storing data/information permanently. CPU directly does not access these memories, instead they are accessed via input-output routines. The contents of secondary memories are first transferred to the main memory, and then the CPU can access it. For example, disk, CD-ROM, DVD, etc. Secondary Memory https://www.seoskills.in
  • 37. Characteristics of Secondary Memory • These are magnetic and optical memories. • It is known as the backup memory. • It is a non-volatile memory. • Data is permanently stored even if power is switched off. • It is used for storage of data in a computer. • Computer may run without the secondary memory. • Slower than primary memories. Secondary Memory https://www.seoskills.in
  • 38. RAM - Random Access Memory • RAM (Random Access Memory) is the internal memory of the CPU for storing data, program, and program result. • It is a read/write memory which stores data until the machine is working. • As soon as the machine is switched off, data is erased. https://www.seoskills.in
  • 39. RAM is of two types − • Static RAM (SRAM) • Dynamic RAM (DRAM) RAM - Random Access Memory Static RAM (SRAM) The word static indicates that the memory retains its contents as long as power is being supplied. However, data is lost when the power gets down due to volatile nature. SRAM chips use a matrix of 6-transistors and no capacitors. Transistors do not require power to prevent leakage, so SRAM need not be refreshed on a regular basis. https://www.seoskills.in
  • 40. RAM - Random Access Memory Characteristic of Static RAM • Long life • No need to refresh • Faster • Used as cache memory • Large size • Expensive • High power consumption https://www.seoskills.in
  • 41. RAM - Random Access Memory Dynamic RAM (DRAM) DRAM, unlike SRAM, must be continually refreshed in order to maintain the data. This is done by placing the memory on a refresh circuit that rewrites the data several hundred times per second. DRAM is used for most system memory as it is cheap and small. All DRAMs are made up of memory cells, which are composed of one capacitor and one transistor. https://www.seoskills.in
  • 43. RAM - Random Access Memory Characteristics of Dynamic RAM • Short data lifetime • Needs to be refreshed continuously • Slower as compared to SRAM • Used as RAM • Smaller in size • Less expensive • Less power consumption https://www.seoskills.in
  • 44. Computer - Read Only Memory • ROM stands for Read Only Memory. • The memory from which we can only read but cannot write on it. This type of memory is non-volatile. • The information is stored permanently in such memories during manufacture. • A ROM stores such instructions that are required to start a computer. • This operation is referred to as bootstrap. ROM chips are not only used in the computer but also in other electronic items like washing machine and microwave oven. https://www.seoskills.in
  • 45. Computer - Read Only Memory There are five basic ROM types: ROM - Read Only Memory. PROM - Programmable Read Only Memory. EPROM - Erasable Programmable Read Only Memory. EEPROM - Electrically Erasable Programmable Read Only Memory. Flash EEPROM memory. https://www.seoskills.in
  • 46. Computer - Read Only Memory Advantages of ROM • The advantages of ROM are as follows − • Non-volatile in nature • Cannot be accidentally changed • Cheaper than RAMs • Easy to test • More reliable than RAMs • Static and do not require refreshing • Contents are always known and can be verified https://www.seoskills.in
  • 47. Computer - Motherboard The motherboard serves as a single platform to connect all of the parts of a computer together. It connects the CPU, memory, hard drives, optical drives, video card, sound card, and other ports and expansion cards directly or via cables. It can be considered as the backbone of a computer. https://www.seoskills.in
  • 48. Computer - Motherboard Features of Motherboard A motherboard comes with following features • Motherboard varies greatly in supporting various types of components. • Motherboard supports a single type of CPU and few types of memories. • Video cards, hard disks, sound cards have to be compatible with the motherboard to function properly. • Motherboards, cases, and power supplies must be compatible to work properly together. https://www.seoskills.in
  • 49. Computer - Memory Units Memory unit is the amount of data that can be stored in the storage unit. This storage capacity is expressed in terms of Bytes. the main memory storage units- Bit (Binary Digit) A binary digit is logical 0 and 1 representing a passive or an active state of a component in an electric circuit. Nibble A group of 4 bits is called nibble. Byte A group of 8 bits is called byte. A byte is the smallest unit, which can represent a data item or a character. https://www.seoskills.in
  • 50. Computer - Memory Units Word • A computer word, like a byte, is a group of fixed number of bits processed as a unit, which varies from computer to computer but is fixed for each computer. • The length of a computer word is called word-size or word length. It may be as small as 8 bits or may be as long as 96 bits. A computer stores the information in the form of computer words. https://www.seoskills.in
  • 51. The following table lists some higher storage units − Computer - Memory Units S.No. Unit & Description 1 Kilobyte (KB) 1 KB = 1024 Bytes 2 Megabyte (MB) 1 MB = 1024 KB 3 GigaByte (GB) 1 GB = 1024 MB 4 TeraByte (TB) 1 TB = 1024 GB 5 PetaByte (PB) 1 PB = 1024 TB https://www.seoskills.in
  • 52. Computer - Hardware Hardware represents the physical and tangible components of a computer, i.e. the components that can be seen and touched. Examples of Hardware are the following − Input devices − keyboard, mouse, etc. Output devices − printer, monitor, etc. Secondary storage devices − Hard disk, CD, DVD, etc. Internal components − CPU, motherboard, RAM, etc. https://www.seoskills.in