Computer Science - Language Processors
Exercise :: Language Processors - Section 1
6. |
If special forms are needed for printing the output, the programmer specifies these forms through |
A. |
JCL | B. |
IPL | C. |
Utility programs | D. |
Load modules |
Answer: Option A
Explanation:
|
7. |
Which of the following systems software does the job of merging the records from two flies into one? |
A. |
Documentation system | B. |
Utility program | C. |
Networking software | D. |
Security software |
Answer: Option B
Explanation:
|
8. |
Job Control Language (JCL) statements are Used to |
A. |
Read the input from the slow-speed card reader to the high-speed magnetic disk | B. |
Specify, to the operating system, the beginning and end of a job in a batch | C. |
Allocate the CPU to a job | D. |
All of the above |
Answer: Option B
Explanation:
|
9. |
In analyzing the compilation of PL/I program, the term "Syntax analysis" is associated with |
A. |
recognition of basic syntactic constructs through reductions | B. |
recognition of basic elements and creation of uniform symbols | C. |
creation of more optional matrix | D. |
use of macro processor to produce more optimal assembly code |
Answer: Option A
Explanation:
|
10. |
In analyzing the compilation of PL/I program, the term "Lexical analysis" is associated with |
A. |
recognition of basic syntactic constructs through reductions | B. |
recognition of basic elements and creation of uniform symbols | C. |
creation of more optional matrix | D. |
use of macro processor to produce more optimal assembly code |
Answer: Option B
Explanation:
|