Sail E0 Webinar

MCQs

Total Questions : 61 | Page 2 of 7 pages
Question 11. Terminal Table
  1.    a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure
  2.    contains all constants in the program
  3.    a permanent table which lists all key words and special symbols of the language in symbolic form
  4.    consists of a full or partial list of the tokens as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation
 Discuss Question
Answer: Option C. -> a permanent table which lists all key words and special symbols of the language in symbolic form
Question 12. A compiler for a high-level language that runs on one machine and produces code for a different machine is called
  1.    one pass compiler
  2.    cross compiler
  3.    multipass compiler
  4.    optimizing compiler
 Discuss Question
Answer: Option B. -> cross compiler
Question 13. Indicate which of the following is not true about 4GL?
  1.    4GL does not support a high-level of screen interaction
  2.    All of these
  3.    Many database management system packages support 4GLs
  4.    A 4GL is a software tool which is written, possibly, in some third generation language
 Discuss Question
Answer: Option A. -> 4GL does not support a high-level of screen interaction
Question 14. Assembly code data base is associated with
  1.    assembly language version of the program which is created by the code generation phase and is input to the assembly phase
  2.    a permanent table which lists all key words and special symbols of the language in symbolic form
  3.    consists of a full or partial list or the tokens as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation
  4.    a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure
 Discuss Question
Answer: Option A. -> assembly language version of the program which is created by the code generation phase and is input to the assembly phase
Question 15. Convert the BRNE h#01E6, i assembly language instructions into hexadecimal machine language:
  1.    40
  2.    9000000000
  3.    0111EF
  4.    DA000F
 Discuss Question
Answer: Option B. -> 9000000000
Question 16. Multiprogramming was made possible by
  1.    both (a) and (b)
  2.    neither (a) nor (b)
  3.    input/output units that operate independently of the CPU
  4.    operating systems
 Discuss Question
Answer: Option A. -> both (a) and (b)
Question 17. A development stategy whereby the executive control modules of a system are coded and tested first, is known as
  1.    Top-down development
  2.    All of these
  3.    Bottom-up development
  4.    Left-Right development
 Discuss Question
Answer: Option A. -> Top-down development
Question 18. An Interpreter is
  1.    a program that automate the translation of assembly language into machine language
  2.    a program that places programs into memory and prepares them for execution
  3.    program that accepts a program written in a high level language and produces an object program
  4.    is a program that appears to execute a source program as if it were machine language
 Discuss Question
Answer: Option D. -> is a program that appears to execute a source program as if it were machine language
Question 19. Systems software is a program that directs the overall operation of the computer, facilitates its use and interacts with the users. What are the different types of this software?
  1.    Utilities
  2.    Languages
  3.    All of these
  4.    Operating system
 Discuss Question
Answer: Option C. -> All of these
Question 20. A non-relocatable program is one which
  1.    consists of a program and relevant information for its relocation
  2.    All of these
  3.    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
  4.    can itself perform the relocation of its address-sensitive portions
 Discuss Question
Answer: Option 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

Latest Videos

Latest Test Papers