SlideShare a Scribd company logo
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 unit
Rai 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
ComputerComputer
Computer
Mohd mehdi
 
computer fundamentals
computer fundamentalscomputer fundamentals
computer fundamentals
PANKHURI JAIN
 
Ppt of SOFTWARE AND MEMORY
Ppt of SOFTWARE AND MEMORYPpt of SOFTWARE AND MEMORY
Ppt of SOFTWARE AND MEMORY
stanley christy
 
Organization of a computer
Organization of a computerOrganization of a computer
Organization of a computer
United International University
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
Noor Zada
 
Operating system
Operating systemOperating system
Operating system
sathish sak
 
Operating system
Operating systemOperating 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...
Maryam Fida
 
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
 
Fundamentals of computer
Fundamentals of computerFundamentals of computer
Fundamentals of computer
Imran Nawaz
 
Comp hardware Introduction
Comp hardware IntroductionComp hardware Introduction
Comp hardware Introduction
Shehrevar Davierwala
 
operating systems By ZAK
operating systems By ZAKoperating systems By ZAK
operating systems By ZAK
Tabsheer 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 Students
vethics
 
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.pptx
PragatiKachhi1
 
Basic of computer ( miit )
Basic of computer ( miit )Basic of computer ( miit )
Basic of computer ( miit )
Ankit Verma
 
Presentation1
Presentation1Presentation1
Presentation1
dthewryq4y
 
Components of a computer
Components of a computerComponents of a computer
Components of a computer
DibyenduBiswas31
 
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
 
Fundamentals of-computer
Fundamentals of-computerFundamentals of-computer
Fundamentals of-computer
CGC Technical campus,Mohali
 
module 1-1.pptx
module 1-1.pptxmodule 1-1.pptx
module 1-1.pptx
DaysPiracy
 
Lecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating SystemsLecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating Systems
Jack 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).ppt
ShivamSaini553956
 
Computer basics and i.o devices
Computer basics and i.o devicesComputer basics and i.o devices
Computer basics and i.o deviceskitturashmikittu
 
Memory managment
Memory managmentMemory managment
Memory managment
Shahbaz Khan
 
Components of a digital computer.ppt
Components of a digital computer.pptComponents of a digital computer.ppt
Components of a digital computer.ppt
DibyenduBiswas31
 
ORGANIZATIONAL AND OPERATIONAL ASPECT OF COMPUTER
ORGANIZATIONAL  AND  OPERATIONAL ASPECT OF COMPUTERORGANIZATIONAL  AND  OPERATIONAL ASPECT OF COMPUTER
ORGANIZATIONAL AND OPERATIONAL ASPECT OF COMPUTER
Abhishek Das
 
Basic computer tutorial
Basic computer tutorialBasic computer tutorial
Basic computer tutorial
SayeedAsghar
 
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
Zambales National High School
 

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
 
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
 
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
 

More from Nazish Jamali

my Assignment, on browsers | computer
my Assignment, on browsers | computermy Assignment, on browsers | computer
my Assignment, on browsers | computer
Nazish Jamali
 
Effects of individual difference
Effects of individual differenceEffects of individual difference
Effects of individual difference
Nazish Jamali
 
Critical thinking | interogatting the text
Critical thinking | interogatting the textCritical thinking | interogatting the text
Critical thinking | interogatting the text
Nazish 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 pakistan
Nazish 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 pakistan
Nazish 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 assignment
Nazish 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 assignment
Nazish Jamali
 
Basic operations of computer my assignment
Basic operations of computer my assignmentBasic operations of computer my assignment
Basic operations of computer my assignment
Nazish 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 assignment
Nazish 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
 
Assessment
AssessmentAssessment
Assessment
Nazish Jamali
 
Square root in mathematics
Square root in mathematicsSquare root in mathematics
Square root in mathematics
Nazish Jamali
 
State of Being, English
State of Being, EnglishState of Being, English
State of Being, English
Nazish Jamali
 
Proportion and its types, mathematics 8
Proportion and its types, mathematics 8Proportion and its types, mathematics 8
Proportion and its types, mathematics 8
Nazish Jamali
 
Exponent, mathematics 7
Exponent, mathematics 7Exponent, mathematics 7
Exponent, mathematics 7
Nazish Jamali
 
Interrogating the text , Critical thinking
Interrogating the  text , Critical thinkingInterrogating the  text , Critical thinking
Interrogating the text , Critical thinking
Nazish 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 learning
Nazish 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 teaching
Nazish Jamali
 
decade of development
 decade of development decade of development
decade of development
Nazish Jamali
 
Cyber crime ppt
Cyber crime pptCyber crime ppt
Cyber crime ppt
Nazish 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

How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
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
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
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
 
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
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
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 French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
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
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 

Recently uploaded (20)

How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
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
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
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
 
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.
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
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 French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
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...
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 

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