SlideShare a Scribd company logo
Computer is an electronic device which converts row data into
meaningful information .It can perform many task.It work very fast
and accuratc.A computer programmed device with a set of
instnections of perform is spicilic task and generate result at a very
high speed.
The full form of computer……..
C Commonly
O Operated
M Machine
P Particularly
U Used for
T Technical
E Education
R Re-surch
There are three types of computer………
1. Analog computer
2. Digital computer
3. Hybride computer
Analog computer process data which is a physical nature.These
computer mainly perform hard.
Digital computer works on binary data 0 and 1.These computer
perform calculating words.Digital computer in fall into four
catagrees upon into their size, processing speed and crossed.
There are 4 types of digital computer………
1. Micro computer
2. Mini computer
3. Main frame computer
4. Super computer
These are both computer
Analog and Digital.
1. Hardware
2. Software
Physical componants of computer are called hardware.The
hardware computer devide into two catagrees.
1. Peripheralls
2. C.p.u.
Externall devices which be connect to the computer are
called peripheralls.
Peripheralls falls into three catagrees………
1. Input device
2. Output device
3. Storage device
An input device for a computer allows you to enter
information. The most fundamental pieces of information are
keystrokes on a keyboard and clicks with a mouse. These two
input devices are essential for you to interact with your
computer. Many other input devices exist for entering other
types of information, such as images, audio and video. Input
devices represent one type of computer peripheral - the other
two types are output devices and storage devices.
Examples of Input Devices:-
1. Graphics Tablets
2. Cameras
3. Gamepad
4. Joystick
5. Keyboard
6. Microphone etc
We need to head to the computer store one more time. We've
picked out your system unit and input devices. Now we've really
got to figure out what's important for your output devices, or how
we are going to see and hear the data and information created
and stored in your computer.
Examples of Output Devices:-
1. Monitor (LED, LCD, CRT etc)
2. Printers (all types)
3. Plotters
4. Projector
5. LCD Projection Panels
6. Speakers etc
What is a CPU (Central Processing Unit?)
The full form of CPU is Central Processing Unit. Alternatively, it
is also known by the name of processor, microprocessor or a
computer processor. A CPU is an electronics circuit used in a
computer that fetches the input instructions or commands from
the memory unit, performs arithmetic and logic operations and
stores this processed data back to memory.
A CPU or Central Processing Unit is the heart of a computer and
is installed in a socket specified on a motherboard. Since a CPU
performs a lot of calculations at a high speed, it gets heat up
quickly. To cool down the temperature of a CPU a cooling FAN is
installed on it.
Components of a CPU
Control Unit
The Control Unit is an internal part of a CPU that co-ordinates
the instructions and data flow between CPU and other
components of the computer. It is the CU that directs the
operations of a central processing unit by sending timing and
control signals.
Arithmetic Logic Unit
The ALU is an internal electronic circuitry of a CPU that
performs all the arithmetic and logical operations in a computer.
The ALU receives three types of inputs.
 Control signal from CU ( Control Unit )
 Data(operands) to be operated
 Status information from operations done previously.
When all the instructions have been operated, the output that
consists of data is stored in memory and status information is
stored in internal registers of a CPU.
Memory
It is part of computer.We can all data and programs stored in
memory.In computing, memory refers to the computer
hardware integrated circuits that store information for immediate
use in a computer; it is synonymous with the term "primary
storage". Computer memory operates at a high speed, for
example random-access memory (RAM), as a distinction
from storage that provides slow-to-access information but offers
higher capacities. If needed, contents of the computer memory
can be transferred to secondary storage, through a memory
management technique called "virtual memory". An archaic
synonym for memory is store.[1]
There are two types of memory............
1. Primary memory
2. Secondary memory
Primary memory
Primary memory is computer memory that a processor or
computer accesses first or directly. It allows a processor to
access running execution applications and services that are
temporarily stored in a specific memory location.Primary
memory is also known as primary storage or main memory.
There are two types of primary memory.............
1. RAM
2. ROM
RAM
Random access memory (RAM) is a type of data
storage used in computers that is generally located on
the motherboard. This type of memory is volatile and
all information that was stored in RAM is lost when
the computer is turned off. Volatile memory is
temporary memory while ROM (read-only memory)
is non-volatile and holds data permanently when the
power is turned off.The RAM chip may be
individually mounted on the motherboard or in sets
of several chips on a small board connected to the
motherboard. Older memory types were in the form
of chips called dual in-line package (DIP). Although
DIP chips are still used today, the majority of
memory is in the form of a module, a narrow printed
circuit board attached to a connector on the
motherboard.
ROM
Read-only memory (ROM) is a type of storage
medium that permanently stores data on personal
computers (PCs) and other electronic devices. It
contains the programming needed to start a PC,
which is essential for boot-up; it performs major
input/output tasks and holds programs or software
instructions.
Because ROM is read-only, it cannot be changed; it is permanent
and non-volatile, meaning it also holds its memory even when
power is removed. By contrast, random access memory (RAM) is
volatile; it is lost when power is removed.
Secondary memory
Secondary memory is computer memory that is non-volatile and
persistent in nature and is not directly accessed by a
computer/processor. It allows a user to store data that may be
instantly and easily retrieved, transported and used by
applications and services.Secondary memory is also known as
secondary storage.
There are many types of secondary memory.......
CD, Hard disk, Pain drive, Phlopy disk etc
Cache memory is the fisted memory placed between cup and main
memory the access time much less then the main memory. The
main memory increases the operating speed of the system. Cache
memory is a small sized type of volatile computer memory provides
high speed data access to processor and stores frequently used
computer programs application and data. Cache memory, also
called CPU memory, is random access memory (RAM) that a
computer microprocessor can access more quickly than it can
access regular RAM. This memory is typically integrated directly
with the CPU chip or placed on a separate chip that has a separate
bus interconnect with the CPU. The basic purpose of cache memory
is to store program instructions that are frequently re-referenced
by software during operation. Fast access to these instructions
increases the overall speed of the software program.
Software is a set of procedures and associated programs
documentation related to an if active operation of the computer
system. Computer hardware in itself cannot perform any useful
task. It must be complemented with some instruction, which the
hardware under stands and obey. Software is two
types---- [1.] system software [2.]
Application software
[1.] System software==== system software, system packages are
sets of one are program that are basically designed to control the
operation of a computer system in generally system software
control the following—(A) Running of other software packages.
(B) Communicating with other peripheral device such age printer
hard disk and tape device etc.
[2.] Application software==== system software are once which
directly talk with the hardware component the application
software intern talk with the system for their execution.
Software
System software Application software
User written Readymade
Lodder Assemblers Operating software Compiler
A program which translates a high level language
programs in to machine language program is non as
complier. It checks all kinds of limits, rang, error etc but
its programs execution time is more and occupies a
larger part of memory. It has low speed and low
efficiency of memory utilization.
An inter preter is a program which translate one
statement of a high level language in to machine
language. A complier is nearly 5 to 25 faster than inter
prettier. An inter preter is a smaller program as
compared to the complier. It needs less memory space.
1. C language, 2. FORTRAN, 3. C++, 4. Java, 5. Lisp

More Related Content

What's hot

Some topics of Computer
Some topics of ComputerSome topics of Computer
Some topics of Computer
Nazish Jamali
 
11. Computer Systems Hardware 1
11. Computer Systems   Hardware 111. Computer Systems   Hardware 1
11. Computer Systems Hardware 1New Era University
 
Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Students
vethics
 
Fundamental units of computer
Fundamental units of computerFundamental units of computer
Fundamental units of computerSandeep Menon
 
Computer & it's components
Computer & it's componentsComputer & it's components
Computer & it's components
luckygamer
 
Computer System Overview,
Computer System Overview, Computer System Overview,
Computer System Overview,
Sajid Marwat
 
Functional units
Functional unitsFunctional units
Functional units
Jeeva Nanthini
 
Computer system soft ware
Computer system soft wareComputer system soft ware
Computer system soft ware
Samuel Igbanogu
 
Computer Organisation
Computer OrganisationComputer Organisation
Computer Organisation
LaxmiDevi38
 
Basic computer system
Basic computer systemBasic computer system
Basic computer system
Sweta Kumari Barnwal
 
Unit1 four part basic computer organization
Unit1 four part basic computer organizationUnit1 four part basic computer organization
Unit1 four part basic computer organization
Neha Kurale
 
Basic computer
Basic computerBasic computer
Basic computer
lamyamutassim
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Typical Computer Components
Typical Computer Components Typical Computer Components
Typical Computer Components
CharlotteMay97
 
Dc ass-001-1834902082 ismail
Dc ass-001-1834902082 ismailDc ass-001-1834902082 ismail
Dc ass-001-1834902082 ismail
MdISMAIL97
 
Computer Hardware
Computer Hardware Computer Hardware
Computer Hardware
Syahremie Teja
 
Chapter 2 Hardware and Software
Chapter 2 Hardware and SoftwareChapter 2 Hardware and Software
Chapter 2 Hardware and Software
Anjan Mahanta
 
Components of computer systems
Components of computer systemsComponents of computer systems
Components of computer systems
Zainab&Sons
 
Components of computer
Components of computerComponents of computer
Components of computer
nirmeennimmu
 
Processing Devices
Processing DevicesProcessing Devices
Processing Devices
itsvineeth209
 

What's hot (20)

Some topics of Computer
Some topics of ComputerSome topics of Computer
Some topics of Computer
 
11. Computer Systems Hardware 1
11. Computer Systems   Hardware 111. Computer Systems   Hardware 1
11. Computer Systems Hardware 1
 
Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Students
 
Fundamental units of computer
Fundamental units of computerFundamental units of computer
Fundamental units of computer
 
Computer & it's components
Computer & it's componentsComputer & it's components
Computer & it's components
 
Computer System Overview,
Computer System Overview, Computer System Overview,
Computer System Overview,
 
Functional units
Functional unitsFunctional units
Functional units
 
Computer system soft ware
Computer system soft wareComputer system soft ware
Computer system soft ware
 
Computer Organisation
Computer OrganisationComputer Organisation
Computer Organisation
 
Basic computer system
Basic computer systemBasic computer system
Basic computer system
 
Unit1 four part basic computer organization
Unit1 four part basic computer organizationUnit1 four part basic computer organization
Unit1 four part basic computer organization
 
Basic computer
Basic computerBasic computer
Basic computer
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentals
 
Typical Computer Components
Typical Computer Components Typical Computer Components
Typical Computer Components
 
Dc ass-001-1834902082 ismail
Dc ass-001-1834902082 ismailDc ass-001-1834902082 ismail
Dc ass-001-1834902082 ismail
 
Computer Hardware
Computer Hardware Computer Hardware
Computer Hardware
 
Chapter 2 Hardware and Software
Chapter 2 Hardware and SoftwareChapter 2 Hardware and Software
Chapter 2 Hardware and Software
 
Components of computer systems
Components of computer systemsComponents of computer systems
Components of computer systems
 
Components of computer
Components of computerComponents of computer
Components of computer
 
Processing Devices
Processing DevicesProcessing Devices
Processing Devices
 

Similar to Pankaj kumar

Fundamentals of Computers and Operating System(OS)
Fundamentals of Computers and Operating System(OS)Fundamentals of Computers and Operating System(OS)
Fundamentals of Computers and Operating System(OS)
TUHIN SAHA
 
computer and it's components+memoryy.pdf
computer and it's components+memoryy.pdfcomputer and it's components+memoryy.pdf
computer and it's components+memoryy.pdf
ArifKhan706491
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptx
noveriustelaumbanua
 
Types and components of computer system
Types and components of computer systemTypes and components of computer system
Types and components of computer system
mkhisalg
 
What-is-a-Computer, Basic about Computer.pptx
What-is-a-Computer, Basic about Computer.pptxWhat-is-a-Computer, Basic about Computer.pptx
What-is-a-Computer, Basic about Computer.pptx
ArifKhan706491
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptx
JunaidRamzan4
 
Data processing
Data processingData processing
Data processing
Dr. Shalini Pandey
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
SalarAzam1
 
computer System UNit Every thing
computer System UNit Every thingcomputer System UNit Every thing
computer System UNit Every thing
Abdul Rehman
 
Introduction to computer system
Introduction to computer systemIntroduction to computer system
Introduction to computer system
Sweta Kumari Barnwal
 
Computer-Processing-Devices.pdf
Computer-Processing-Devices.pdfComputer-Processing-Devices.pdf
Computer-Processing-Devices.pdf
DKGAUTAMgautam
 
Lecture-02 - Introduction to computer.pptx
Lecture-02 - Introduction to computer.pptxLecture-02 - Introduction to computer.pptx
Lecture-02 - Introduction to computer.pptx
Md. Sakhawat Hossain
 
Components of a computer
Components of a computerComponents of a computer
Components of a computer
DibyenduBiswas31
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamental
rachit jaish
 
Lesson 1 introduction to computers
Lesson 1 introduction to computersLesson 1 introduction to computers
Lesson 1 introduction to computers
Vishal Patyal
 
Introduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).pptIntroduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).ppt
ShivamSaini553956
 
Ise iv-computer organization [10 cs46]-notes new
Ise iv-computer  organization [10 cs46]-notes newIse iv-computer  organization [10 cs46]-notes new
Ise iv-computer organization [10 cs46]-notes newdilshad begum
 
Computer system organization unit i chapter 1
Computer system organization unit   i chapter 1Computer system organization unit   i chapter 1
Computer system organization unit i chapter 1
vinodchand10
 
BASIC OF COMPUTER.pptx regarding details
BASIC OF COMPUTER.pptx regarding detailsBASIC OF COMPUTER.pptx regarding details
BASIC OF COMPUTER.pptx regarding details
MuskanMukhi1
 
Introduction to pc operations nc ii
Introduction to pc operations nc iiIntroduction to pc operations nc ii
Introduction to pc operations nc iiNSU-Biliran Campus
 

Similar to Pankaj kumar (20)

Fundamentals of Computers and Operating System(OS)
Fundamentals of Computers and Operating System(OS)Fundamentals of Computers and Operating System(OS)
Fundamentals of Computers and Operating System(OS)
 
computer and it's components+memoryy.pdf
computer and it's components+memoryy.pdfcomputer and it's components+memoryy.pdf
computer and it's components+memoryy.pdf
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptx
 
Types and components of computer system
Types and components of computer systemTypes and components of computer system
Types and components of computer system
 
What-is-a-Computer, Basic about Computer.pptx
What-is-a-Computer, Basic about Computer.pptxWhat-is-a-Computer, Basic about Computer.pptx
What-is-a-Computer, Basic about Computer.pptx
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptx
 
Data processing
Data processingData processing
Data processing
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 
computer System UNit Every thing
computer System UNit Every thingcomputer System UNit Every thing
computer System UNit Every thing
 
Introduction to computer system
Introduction to computer systemIntroduction to computer system
Introduction to computer system
 
Computer-Processing-Devices.pdf
Computer-Processing-Devices.pdfComputer-Processing-Devices.pdf
Computer-Processing-Devices.pdf
 
Lecture-02 - Introduction to computer.pptx
Lecture-02 - Introduction to computer.pptxLecture-02 - Introduction to computer.pptx
Lecture-02 - Introduction to computer.pptx
 
Components of a computer
Components of a computerComponents of a computer
Components of a computer
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamental
 
Lesson 1 introduction to computers
Lesson 1 introduction to computersLesson 1 introduction to computers
Lesson 1 introduction to computers
 
Introduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).pptIntroduction to Computer MBA SEM I - Copy (4).ppt
Introduction to Computer MBA SEM I - Copy (4).ppt
 
Ise iv-computer organization [10 cs46]-notes new
Ise iv-computer  organization [10 cs46]-notes newIse iv-computer  organization [10 cs46]-notes new
Ise iv-computer organization [10 cs46]-notes new
 
Computer system organization unit i chapter 1
Computer system organization unit   i chapter 1Computer system organization unit   i chapter 1
Computer system organization unit i chapter 1
 
BASIC OF COMPUTER.pptx regarding details
BASIC OF COMPUTER.pptx regarding detailsBASIC OF COMPUTER.pptx regarding details
BASIC OF COMPUTER.pptx regarding details
 
Introduction to pc operations nc ii
Introduction to pc operations nc iiIntroduction to pc operations nc ii
Introduction to pc operations nc ii
 

Recently uploaded

BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 

Recently uploaded (20)

BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 

Pankaj kumar

  • 1.
  • 2. Computer is an electronic device which converts row data into meaningful information .It can perform many task.It work very fast and accuratc.A computer programmed device with a set of instnections of perform is spicilic task and generate result at a very high speed. The full form of computer…….. C Commonly O Operated M Machine P Particularly U Used for T Technical E Education R Re-surch There are three types of computer……… 1. Analog computer 2. Digital computer 3. Hybride computer
  • 3. Analog computer process data which is a physical nature.These computer mainly perform hard. Digital computer works on binary data 0 and 1.These computer perform calculating words.Digital computer in fall into four catagrees upon into their size, processing speed and crossed. There are 4 types of digital computer……… 1. Micro computer 2. Mini computer 3. Main frame computer 4. Super computer These are both computer Analog and Digital. 1. Hardware 2. Software
  • 4. Physical componants of computer are called hardware.The hardware computer devide into two catagrees. 1. Peripheralls 2. C.p.u. Externall devices which be connect to the computer are called peripheralls. Peripheralls falls into three catagrees……… 1. Input device 2. Output device 3. Storage device An input device for a computer allows you to enter information. The most fundamental pieces of information are keystrokes on a keyboard and clicks with a mouse. These two input devices are essential for you to interact with your computer. Many other input devices exist for entering other types of information, such as images, audio and video. Input devices represent one type of computer peripheral - the other two types are output devices and storage devices. Examples of Input Devices:-
  • 5. 1. Graphics Tablets 2. Cameras 3. Gamepad 4. Joystick 5. Keyboard 6. Microphone etc We need to head to the computer store one more time. We've picked out your system unit and input devices. Now we've really got to figure out what's important for your output devices, or how we are going to see and hear the data and information created and stored in your computer. Examples of Output Devices:- 1. Monitor (LED, LCD, CRT etc) 2. Printers (all types) 3. Plotters 4. Projector 5. LCD Projection Panels 6. Speakers etc What is a CPU (Central Processing Unit?) The full form of CPU is Central Processing Unit. Alternatively, it is also known by the name of processor, microprocessor or a
  • 6. computer processor. A CPU is an electronics circuit used in a computer that fetches the input instructions or commands from the memory unit, performs arithmetic and logic operations and stores this processed data back to memory. A CPU or Central Processing Unit is the heart of a computer and is installed in a socket specified on a motherboard. Since a CPU performs a lot of calculations at a high speed, it gets heat up quickly. To cool down the temperature of a CPU a cooling FAN is installed on it. Components of a CPU Control Unit The Control Unit is an internal part of a CPU that co-ordinates the instructions and data flow between CPU and other components of the computer. It is the CU that directs the operations of a central processing unit by sending timing and control signals.
  • 7. Arithmetic Logic Unit The ALU is an internal electronic circuitry of a CPU that performs all the arithmetic and logical operations in a computer. The ALU receives three types of inputs.  Control signal from CU ( Control Unit )  Data(operands) to be operated  Status information from operations done previously. When all the instructions have been operated, the output that consists of data is stored in memory and status information is stored in internal registers of a CPU. Memory It is part of computer.We can all data and programs stored in memory.In computing, memory refers to the computer hardware integrated circuits that store information for immediate use in a computer; it is synonymous with the term "primary storage". Computer memory operates at a high speed, for example random-access memory (RAM), as a distinction from storage that provides slow-to-access information but offers higher capacities. If needed, contents of the computer memory can be transferred to secondary storage, through a memory management technique called "virtual memory". An archaic synonym for memory is store.[1] There are two types of memory............ 1. Primary memory 2. Secondary memory Primary memory Primary memory is computer memory that a processor or computer accesses first or directly. It allows a processor to access running execution applications and services that are
  • 8. temporarily stored in a specific memory location.Primary memory is also known as primary storage or main memory. There are two types of primary memory............. 1. RAM 2. ROM RAM Random access memory (RAM) is a type of data storage used in computers that is generally located on the motherboard. This type of memory is volatile and all information that was stored in RAM is lost when the computer is turned off. Volatile memory is temporary memory while ROM (read-only memory) is non-volatile and holds data permanently when the power is turned off.The RAM chip may be individually mounted on the motherboard or in sets of several chips on a small board connected to the motherboard. Older memory types were in the form of chips called dual in-line package (DIP). Although DIP chips are still used today, the majority of memory is in the form of a module, a narrow printed circuit board attached to a connector on the motherboard. ROM Read-only memory (ROM) is a type of storage medium that permanently stores data on personal computers (PCs) and other electronic devices. It contains the programming needed to start a PC, which is essential for boot-up; it performs major input/output tasks and holds programs or software instructions. Because ROM is read-only, it cannot be changed; it is permanent and non-volatile, meaning it also holds its memory even when
  • 9. power is removed. By contrast, random access memory (RAM) is volatile; it is lost when power is removed. Secondary memory Secondary memory is computer memory that is non-volatile and persistent in nature and is not directly accessed by a computer/processor. It allows a user to store data that may be instantly and easily retrieved, transported and used by applications and services.Secondary memory is also known as secondary storage. There are many types of secondary memory....... CD, Hard disk, Pain drive, Phlopy disk etc Cache memory is the fisted memory placed between cup and main memory the access time much less then the main memory. The main memory increases the operating speed of the system. Cache memory is a small sized type of volatile computer memory provides high speed data access to processor and stores frequently used computer programs application and data. Cache memory, also called CPU memory, is random access memory (RAM) that a computer microprocessor can access more quickly than it can access regular RAM. This memory is typically integrated directly with the CPU chip or placed on a separate chip that has a separate bus interconnect with the CPU. The basic purpose of cache memory is to store program instructions that are frequently re-referenced by software during operation. Fast access to these instructions increases the overall speed of the software program.
  • 10. Software is a set of procedures and associated programs documentation related to an if active operation of the computer system. Computer hardware in itself cannot perform any useful task. It must be complemented with some instruction, which the hardware under stands and obey. Software is two types---- [1.] system software [2.] Application software [1.] System software==== system software, system packages are sets of one are program that are basically designed to control the operation of a computer system in generally system software control the following—(A) Running of other software packages. (B) Communicating with other peripheral device such age printer hard disk and tape device etc. [2.] Application software==== system software are once which directly talk with the hardware component the application software intern talk with the system for their execution. Software System software Application software User written Readymade
  • 11. Lodder Assemblers Operating software Compiler A program which translates a high level language programs in to machine language program is non as complier. It checks all kinds of limits, rang, error etc but its programs execution time is more and occupies a larger part of memory. It has low speed and low efficiency of memory utilization. An inter preter is a program which translate one statement of a high level language in to machine language. A complier is nearly 5 to 25 faster than inter prettier. An inter preter is a smaller program as compared to the complier. It needs less memory space.
  • 12. 1. C language, 2. FORTRAN, 3. C++, 4. Java, 5. Lisp