SlideShare a Scribd company logo
1 of 47
School Name : Ramakrishna Mission Vidyalaya, 
Viveknagar, Tripura, West 
Affiliated to CBSE, New Delhi 
BASIC COMPUTER FUNDAMENTALS 
Digital eContent Submitted by: 
Name of the Teacher : Mr. Uday 
Pal(PGT) 
Year: 2014-15 
Target Group: Class VI
BASIC COMPUTER FUNDAMENTALS
WHAT IS A COMPUTER? 
 A computer is a programmable machine with 
two principal characteristics: 
• It responds to a specific set of instructions 
in a well-defined manner. 
It can execute a prerecorded list of 
instructions (a program).
THE MODERN COMPUTER 
MODERN COMPUTERS 
ARE ELECTRONIC AND 
DIGITAL. THEY CAN BE 
DESCRIBED IN TERMS 
THEIR HARDWARE AND 
SOFTWARE.
HARDWARE : 
Hardware refers to objects that you 
can actually touch, like disks, disk 
drives, display screens, keyboards, 
printers, boards, and chips.
K E 
Y 
B 
O 
S 
A 
R 
D
PRINTERS
CHIPS
USB TO MIDI
EXTERNAL STORAGE
USB HUB
SOFTWARE 
Software exists as ideas, concepts, 
and symbols, but it has no substance.
Books provide a useful 
analogy. The pages and the 
ink are the hardware, while 
the words, sentences, 
paragraphs, and the overall 
meaning are the software. A 
computer without software 
is like a book full of blank 
pages -- you need software 
to make the computer 
useful just as you need 
words to make a book 
meaningful.
COMPUTERS USE RANDOM ACCESS 
TECHNOLOGY - DATA CAN BE 
ACCESSED IN ANY ORDER AT ANY 
TIME REGARDLESS OF STORAGE 
POSITION OR TIME OF CREATION.
THE LANGUAGE OF COMPUTERS 
 Binary: the digital language of computers. 
This language is composed of an alphabet 
containing only 2 “letters” known as bits. Any 
work done on a modern computer from word 
processing to digital audio is translated to 
this language.
DIGITAL LETTERS AND WORDS : 
 Bit: the smallest form of information in the 
language of computers. It is represented as a 
zero or a one. A bit can be considered a letter 
in the digital language of binary. 
 Byte: a “word” of information in binary. It is 
made of a number bits determined by the bit 
rate. 8 bits is usually = 1 byte on modern 
computers.
BIT RATE : 
 Bit rate: the number of “letters” or bits in a 
digital word or byte. An example of a 16 bit 
digital word in binary could be (01010101 
10101010).
EXAMPLE 
 8 bits = 1 byte 
 1024 bytes = 1 kilobyte (210) 
 1024 kilobytes = 1 megabyte (220) 
 1024 megabytes = 1 gigabyte (230)
IMPORTANT HARDWARE : 
 CPU - abbreviation of central processing 
unit, the CPU is the brains of the computer. 
Sometimes referred to simply as the 
processor or central processor, the CPU is 
where most calculations take place. In terms 
of computing power, the CPU is the most 
important element of a computer system.
CLOCK SPEED : 
 Clock speed - also called clock rate, the 
speed at which a microprocessor executes 
instructions. Every computer contains an 
internal clock that regulates the rate at which 
instructions are executed and synchronizes 
all the various computer components. The 
faster the clock, the more instructions the 
CPU can execute per second.
BUS: 
 A bus is a collection of wires through which data is 
transmitted from one part of a computer to another. 
You can think of a bus as a highway on which data 
travels within a computer. There are various types 
of busses, both internal and external, that connect 
the hardware, inside and outside, the computer. 
 Like the CPU, busses have a clock speed. A fast 
bus allows data to be transferred faster, which 
makes applications run faster.
HARD DISK (STORAGE DEVICE): 
 The hard disk is a magnetic disk on which 
you can store computer data. The term hard 
is used to distinguish it from a soft, or floppy, 
disk. Hard disks hold more data and are 
faster than floppy disks. A hard disk, for 
example, can store anywhere from 10 to 
more than 100 gigabytes, whereas most 
floppies have a maximum storage capacity of 
1.4 megabytes.
RAM VS. ROM (MEMORY): 
 Is an acronym for random access memory, a 
type of computer memory that can be 
accessed randomly; That is, any byte of 
memory can be accessed without touching 
the preceding bytes. RAM is the most 
common type of memory found in computers 
and other devices, such as printers.
RAM VS. ROM: 
 In common usage, the term RAM is synonymous 
with main memory, the memory available to 
programs. For example, a computer with 300M 
RAM has approximately 2400 million bytes of 
memory that programs can use. In contrast, ROM 
(read-only memory) refers to special memory used 
to store programs that boot the computer and 
perform diagnostics. In fact, both types of memory 
(ROM and RAM) allow random access. To be 
precise, therefore, RAM should be referred to as 
read/write RAM and ROM as read-only RAM.
IMPORTANT SOFTWARE : 
 The operating system software is the most 
important program that runs on a computer. 
Every general-purpose computer must have 
an operating system to run other programs.
PERIPHERALS: 
 Operating systems perform basic tasks, such 
as recognizing input from the keyboard, 
sending output to the display screen, keeping 
track of files and directories on the disk, and 
controlling peripheral devices.
APPLICATIONS: 
 Operating systems provide a software 
platform on top of which other programs, 
called application programs, can run. The 
application programs must be written to run 
on top of a particular operating system. Your 
choice of operating system, therefore, 
determines to a great extent the applications 
you can run.
CONNECTIVITY: 
 USB 
Short for universal serial bus, is an 
external bus standard that supports 
data transfer rates of 12 mbps 
(megabits per second). A single USB 
port can be used to connect up to 127 
peripheral devices, such as mice, 
modems, and keyboards.
USB CABLES
PLUG AND PLAY: 
 USB also supports Plug-and-Play installation and 
hot plugging. Also referred to as Hi-Speed USB, 
USB 2.0 is an external bus that supports data rates 
up to 480 Mbps. USB 2.0 is an extension of USB 
1.1. USB 2.0 is fully compatible with USB 1.1 and 
uses the same cables and connectors. (Two of the 
contacts carry data — one for each direction; the 
other two supply 5 VDC and a ground. Standard 
MIDI cables carry information in only one direction 
on a single data wire.)
FIREWIRE 
A very fast external bus standard that supports 
data transfer rates of up to 400Mbps (in 1394a) 
and 800Mbps (in 1394b). Products supporting 
the 1394 standard go under different names, 
depending on the company. Apple, which 
originally developed the technology, uses the 
trademarked name FireWire. Other companies 
use other names, such as i.link and Lynx, to 
describe their 1394 products.
MORE FIRE: 
 A single 1394 port can be used to connect up 63 
external devices. In addition to its high speed, 1394 
also supports isochronous data -- delivering data at 
a guaranteed rate. This makes it ideal for devices 
that need to transfer high levels of data in real-time, 
such as video devices. Like USB, 1394 supports 
both plug-and-play and hot plugging, and also 
provides power to peripheral devices.
EVEN MORE: 
 Like USB, FireWire lets you hook things up to a 
computer. Unlike USB, however, FireWire will run 
quite happily without a computer. That makes it 
ideal for situations in which a computer would be 
unnecessary, such as in permanent audio 
installations like theaters or churches. It also gives 
FireWire another advantage, because devices can 
talk directly to each other without having to go 
through a computer's operating system.
THE MAC LAB: COMPUTER AND PERIPHERALS 
 Digidesign Mbox 
 Korg X5D 
 Iomega 250 Mb zip drive 
 Midi to USB interface 
 USB hub 
 Keyboard / mouse
DIGIDESIGN MBOX: 
 USB digital interface for ProTools software 
allows: 
Analog to digital conversion by way of 
microphone, line and instrument inputs 
Digital to analog conversion to headphone and 
line outputs 
Digital transmission by way of SPDIF (Sony 
Phillips digital interface) input/output
KORG X5D: 
 Digital synthesizer:
IOMEGA 250 MB ZIP DRIVE: 
 External Storage Device
MIDI TO USB INTERFACE: 
 Converts midi messages to USB
USB HUB: 
 Provides multiple ports
KEYBOARD / MOUSE: 
 USB data entry devices:
THE MAC LAB SET UP: 
 COLOR CODE for diagram: 
BLUE – USB 
GREEN – MIDI 
RED – AUDIO
USB 
AUDIO 
MIDI
Thank 
You!!!!

More Related Content

What's hot (20)

Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
Unit 1 and 2 review
Unit 1 and 2 reviewUnit 1 and 2 review
Unit 1 and 2 review
 
Coc 1 basic computer parts
Coc 1 basic computer partsCoc 1 basic computer parts
Coc 1 basic computer parts
 
Components of a computer system
Components of a computer systemComponents of a computer system
Components of a computer system
 
Computer basics--cte i-_-_computer_basics
Computer basics--cte i-_-_computer_basicsComputer basics--cte i-_-_computer_basics
Computer basics--cte i-_-_computer_basics
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
 
computer fundamental
computer fundamental computer fundamental
computer fundamental
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamental
 
Parts of a computer
Parts of a computerParts of a computer
Parts of a computer
 
CT01 Computer Basics
CT01 Computer BasicsCT01 Computer Basics
CT01 Computer Basics
 
Fundamental of Computers
Fundamental of ComputersFundamental of Computers
Fundamental of Computers
 
Computer components
Computer componentsComputer components
Computer components
 
Basic Concepts Of Information Technology (IT)
Basic Concepts Of Information Technology (IT)Basic Concepts Of Information Technology (IT)
Basic Concepts Of Information Technology (IT)
 
Fundamental of computer
Fundamental of computerFundamental of computer
Fundamental of computer
 
Intro To Computer Hardware
Intro To Computer HardwareIntro To Computer Hardware
Intro To Computer Hardware
 
COMPONENTS OF COMPUTER SYSTEM UNIT
COMPONENTS OF COMPUTER SYSTEM UNIT  COMPONENTS OF COMPUTER SYSTEM UNIT
COMPONENTS OF COMPUTER SYSTEM UNIT
 
Basic Computer 2018 part _1
Basic Computer 2018 part _1Basic Computer 2018 part _1
Basic Computer 2018 part _1
 
1 basic computer course
1 basic computer course1 basic computer course
1 basic computer course
 
History, classification and components of computers
History, classification and components of computersHistory, classification and components of computers
History, classification and components of computers
 
Computer Fundamental
Computer FundamentalComputer Fundamental
Computer Fundamental
 

Viewers also liked

Internet tour for student teachers
Internet tour for student teachersInternet tour for student teachers
Internet tour for student teachersPaula Ledesma
 
Computer Literacy For Teacher
Computer Literacy For TeacherComputer Literacy For Teacher
Computer Literacy For Teachermarticamil
 
Computer literacy
Computer literacyComputer literacy
Computer literacyPaulyn Go
 
Introduction to Internet
Introduction to InternetIntroduction to Internet
Introduction to InternetMiguel Rebollo
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentalsarchikabhatia
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentalsJames Macalalad
 
Modern and Traditional School Administration and Supervision, Administration ...
Modern and Traditional School Administration and Supervision, Administration ...Modern and Traditional School Administration and Supervision, Administration ...
Modern and Traditional School Administration and Supervision, Administration ...Joey Miñano
 
Functions and principles of school administration
Functions and principles of school administrationFunctions and principles of school administration
Functions and principles of school administrationDennis Mark Dela Cruz
 
Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of ComputerJack Frost
 
E learning presentation (update 2012)
E learning presentation (update 2012)E learning presentation (update 2012)
E learning presentation (update 2012)Santiago Moral
 
Leadership ppt presentation
Leadership ppt presentationLeadership ppt presentation
Leadership ppt presentationGayatri Shelke
 
Internet ppt
Internet pptInternet ppt
Internet ppttej_vish
 
Leadership Styles with Examples
Leadership Styles with ExamplesLeadership Styles with Examples
Leadership Styles with Exampleschintu83
 
Leadership styles
Leadership stylesLeadership styles
Leadership stylesMohini Sahu
 

Viewers also liked (17)

Internet tour for student teachers
Internet tour for student teachersInternet tour for student teachers
Internet tour for student teachers
 
Computer Literacy For Teacher
Computer Literacy For TeacherComputer Literacy For Teacher
Computer Literacy For Teacher
 
Computer literacy
Computer literacyComputer literacy
Computer literacy
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamental
 
Introduction to Internet
Introduction to InternetIntroduction to Internet
Introduction to Internet
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentals
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentals
 
Modern and Traditional School Administration and Supervision, Administration ...
Modern and Traditional School Administration and Supervision, Administration ...Modern and Traditional School Administration and Supervision, Administration ...
Modern and Traditional School Administration and Supervision, Administration ...
 
Functions and principles of school administration
Functions and principles of school administrationFunctions and principles of school administration
Functions and principles of school administration
 
Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of Computer
 
E learning presentation (update 2012)
E learning presentation (update 2012)E learning presentation (update 2012)
E learning presentation (update 2012)
 
Leadership ppt presentation
Leadership ppt presentationLeadership ppt presentation
Leadership ppt presentation
 
Internet ppt
Internet pptInternet ppt
Internet ppt
 
Ppt on internet
Ppt on internetPpt on internet
Ppt on internet
 
Leadership Styles with Examples
Leadership Styles with ExamplesLeadership Styles with Examples
Leadership Styles with Examples
 
LEADERSHIP
LEADERSHIPLEADERSHIP
LEADERSHIP
 
Leadership styles
Leadership stylesLeadership styles
Leadership styles
 

Similar to CBSE Class 6 Computer Fundamentals Guide

Basic computer fundamentals (1)
Basic computer fundamentals (1)Basic computer fundamentals (1)
Basic computer fundamentals (1)Valli Kutty
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentalssaoud88
 
Technology Term Definition By Muneeb-Ahmad
Technology Term Definition  By Muneeb-AhmadTechnology Term Definition  By Muneeb-Ahmad
Technology Term Definition By Muneeb-AhmadMuneeb Ahmad
 
PPT for basic computer class May 18, 2022.pptx
PPT for basic computer class May 18, 2022.pptxPPT for basic computer class May 18, 2022.pptx
PPT for basic computer class May 18, 2022.pptxAngeOuattara
 
Tech Term Defination
Tech Term DefinationTech Term Defination
Tech Term DefinationMuneeb Ahmad
 
Introduction to programming concepts
Introduction to programming conceptsIntroduction to programming concepts
Introduction to programming conceptshermiraguilar
 
Introduction to programming concepts
Introduction to programming conceptsIntroduction to programming concepts
Introduction to programming conceptshermiraguilar
 
Fundamentals of Computer.pptx
Fundamentals of Computer.pptxFundamentals of Computer.pptx
Fundamentals of Computer.pptxZORAIZ HAIDER
 
Informatics practices project by sagar mandloi
Informatics practices project by sagar mandloiInformatics practices project by sagar mandloi
Informatics practices project by sagar mandloisagar mandloi
 
Essential Knowledge of Computers.pptx
Essential Knowledge of Computers.pptxEssential Knowledge of Computers.pptx
Essential Knowledge of Computers.pptxHODCSE74
 
Parts of a computer
Parts of a computerParts of a computer
Parts of a computerkjosorio00
 
Parts of the computer 1.ppt
Parts of the computer 1.pptParts of the computer 1.ppt
Parts of the computer 1.pptChemOyasan1
 
Parts of a computer
Parts of a computerParts of a computer
Parts of a computerestebanfg13
 

Similar to CBSE Class 6 Computer Fundamentals Guide (20)

Basic computer fundamentals (1)
Basic computer fundamentals (1)Basic computer fundamentals (1)
Basic computer fundamentals (1)
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentals
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentals
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
Technology Term Definition By Muneeb-Ahmad
Technology Term Definition  By Muneeb-AhmadTechnology Term Definition  By Muneeb-Ahmad
Technology Term Definition By Muneeb-Ahmad
 
PPT for basic computer class May 18, 2022.pptx
PPT for basic computer class May 18, 2022.pptxPPT for basic computer class May 18, 2022.pptx
PPT for basic computer class May 18, 2022.pptx
 
Tech Term Defination
Tech Term DefinationTech Term Defination
Tech Term Defination
 
Introduction to programming concepts
Introduction to programming conceptsIntroduction to programming concepts
Introduction to programming concepts
 
Computer Basic
Computer BasicComputer Basic
Computer Basic
 
Introduction to programming concepts
Introduction to programming conceptsIntroduction to programming concepts
Introduction to programming concepts
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
Fundamentals of Computer.pptx
Fundamentals of Computer.pptxFundamentals of Computer.pptx
Fundamentals of Computer.pptx
 
Informatics practices project by sagar mandloi
Informatics practices project by sagar mandloiInformatics practices project by sagar mandloi
Informatics practices project by sagar mandloi
 
BASIC COMPUTER ELEMENTS.pptx
BASIC COMPUTER ELEMENTS.pptxBASIC COMPUTER ELEMENTS.pptx
BASIC COMPUTER ELEMENTS.pptx
 
Essential Knowledge of Computers.pptx
Essential Knowledge of Computers.pptxEssential Knowledge of Computers.pptx
Essential Knowledge of Computers.pptx
 
Hardware
HardwareHardware
Hardware
 
Parts of a computer
Parts of a computerParts of a computer
Parts of a computer
 
Parts of the computer 1.ppt
Parts of the computer 1.pptParts of the computer 1.ppt
Parts of the computer 1.ppt
 
Wk 2 - computers
Wk 2 - computersWk 2 - computers
Wk 2 - computers
 
Parts of a computer
Parts of a computerParts of a computer
Parts of a computer
 

More from Uday Pal

Dengu fever final
Dengu fever finalDengu fever final
Dengu fever finalUday Pal
 
3. fibre to febric
3. fibre to febric3. fibre to febric
3. fibre to febricUday Pal
 
Physical features of india
Physical features of indiaPhysical features of india
Physical features of indiaUday Pal
 
Nutrition in animals class vii
Nutrition in animals class viiNutrition in animals class vii
Nutrition in animals class viiUday Pal
 
Nutrition in plants, Class- VII, NCERT Based
Nutrition in plants, Class- VII, NCERT BasedNutrition in plants, Class- VII, NCERT Based
Nutrition in plants, Class- VII, NCERT BasedUday Pal
 
Presentation on climate
Presentation on climatePresentation on climate
Presentation on climateUday Pal
 
Force & law
Force & lawForce & law
Force & lawUday Pal
 
Physical features of india
Physical features of indiaPhysical features of india
Physical features of indiaUday Pal
 
Population
PopulationPopulation
PopulationUday Pal
 
The physical features of india by sourav rakshit
The physical features of india by sourav rakshitThe physical features of india by sourav rakshit
The physical features of india by sourav rakshitUday Pal
 
Using a protractor
Using a protractorUsing a protractor
Using a protractorUday Pal
 
Emergency preparedness
Emergency preparednessEmergency preparedness
Emergency preparednessUday Pal
 
Students for Pre Stage
Students for Pre StageStudents for Pre Stage
Students for Pre StageUday Pal
 
Environmental pollution
Environmental pollutionEnvironmental pollution
Environmental pollutionUday Pal
 
Ttpb1 whystudyplants
Ttpb1 whystudyplantsTtpb1 whystudyplants
Ttpb1 whystudyplantsUday Pal
 
Habitats for plants and animals
Habitats for plants and animalsHabitats for plants and animals
Habitats for plants and animalsUday Pal
 
Classification of plants
Classification of plantsClassification of plants
Classification of plantsUday Pal
 

More from Uday Pal (19)

Dengu fever final
Dengu fever finalDengu fever final
Dengu fever final
 
3. fibre to febric
3. fibre to febric3. fibre to febric
3. fibre to febric
 
Climate
ClimateClimate
Climate
 
Physical features of india
Physical features of indiaPhysical features of india
Physical features of india
 
Nutrition in animals class vii
Nutrition in animals class viiNutrition in animals class vii
Nutrition in animals class vii
 
Nutrition in plants, Class- VII, NCERT Based
Nutrition in plants, Class- VII, NCERT BasedNutrition in plants, Class- VII, NCERT Based
Nutrition in plants, Class- VII, NCERT Based
 
Presentation on climate
Presentation on climatePresentation on climate
Presentation on climate
 
Force & law
Force & lawForce & law
Force & law
 
Physical features of india
Physical features of indiaPhysical features of india
Physical features of india
 
Population
PopulationPopulation
Population
 
The physical features of india by sourav rakshit
The physical features of india by sourav rakshitThe physical features of india by sourav rakshit
The physical features of india by sourav rakshit
 
Using a protractor
Using a protractorUsing a protractor
Using a protractor
 
Emergency preparedness
Emergency preparednessEmergency preparedness
Emergency preparedness
 
Students for Pre Stage
Students for Pre StageStudents for Pre Stage
Students for Pre Stage
 
Environmental pollution
Environmental pollutionEnvironmental pollution
Environmental pollution
 
Ttpb1 whystudyplants
Ttpb1 whystudyplantsTtpb1 whystudyplants
Ttpb1 whystudyplants
 
Habitats for plants and animals
Habitats for plants and animalsHabitats for plants and animals
Habitats for plants and animals
 
Flower
FlowerFlower
Flower
 
Classification of plants
Classification of plantsClassification of plants
Classification of plants
 

Recently uploaded

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
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
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
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
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
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
 

Recently uploaded (20)

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
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
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
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
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
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
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 

CBSE Class 6 Computer Fundamentals Guide

  • 1. School Name : Ramakrishna Mission Vidyalaya, Viveknagar, Tripura, West Affiliated to CBSE, New Delhi BASIC COMPUTER FUNDAMENTALS Digital eContent Submitted by: Name of the Teacher : Mr. Uday Pal(PGT) Year: 2014-15 Target Group: Class VI
  • 3. WHAT IS A COMPUTER?  A computer is a programmable machine with two principal characteristics: • It responds to a specific set of instructions in a well-defined manner. It can execute a prerecorded list of instructions (a program).
  • 4. THE MODERN COMPUTER MODERN COMPUTERS ARE ELECTRONIC AND DIGITAL. THEY CAN BE DESCRIBED IN TERMS THEIR HARDWARE AND SOFTWARE.
  • 5. HARDWARE : Hardware refers to objects that you can actually touch, like disks, disk drives, display screens, keyboards, printers, boards, and chips.
  • 6.
  • 7.
  • 8. K E Y B O S A R D
  • 10. CHIPS
  • 14. SOFTWARE Software exists as ideas, concepts, and symbols, but it has no substance.
  • 15. Books provide a useful analogy. The pages and the ink are the hardware, while the words, sentences, paragraphs, and the overall meaning are the software. A computer without software is like a book full of blank pages -- you need software to make the computer useful just as you need words to make a book meaningful.
  • 16. COMPUTERS USE RANDOM ACCESS TECHNOLOGY - DATA CAN BE ACCESSED IN ANY ORDER AT ANY TIME REGARDLESS OF STORAGE POSITION OR TIME OF CREATION.
  • 17.
  • 18. THE LANGUAGE OF COMPUTERS  Binary: the digital language of computers. This language is composed of an alphabet containing only 2 “letters” known as bits. Any work done on a modern computer from word processing to digital audio is translated to this language.
  • 19. DIGITAL LETTERS AND WORDS :  Bit: the smallest form of information in the language of computers. It is represented as a zero or a one. A bit can be considered a letter in the digital language of binary.  Byte: a “word” of information in binary. It is made of a number bits determined by the bit rate. 8 bits is usually = 1 byte on modern computers.
  • 20. BIT RATE :  Bit rate: the number of “letters” or bits in a digital word or byte. An example of a 16 bit digital word in binary could be (01010101 10101010).
  • 21. EXAMPLE  8 bits = 1 byte  1024 bytes = 1 kilobyte (210)  1024 kilobytes = 1 megabyte (220)  1024 megabytes = 1 gigabyte (230)
  • 22. IMPORTANT HARDWARE :  CPU - abbreviation of central processing unit, the CPU is the brains of the computer. Sometimes referred to simply as the processor or central processor, the CPU is where most calculations take place. In terms of computing power, the CPU is the most important element of a computer system.
  • 23. CLOCK SPEED :  Clock speed - also called clock rate, the speed at which a microprocessor executes instructions. Every computer contains an internal clock that regulates the rate at which instructions are executed and synchronizes all the various computer components. The faster the clock, the more instructions the CPU can execute per second.
  • 24. BUS:  A bus is a collection of wires through which data is transmitted from one part of a computer to another. You can think of a bus as a highway on which data travels within a computer. There are various types of busses, both internal and external, that connect the hardware, inside and outside, the computer.  Like the CPU, busses have a clock speed. A fast bus allows data to be transferred faster, which makes applications run faster.
  • 25. HARD DISK (STORAGE DEVICE):  The hard disk is a magnetic disk on which you can store computer data. The term hard is used to distinguish it from a soft, or floppy, disk. Hard disks hold more data and are faster than floppy disks. A hard disk, for example, can store anywhere from 10 to more than 100 gigabytes, whereas most floppies have a maximum storage capacity of 1.4 megabytes.
  • 26. RAM VS. ROM (MEMORY):  Is an acronym for random access memory, a type of computer memory that can be accessed randomly; That is, any byte of memory can be accessed without touching the preceding bytes. RAM is the most common type of memory found in computers and other devices, such as printers.
  • 27. RAM VS. ROM:  In common usage, the term RAM is synonymous with main memory, the memory available to programs. For example, a computer with 300M RAM has approximately 2400 million bytes of memory that programs can use. In contrast, ROM (read-only memory) refers to special memory used to store programs that boot the computer and perform diagnostics. In fact, both types of memory (ROM and RAM) allow random access. To be precise, therefore, RAM should be referred to as read/write RAM and ROM as read-only RAM.
  • 28. IMPORTANT SOFTWARE :  The operating system software is the most important program that runs on a computer. Every general-purpose computer must have an operating system to run other programs.
  • 29. PERIPHERALS:  Operating systems perform basic tasks, such as recognizing input from the keyboard, sending output to the display screen, keeping track of files and directories on the disk, and controlling peripheral devices.
  • 30.
  • 31. APPLICATIONS:  Operating systems provide a software platform on top of which other programs, called application programs, can run. The application programs must be written to run on top of a particular operating system. Your choice of operating system, therefore, determines to a great extent the applications you can run.
  • 32. CONNECTIVITY:  USB Short for universal serial bus, is an external bus standard that supports data transfer rates of 12 mbps (megabits per second). A single USB port can be used to connect up to 127 peripheral devices, such as mice, modems, and keyboards.
  • 34. PLUG AND PLAY:  USB also supports Plug-and-Play installation and hot plugging. Also referred to as Hi-Speed USB, USB 2.0 is an external bus that supports data rates up to 480 Mbps. USB 2.0 is an extension of USB 1.1. USB 2.0 is fully compatible with USB 1.1 and uses the same cables and connectors. (Two of the contacts carry data — one for each direction; the other two supply 5 VDC and a ground. Standard MIDI cables carry information in only one direction on a single data wire.)
  • 35. FIREWIRE A very fast external bus standard that supports data transfer rates of up to 400Mbps (in 1394a) and 800Mbps (in 1394b). Products supporting the 1394 standard go under different names, depending on the company. Apple, which originally developed the technology, uses the trademarked name FireWire. Other companies use other names, such as i.link and Lynx, to describe their 1394 products.
  • 36. MORE FIRE:  A single 1394 port can be used to connect up 63 external devices. In addition to its high speed, 1394 also supports isochronous data -- delivering data at a guaranteed rate. This makes it ideal for devices that need to transfer high levels of data in real-time, such as video devices. Like USB, 1394 supports both plug-and-play and hot plugging, and also provides power to peripheral devices.
  • 37. EVEN MORE:  Like USB, FireWire lets you hook things up to a computer. Unlike USB, however, FireWire will run quite happily without a computer. That makes it ideal for situations in which a computer would be unnecessary, such as in permanent audio installations like theaters or churches. It also gives FireWire another advantage, because devices can talk directly to each other without having to go through a computer's operating system.
  • 38. THE MAC LAB: COMPUTER AND PERIPHERALS  Digidesign Mbox  Korg X5D  Iomega 250 Mb zip drive  Midi to USB interface  USB hub  Keyboard / mouse
  • 39. DIGIDESIGN MBOX:  USB digital interface for ProTools software allows: Analog to digital conversion by way of microphone, line and instrument inputs Digital to analog conversion to headphone and line outputs Digital transmission by way of SPDIF (Sony Phillips digital interface) input/output
  • 40. KORG X5D:  Digital synthesizer:
  • 41. IOMEGA 250 MB ZIP DRIVE:  External Storage Device
  • 42. MIDI TO USB INTERFACE:  Converts midi messages to USB
  • 43. USB HUB:  Provides multiple ports
  • 44. KEYBOARD / MOUSE:  USB data entry devices:
  • 45. THE MAC LAB SET UP:  COLOR CODE for diagram: BLUE – USB GREEN – MIDI RED – AUDIO