Software Engineering Mcqs » Language processors
Which of the following systems software does the job of merging the records from two flies into one ?

A. Utility program
B. Security software
C. Networking software
D. Documentation system

In analyzing the compilation of PL/I program, the term “Machine independent optimization” is associated with______________?

A. creation of more optional matrix
B. recognition of basic syntactic constructs through reductions
C. recognition of basic elements and creation of uniform symbols
D. use of macro processor to produce more optimal assembly code

The advantage(s) inherent to using high level languages is/are________________?

A. A greater degree of machine independence
B. Improved debugging capability, and superior documentation
C. Fewer people, less management and shorter transition in learning time
D. All of the above

A self-relocating program is one which_________________?

A. consists of a program and relevant information for its relocation
B. can itself perform the relocation of its address-sensitive portions
C. cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation
D. All of the above

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

A. lexical analysis
B. syntax analysis
C. general syntax analysis
D. interpretation analysis

Indicate whether the statement LDA B is a statement, in_________________?

A. Machine language
B. Assembly language
C. High level language
D. All of the above