Unit-1 Introduction to Computer System Notes Final
Unit-1 Introduction to Computer System Notes Final
A computer follows the I.P.O. Cycle i.e. it needs certain input, carries out a process and
produces an output
CD:- Stands for "Compact Disc." CDs are circular discs that are 4.75 in (12 cm) in diameter. CDs
can hold up to 700 MB of data.
DVD:- Stands for "Digital Versatile Disc." A DVD is a type of optical media used for storing
digital data. It is the same size as a CD, but has a larger storage capacity. DVD can store 4.7 GB
of data.
Pen drive:- Pen Drive also referred as USB flash drive is a portable device which allows user to
transfer data (text, images, videos etc) to and from computer quickly. Users can easily read
and write the data on the Pen Drive by plugging it into the USB port on the computer.
Currently available pen drives with storage capacities ranging from 8GB and 64GB can be used
to store graphics-heavy documents, photos, music files and video clips.
Memory card:- A memory card is a type of storage device that is used for storing media and
data files. It provides a permanent and non-volatile medium to store data and files from the
attached device. Memory cards are commonly used in small, portable devices, such as
cameras and phones. A memory card is also known as a flash card.
Blu-ray disc:- Blu-ray. Blu-ray is an optical disc format such as CD and DVD. It was developed
for recording and playing back high-definition (HD) video and for storing large amounts of
data. While a CD can hold 700 MB of data and a basic DVD can hold 4.7 GB of data, a single
layer of Blu-ray disc can hold up to 25 GB of data. It has dual layer.
18. Define Software. What are the various categories of Software?
Ans . Software is a set of instructions, data or programs used to operate computers and
execute specific tasks. Software can be classified broadly in two categories:-
(a) System Software (b) Application Software
20. What is the importance of an Operating System (OS)? Give examples of OS.
Ans. Operating System is basic software which is required for the functioning of the computer.
The OS organizes and controls the hardware. It acts an interface between the users
and System. Examples are Windows, Linux, UNIX, Mac OS etc.
21. Define Language translator or Processor .Name three types of Language processors.
Ans. A language translator or processor is a special type of computer software that can
translate the source code into object code or machine code.
Source Code: - It refers to the program –code written by a programmer in a high level
programming language such as in C, Java C++ etc.
Object Code or Machine Code: - It refers to a code usually in machine language or binary code,
a language that computer understands.
The three types of language translators or processors are:-
Assembler
Interpreter
Compiler
22. What is the difference between an Interpreter and a Compiler?
Ans. Interpreter: - An interpreter is a type of system software that translates and executes
instructions written in a computer program line-by line.
Compiler: - A compiler is another type of system software that translates and executes
instructions written in a computer program in one go.