1000+ Language Processors MCQ Questions and Answers Pdf - 1

Question: 1

A sequence of instructions in a computer language to get the desired result, is known as

(A) program

(B) algorithms

(C) decision table

(D) all of the above

Ans: A

program

Question: 2

A compiler for a high level language that runs on one machine and produces code for a different machine is called

(A) multipass compiler

(B) cross compiler

(C) one pass compiler

(D) optimizing compiler

Ans: B

cross compiler

Question: 3

Which of the following systems software does the job of merging the records from two files into one?

(A) security software

(B) networking software

(C) utility program

(D) documentation system

Ans: C

utility program

Question: 4

A system program that combines the separately compiled modules of a program into a form suitable for execution

(A) load and go

(B) cross compiler

(C) linking loader

(D) assembler

Ans: C

linking loader

Question: 5

Terminal table

(A) a permanent table which lists all keywords and special symbols of the language in symbolic form

(B) a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure

(C) consists of a full of partial list of the tokens as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation

(D) contains all constants in the program

Ans: A

a permanent table which lists all keywords and special symbols of the language in symbolic form

Related Questions
Read More Engineering Topics