Chap 2 Notes
Chap 2 Notes
Q a. What is a program?
Ans: A program is a set of instructions given to a computer to
get a particular task done.
Q b. Define a computer language.
Ans: The computer language is a special language understood
by the computers. It consists of a set of words, code and
symbols which is used to write programs.
Q c. Write a short note on:
1] Machine Language
2] High level Language.
Ans: Machine Language – It is a low-level language comprised
of binary digits (0, 1) It is directly understood by the computer
without any translation.
High level Language- is a user-friendly language similar to
English language and is machine independent.
Q d. Define the following:
a) Assembler b) Compiler c) Interpreter
Ans: Assembler- It is a program to used to translate assembly
language into machine language.
Compiler – A compiler converts entire HLL program into
machine language.
Interpreter – It converts 1 line of a program at a time into
machine language.
Q e. Write the full form of the following terms.
i. BASIC ii. LOGO iii. COBOL iv. FORTRAN