SlideShare a Scribd company logo
1 of 8
Download to read offline
UTILITY PROGRAM
A program that performs a specific task related to the management of computer functions,
resources, or files, as password protection, memory management, virus protection, and file
compression.
It is part that is used to provide services for the hardware and software but it is not absolutely
required to run programs and, if it didn't come with the operating system, you could perhaps add
it. In other usages, a utility is an application that is very specialized and relatively limited in
capability.
Examples of some utilities are here under:
 Virus scanning software
 Backup software
 Scandisk
 Disk defragmenter
LANUAGE PROCESSOR
As, computer can understand only machine language; that’s why we need an interface between
user and computer so that both can understand its instructions.
TRANSLATOR
Some types of language processors and translator are here under
 Compiler
 Interpreter
 Assembler
COMPILER
A compiler is a computer program that transforms human readable complete code of another
computer program into the machine readable code that a CPU can execute.
INTERPRETER
An interpreter is a computer program that reads the source code of another computer program
and executes that program.
Because it is interpreted line by line, it is a much slower way of running a program than one that
has been compiled but is easier for learners because the program can be stopped, modified and
rerun without time-consuming compiles.
ASSEMBLER
Assembler converts code written in assembly language into machine language. It works same
like interpreter and compiler.
The assembler program takes each program statement in the code and generates a corresponding
bit stream or pattern (a series of 0's and 1's of a given length).
4.3) PRIMARY MEMORY
The primary memory or the main memory is part of the main computer system. The processor or
the CPU directly stores and retrieves information from it. This memory is accessed by CPU, in
random fashion. That means any location of this memory can be accessed by the CPU to either
read information from it, or to store information in it.
There are two types of memory CPU
1. RAM
2. ROM
1) RANDOM ACCESS MEMORY (RAM)
RAM is used to store programs and data that are being used by the computer. When the
computer is turned on the RAM is empty. Data and programs can be put into RAM from either
an input device or backing store.
The data in RAM is lost when the computer is turned off so it is known as Volatile Memory. To
keep data the user must save it to backing store before the computer is turned off.
RAM is further divided in to two types
 DRAM (Dynamic Random access Memory)
 SRAM (Static Random access Memory)
DRAM
DRAM stands for Dynamic RAM. A type of physical memory used in most personal computers.
The term dynamic indicates that the memory must be constantly refreshed (reenergized) or it will
lose its contents. RAM is sometimes referred to as DRAM (pronounced dee-ram) to distinguish
it from static RAM (SRAM). Static RAM is faster and less volatile than dynamic RAM, but it
requires more power and is more expensive.
SRAM
SRAM stands for Static RAM. Short for static random access memory, and pronounced ess-ram.
SRAM is a type of memory that is faster and more reliable than the more common DRAM
(dynamic RAM). The term static is derived from the fact that it doesn't need to be refreshed like
dynamic RAM
2) READ ONLY MEMORY (ROM)
The contents of ROM are permanent. It cannot be altered by the user. The content is written onto
the ROM when it is first made. ROM keeps its contents even when the computer is turned off
and so is known as Non-Volatile Memory.
On some computers a special piece of software called the operating system is stored in ROM.
ROM is also often used in embedded systems where a small built-in computer is used to control
a device such as a washing machine. The program that controls the machine is stored on ROM.
TYPES OF ROM
ROM is further divided in to three types
 PROM (Programmable Read-Only Memory)
 EPROM (Erasable Programmable Read-Only Memory)
 EEPROM (Electronically Erasable Programmable Read-Only Memory)
PROM
PROMs are manufactured as blank chips on which data can be written with a special device
called a PROM programmer.
EPROM
A rewritable memory chip that holds its content without power. EPROM chips are written on an external
programming device before being placed on the mother board.
EEPROM
A rewritable memory chip that holds its content without power. EEPROMs are typically used on
circuit boards to store small amounts of instructions and data.
WHAT IS BINARY?
The binary numbering system is used by today's computers due to its simplicity in electronic
circuitry. Computer only work with two digits - 1 representing "on", and 0 representing "off" (or
1 and 0 representing "yes" or "no").
HOW TO MAKE BINARY
We can convert decimal function in to binary by following technique:
Example: if we want to convert 156 in to binary then we will divide it by 2.
2)156 0
2)78 0
2)39 1
2)19 1
2)9 1
2)4 0
2)2 0
2)1 1
0
0 0 1 1 1 0 0 1 0
1 2 4 8 16 32 64 128 256
WHAT IS STORAGE?
A Storage Medium (media is the plural) is the physical material on which items are kept. A
storage device is the computer hardware that records and retrieves items to and from a storage
medium. Storage devices can function as sources of input and output.
When storage devices transfer items from a storage medium into memory – a process called
reading – they function as sources of input. When storage devices transfer items from memory
to a storage medium – a process called writing – they function as sources of output. Types of
storage media include floppy disks, hard disks, compact discs, tape, PC Cards and microfilm etc.
DIFFERENCE B/W MEMORY & STORAGE MEDIUM
Memory, which is composed of one or more chips on the motherboard, is a temporary holding
place for data and instructions during processing. The contents of volatile memory, such as
RAM, are lost when the power to the computer is turned off.
The contents of nonvolatile memory, such as ROM, are not lost when power is removed from
the computer.
Storage holds items such as data, instructions, and information for future use; that is, storage
holds these items while they are not being processed. Storage is nonvolatile, which means the
items in storage are retained even when power is removed from the computer. Compared to
memory, the access time (the time it takes to locate a single item) for storage is slow.
TYPES OF STORAGE MEDIUM
Storage medium is further divided in to three important forms.
1. Magnetic Tapes
2. Magnetic Disks
3. Optical Disks
SOFTWARE:
DEFINITION:
 “A piece of software is a computer program which has been written to carry out a
particular task.”
 “A set of instruction to solve a particular problem”
TYPES OF SOFTWARE
A software is usually classified as being two types
1. Systems software
2. Applications software.
SYSTEM SOFTWARE
Systems software controls the operation of a computer. Without systems software a computer
would not function. The most important piece of systems software is the operating system. The
operating system will perform vital tasks such as:
 Managing communications between software and hardware.
 Allocating computer memory to other software programs.
 Allocating CPU time to other software programs.
TYPES
 Operation systems
 Utility program
 Programming languages
 Device drivers
APPLICATION SOFTWARE
DEFINATION:
“Application software consists of programs designed to perform specific tasks for users”.
Application software can be used as a productivity/business tool; to assist with graphics
and multimedia projects; to support home, personal, and educational activities; and to
facilitate communications.
TYPES:
 Word Processor
 Presentation Software
 Database
 Spreadsheet
 Communication software
 Desktop Publisher
 Graphics Package

More Related Content

What's hot

digital logic circuits, digital component memory unit
 digital logic circuits, digital component memory unit digital logic circuits, digital component memory unit
digital logic circuits, digital component memory unitRai University
 
Cmp104 lec 3 component of computer
Cmp104 lec 3 component of computerCmp104 lec 3 component of computer
Cmp104 lec 3 component of computerkapil078
 
00 Hardware Of Personal Computer V1 1
00 Hardware Of Personal Computer V1 100 Hardware Of Personal Computer V1 1
00 Hardware Of Personal Computer V1 1Rajan Das
 
computer fundamentals
computer fundamentalscomputer fundamentals
computer fundamentalsPANKHURI JAIN
 
Ppt of SOFTWARE AND MEMORY
Ppt of SOFTWARE AND MEMORYPpt of SOFTWARE AND MEMORY
Ppt of SOFTWARE AND MEMORYstanley christy
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computerNoor Zada
 
Operating system
Operating systemOperating system
Operating systemsathish sak
 
Operating systems basics (Graphical User Interfaces (GUIs) GUI Tools Applic...
Operating systems basics (Graphical User Interfaces (GUIs)  GUI Tools  Applic...Operating systems basics (Graphical User Interfaces (GUIs)  GUI Tools  Applic...
Operating systems basics (Graphical User Interfaces (GUIs) GUI Tools Applic...Maryam Fida
 
Unit1 four part basic computer organization
Unit1 four part basic computer organizationUnit1 four part basic computer organization
Unit1 four part basic computer organizationNeha Kurale
 
Fundamentals of computer
Fundamentals of computerFundamentals of computer
Fundamentals of computerImran Nawaz
 
operating systems By ZAK
operating systems By ZAKoperating systems By ZAK
operating systems By ZAKTabsheer Hasan
 

What's hot (20)

digital logic circuits, digital component memory unit
 digital logic circuits, digital component memory unit digital logic circuits, digital component memory unit
digital logic circuits, digital component memory unit
 
Cmp104 lec 3 component of computer
Cmp104 lec 3 component of computerCmp104 lec 3 component of computer
Cmp104 lec 3 component of computer
 
Intro ch 01_b
Intro ch 01_bIntro ch 01_b
Intro ch 01_b
 
The system unit ch # 4
The system unit ch # 4The system unit ch # 4
The system unit ch # 4
 
00 Hardware Of Personal Computer V1 1
00 Hardware Of Personal Computer V1 100 Hardware Of Personal Computer V1 1
00 Hardware Of Personal Computer V1 1
 
Computer
ComputerComputer
Computer
 
computer fundamentals
computer fundamentalscomputer fundamentals
computer fundamentals
 
Ppt of SOFTWARE AND MEMORY
Ppt of SOFTWARE AND MEMORYPpt of SOFTWARE AND MEMORY
Ppt of SOFTWARE AND MEMORY
 
Computer Memory
Computer MemoryComputer Memory
Computer Memory
 
Organization of a computer
Organization of a computerOrganization of a computer
Organization of a computer
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
Computer Systems Hardware
Computer Systems   HardwareComputer Systems   Hardware
Computer Systems Hardware
 
Operating system
Operating systemOperating system
Operating system
 
Operating system
Operating systemOperating system
Operating system
 
Operating systems basics (Graphical User Interfaces (GUIs) GUI Tools Applic...
Operating systems basics (Graphical User Interfaces (GUIs)  GUI Tools  Applic...Operating systems basics (Graphical User Interfaces (GUIs)  GUI Tools  Applic...
Operating systems basics (Graphical User Interfaces (GUIs) GUI Tools Applic...
 
Perfect Papers Software
Perfect Papers   SoftwarePerfect Papers   Software
Perfect Papers Software
 
Unit1 four part basic computer organization
Unit1 four part basic computer organizationUnit1 four part basic computer organization
Unit1 four part basic computer organization
 
Fundamentals of computer
Fundamentals of computerFundamentals of computer
Fundamentals of computer
 
Comp hardware Introduction
Comp hardware IntroductionComp hardware Introduction
Comp hardware Introduction
 
operating systems By ZAK
operating systems By ZAKoperating systems By ZAK
operating systems By ZAK
 

Similar to Some topics of Computer

Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Studentsvethics
 
COMPUTER MEMORY
COMPUTER MEMORYCOMPUTER MEMORY
COMPUTER MEMORYRajat More
 
CH - 4 central processing unit & memory devices.pptx
CH - 4 central processing unit & memory devices.pptxCH - 4 central processing unit & memory devices.pptx
CH - 4 central processing unit & memory devices.pptxPragatiKachhi1
 
Basic of computer ( miit )
Basic of computer ( miit )Basic of computer ( miit )
Basic of computer ( miit )Ankit Verma
 
module 1-1.pptx
module 1-1.pptxmodule 1-1.pptx
module 1-1.pptxDaysPiracy
 
Lecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating SystemsLecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating SystemsJack Hyman
 
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).pptShivamSaini553956
 
Computer basics and i.o devices
Computer basics and i.o devicesComputer basics and i.o devices
Computer basics and i.o deviceskitturashmikittu
 
Components of a digital computer.ppt
Components of a digital computer.pptComponents of a digital computer.ppt
Components of a digital computer.pptDibyenduBiswas31
 
ORGANIZATIONAL AND OPERATIONAL ASPECT OF COMPUTER
ORGANIZATIONAL  AND  OPERATIONAL ASPECT OF COMPUTERORGANIZATIONAL  AND  OPERATIONAL ASPECT OF COMPUTER
ORGANIZATIONAL AND OPERATIONAL ASPECT OF COMPUTERAbhishek Das
 
Basic computer tutorial
Basic computer tutorialBasic computer tutorial
Basic computer tutorialSayeedAsghar
 

Similar to Some topics of Computer (20)

Computer Organization
Computer OrganizationComputer Organization
Computer Organization
 
Computer Organization
Computer OrganizationComputer Organization
Computer Organization
 
Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Students
 
COMPUTER MEMORY
COMPUTER MEMORYCOMPUTER MEMORY
COMPUTER MEMORY
 
CH - 4 central processing unit & memory devices.pptx
CH - 4 central processing unit & memory devices.pptxCH - 4 central processing unit & memory devices.pptx
CH - 4 central processing unit & memory devices.pptx
 
Basic of computer ( miit )
Basic of computer ( miit )Basic of computer ( miit )
Basic of computer ( miit )
 
Presentation1
Presentation1Presentation1
Presentation1
 
Components of a computer
Components of a computerComponents of a computer
Components of a computer
 
Fundamentals of-computer
Fundamentals of-computerFundamentals of-computer
Fundamentals of-computer
 
module 1-1.pptx
module 1-1.pptxmodule 1-1.pptx
module 1-1.pptx
 
Lecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating SystemsLecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating Systems
 
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
 
Computer basics and i.o devices
Computer basics and i.o devicesComputer basics and i.o devices
Computer basics and i.o devices
 
Memory managment
Memory managmentMemory managment
Memory managment
 
Components of a digital computer.ppt
Components of a digital computer.pptComponents of a digital computer.ppt
Components of a digital computer.ppt
 
ORGANIZATIONAL AND OPERATIONAL ASPECT OF COMPUTER
ORGANIZATIONAL  AND  OPERATIONAL ASPECT OF COMPUTERORGANIZATIONAL  AND  OPERATIONAL ASPECT OF COMPUTER
ORGANIZATIONAL AND OPERATIONAL ASPECT OF COMPUTER
 
Basic computer tutorial
Basic computer tutorialBasic computer tutorial
Basic computer tutorial
 
Storage
StorageStorage
Storage
 
18. the components of the system unit
18. the components of the system unit18. the components of the system unit
18. the components of the system unit
 
JSS IOE ICT
JSS IOE ICTJSS IOE ICT
JSS IOE ICT
 

More from Nazish Jamali

my Assignment, on browsers | computer
my Assignment, on browsers | computermy Assignment, on browsers | computer
my Assignment, on browsers | computerNazish Jamali
 
Effects of individual difference
Effects of individual differenceEffects of individual difference
Effects of individual differenceNazish Jamali
 
Critical thinking | interogatting the text
Critical thinking | interogatting the textCritical thinking | interogatting the text
Critical thinking | interogatting the textNazish Jamali
 
Foundation of education education role in pakistan
Foundation of education education role in pakistanFoundation of education education role in pakistan
Foundation of education education role in pakistanNazish Jamali
 
Development of eduation first four plans of pakistan
Development of eduation first four plans of pakistanDevelopment of eduation first four plans of pakistan
Development of eduation first four plans of pakistanNazish Jamali
 
Point out nouns from given paragraph | my assignment
Point out nouns from given paragraph | my assignmentPoint out nouns from given paragraph | my assignment
Point out nouns from given paragraph | my assignmentNazish Jamali
 
State of being englis 1 my assignment
State of being englis 1 my assignmentState of being englis 1 my assignment
State of being englis 1 my assignmentNazish Jamali
 
Basic operations of computer my assignment
Basic operations of computer my assignmentBasic operations of computer my assignment
Basic operations of computer my assignmentNazish Jamali
 
Word formation process english content my assignment
Word formation process english content my assignmentWord formation process english content my assignment
Word formation process english content my assignmentNazish Jamali
 
Effects of school, community and teacher B.Ed (Hons)
Effects of school, community and teacher B.Ed (Hons)Effects of school, community and teacher B.Ed (Hons)
Effects of school, community and teacher B.Ed (Hons)Nazish Jamali
 
Square root in mathematics
Square root in mathematicsSquare root in mathematics
Square root in mathematicsNazish Jamali
 
State of Being, English
State of Being, EnglishState of Being, English
State of Being, EnglishNazish Jamali
 
Proportion and its types, mathematics 8
Proportion and its types, mathematics 8Proportion and its types, mathematics 8
Proportion and its types, mathematics 8Nazish Jamali
 
Exponent, mathematics 7
Exponent, mathematics 7Exponent, mathematics 7
Exponent, mathematics 7Nazish Jamali
 
Interrogating the text , Critical thinking
Interrogating the  text , Critical thinkingInterrogating the  text , Critical thinking
Interrogating the text , Critical thinkingNazish Jamali
 
Individual difference and its effects on learning
Individual difference and its effects on learningIndividual difference and its effects on learning
Individual difference and its effects on learningNazish Jamali
 
General methods, strategy and techniques of teaching
General methods, strategy and techniques of teachingGeneral methods, strategy and techniques of teaching
General methods, strategy and techniques of teachingNazish Jamali
 
decade of development
 decade of development decade of development
decade of developmentNazish Jamali
 

More from Nazish Jamali (20)

my Assignment, on browsers | computer
my Assignment, on browsers | computermy Assignment, on browsers | computer
my Assignment, on browsers | computer
 
Effects of individual difference
Effects of individual differenceEffects of individual difference
Effects of individual difference
 
Critical thinking | interogatting the text
Critical thinking | interogatting the textCritical thinking | interogatting the text
Critical thinking | interogatting the text
 
Foundation of education education role in pakistan
Foundation of education education role in pakistanFoundation of education education role in pakistan
Foundation of education education role in pakistan
 
Development of eduation first four plans of pakistan
Development of eduation first four plans of pakistanDevelopment of eduation first four plans of pakistan
Development of eduation first four plans of pakistan
 
Point out nouns from given paragraph | my assignment
Point out nouns from given paragraph | my assignmentPoint out nouns from given paragraph | my assignment
Point out nouns from given paragraph | my assignment
 
State of being englis 1 my assignment
State of being englis 1 my assignmentState of being englis 1 my assignment
State of being englis 1 my assignment
 
Basic operations of computer my assignment
Basic operations of computer my assignmentBasic operations of computer my assignment
Basic operations of computer my assignment
 
Word formation process english content my assignment
Word formation process english content my assignmentWord formation process english content my assignment
Word formation process english content my assignment
 
Effects of school, community and teacher B.Ed (Hons)
Effects of school, community and teacher B.Ed (Hons)Effects of school, community and teacher B.Ed (Hons)
Effects of school, community and teacher B.Ed (Hons)
 
Assessment
AssessmentAssessment
Assessment
 
Square root in mathematics
Square root in mathematicsSquare root in mathematics
Square root in mathematics
 
State of Being, English
State of Being, EnglishState of Being, English
State of Being, English
 
Proportion and its types, mathematics 8
Proportion and its types, mathematics 8Proportion and its types, mathematics 8
Proportion and its types, mathematics 8
 
Exponent, mathematics 7
Exponent, mathematics 7Exponent, mathematics 7
Exponent, mathematics 7
 
Interrogating the text , Critical thinking
Interrogating the  text , Critical thinkingInterrogating the  text , Critical thinking
Interrogating the text , Critical thinking
 
Individual difference and its effects on learning
Individual difference and its effects on learningIndividual difference and its effects on learning
Individual difference and its effects on learning
 
General methods, strategy and techniques of teaching
General methods, strategy and techniques of teachingGeneral methods, strategy and techniques of teaching
General methods, strategy and techniques of teaching
 
decade of development
 decade of development decade of development
decade of development
 
Cyber crime ppt
Cyber crime pptCyber crime ppt
Cyber crime ppt
 

Recently uploaded

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
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
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
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 

Recently uploaded (20)

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
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
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
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 

Some topics of Computer

  • 1. UTILITY PROGRAM A program that performs a specific task related to the management of computer functions, resources, or files, as password protection, memory management, virus protection, and file compression. It is part that is used to provide services for the hardware and software but it is not absolutely required to run programs and, if it didn't come with the operating system, you could perhaps add it. In other usages, a utility is an application that is very specialized and relatively limited in capability. Examples of some utilities are here under:  Virus scanning software  Backup software  Scandisk  Disk defragmenter LANUAGE PROCESSOR As, computer can understand only machine language; that’s why we need an interface between user and computer so that both can understand its instructions. TRANSLATOR
  • 2. Some types of language processors and translator are here under  Compiler  Interpreter  Assembler COMPILER A compiler is a computer program that transforms human readable complete code of another computer program into the machine readable code that a CPU can execute. INTERPRETER An interpreter is a computer program that reads the source code of another computer program and executes that program. Because it is interpreted line by line, it is a much slower way of running a program than one that has been compiled but is easier for learners because the program can be stopped, modified and rerun without time-consuming compiles. ASSEMBLER Assembler converts code written in assembly language into machine language. It works same like interpreter and compiler. The assembler program takes each program statement in the code and generates a corresponding bit stream or pattern (a series of 0's and 1's of a given length). 4.3) PRIMARY MEMORY The primary memory or the main memory is part of the main computer system. The processor or the CPU directly stores and retrieves information from it. This memory is accessed by CPU, in random fashion. That means any location of this memory can be accessed by the CPU to either read information from it, or to store information in it. There are two types of memory CPU 1. RAM 2. ROM
  • 3. 1) RANDOM ACCESS MEMORY (RAM) RAM is used to store programs and data that are being used by the computer. When the computer is turned on the RAM is empty. Data and programs can be put into RAM from either an input device or backing store. The data in RAM is lost when the computer is turned off so it is known as Volatile Memory. To keep data the user must save it to backing store before the computer is turned off. RAM is further divided in to two types  DRAM (Dynamic Random access Memory)  SRAM (Static Random access Memory) DRAM DRAM stands for Dynamic RAM. A type of physical memory used in most personal computers. The term dynamic indicates that the memory must be constantly refreshed (reenergized) or it will lose its contents. RAM is sometimes referred to as DRAM (pronounced dee-ram) to distinguish it from static RAM (SRAM). Static RAM is faster and less volatile than dynamic RAM, but it requires more power and is more expensive. SRAM SRAM stands for Static RAM. Short for static random access memory, and pronounced ess-ram. SRAM is a type of memory that is faster and more reliable than the more common DRAM (dynamic RAM). The term static is derived from the fact that it doesn't need to be refreshed like dynamic RAM 2) READ ONLY MEMORY (ROM)
  • 4. The contents of ROM are permanent. It cannot be altered by the user. The content is written onto the ROM when it is first made. ROM keeps its contents even when the computer is turned off and so is known as Non-Volatile Memory. On some computers a special piece of software called the operating system is stored in ROM. ROM is also often used in embedded systems where a small built-in computer is used to control a device such as a washing machine. The program that controls the machine is stored on ROM. TYPES OF ROM ROM is further divided in to three types  PROM (Programmable Read-Only Memory)  EPROM (Erasable Programmable Read-Only Memory)  EEPROM (Electronically Erasable Programmable Read-Only Memory) PROM PROMs are manufactured as blank chips on which data can be written with a special device called a PROM programmer. EPROM A rewritable memory chip that holds its content without power. EPROM chips are written on an external programming device before being placed on the mother board. EEPROM A rewritable memory chip that holds its content without power. EEPROMs are typically used on circuit boards to store small amounts of instructions and data. WHAT IS BINARY? The binary numbering system is used by today's computers due to its simplicity in electronic circuitry. Computer only work with two digits - 1 representing "on", and 0 representing "off" (or 1 and 0 representing "yes" or "no").
  • 5. HOW TO MAKE BINARY We can convert decimal function in to binary by following technique: Example: if we want to convert 156 in to binary then we will divide it by 2. 2)156 0 2)78 0 2)39 1 2)19 1 2)9 1 2)4 0 2)2 0 2)1 1 0 0 0 1 1 1 0 0 1 0 1 2 4 8 16 32 64 128 256 WHAT IS STORAGE? A Storage Medium (media is the plural) is the physical material on which items are kept. A storage device is the computer hardware that records and retrieves items to and from a storage medium. Storage devices can function as sources of input and output. When storage devices transfer items from a storage medium into memory – a process called reading – they function as sources of input. When storage devices transfer items from memory to a storage medium – a process called writing – they function as sources of output. Types of storage media include floppy disks, hard disks, compact discs, tape, PC Cards and microfilm etc. DIFFERENCE B/W MEMORY & STORAGE MEDIUM Memory, which is composed of one or more chips on the motherboard, is a temporary holding place for data and instructions during processing. The contents of volatile memory, such as RAM, are lost when the power to the computer is turned off. The contents of nonvolatile memory, such as ROM, are not lost when power is removed from the computer. Storage holds items such as data, instructions, and information for future use; that is, storage holds these items while they are not being processed. Storage is nonvolatile, which means the items in storage are retained even when power is removed from the computer. Compared to memory, the access time (the time it takes to locate a single item) for storage is slow.
  • 6. TYPES OF STORAGE MEDIUM Storage medium is further divided in to three important forms. 1. Magnetic Tapes 2. Magnetic Disks 3. Optical Disks SOFTWARE: DEFINITION:  “A piece of software is a computer program which has been written to carry out a particular task.”  “A set of instruction to solve a particular problem” TYPES OF SOFTWARE A software is usually classified as being two types 1. Systems software 2. Applications software.
  • 7. SYSTEM SOFTWARE Systems software controls the operation of a computer. Without systems software a computer would not function. The most important piece of systems software is the operating system. The operating system will perform vital tasks such as:  Managing communications between software and hardware.  Allocating computer memory to other software programs.  Allocating CPU time to other software programs. TYPES  Operation systems  Utility program  Programming languages  Device drivers
  • 8. APPLICATION SOFTWARE DEFINATION: “Application software consists of programs designed to perform specific tasks for users”. Application software can be used as a productivity/business tool; to assist with graphics and multimedia projects; to support home, personal, and educational activities; and to facilitate communications. TYPES:  Word Processor  Presentation Software  Database  Spreadsheet  Communication software  Desktop Publisher  Graphics Package