Computer Science, asked by laxmi85, 11 months ago

(b) Which of the following converts the assembly language program into machine
language ?
(i) Keyboard
(ii) Assembler
(iii) Plotter
(iv) None of these
(c) Which of the following is directly executed by CPU and easily understandable ?
(i) High level
(ii) Machine language
(iii) Assembly language
(iv) Interpreter
3. Differentiate between compiler and interpreter.
Compiler
Interpreter​

Answers

Answered by sohailabbas
3

Answer:b) Assembler

C) Machine Language

3) compiler: it converts high level language into low level language. High level language is easily understood by humans. Low level language is easily understood by computer. It contains binary system of 0 and 1.

Interpreter: it directly executes instructions without compiling them

Explanation:

Similar questions