1000+ Language Processors Multiple Choice Questions and Answers - 1

Question: 1

The action of parsing the source program into the proper syntactic classes is known as

(A) general syntax analysis

(B) interpretation analysis

(C) lexical analysis

(D) syntax analysis

Ans: C

lexical analysis

Question: 2

A loader is

(A) program that accepts a program written a high level language and produces an object program

(B) is a program that appears to execute a source program as if it were machine language

(C) a program that automate the translation of assembly language into machine language

(D) a program that places programs into memory and prepares them for execution

Ans: D

a program that places programs into memory and prepares them for execution

Question: 3

A compiler is

(A) program that accepts a program written in a high level language and produces an object program

(B) is a program that appears to execute a source program as if were machine language

(C) a program that places programs into memory and prepares them for execution

(D) a program that automate the translation of assembly language into machine language

Ans: A

program that accepts a program written in a high level language and produces an object program

Question: 4

Bug means

(A) documenting programs using an efficient documentation tool

(B) a difficult syntax error in a program

(C) a logical errors in a program

(D) all of the above

Ans: C

a logical errors in a program

Question: 5

A development strategy whereby the executive control modules of a system are coded and tested first, is known as

(A) left right development

(B) bottom up development

(C) top down development

(D) all of the above

Ans: C

top down development

Related Questions
Read More Engineering Topics