Sail E0 Webinar

MCQs

Total Questions : 120 | Page 9 of 12 pages
Question 81. The function(s) of the Storage Assignment is/are:
  1.    to assign storage to all variables referenced in the source program
  2.    to assign storage to all temporary locations that are necessary for intermediate results
  3.    to assign storage to literals, and to ensure that the storage is allocated and appropriate locations are initialized
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above
Question 82. A sequence of instructions, in a computer language, to get the desired result, is known as
  1.    Algorithm
  2.    Decision Table
  3.    Program
  4.    All of the above
 Discuss Question
Answer: Option C. -> Program
Question 83. Indicate whether the statement LDA B is a statement, in
  1.    Machine language
  2.    Assembly language
  3.    High level language
  4.    All of the above
 Discuss Question
Answer: Option B. -> Assembly language
Question 84. An algorithm is best described as
  1.    A computer language
  2.    A step by step procedure for solving a problem
  3.    A branch of mathematics
  4.    All of the above
 Discuss Question
Answer: Option B. -> A step by step procedure for solving a problem
Question 85. A base register table
  1.    is a term that refers to the control programs of an operating system
  2.    is used to remember which of the general-purpose registers are currently available as base registers, and what base addresses they contain
  3.    allows multiple programs to reside in separate areas of core at the same time
  4.    allows the programmer to write base registers and displacements explicitly in the source program
 Discuss Question
Answer: Option B. -> is used to remember which of the general-purpose registers are currently available as base registers, and what base addresses they contain
Question 86. Multiprogramming was made possible by
  1.    input/output units that operate independently of the CPU
  2.    operating systems
  3.    both (a) and (b)
  4.    neither (a) nor (b)
 Discuss Question
Answer: Option C. -> both (a) and (b)
Question 87. A development stategy whereby the executive control modules of a system are coded and tested first, is known as
  1.    Bottom-up development
  2.    Top-down development
  3.    Left-Right development
  4.    All of the above
 Discuss Question
Answer: Option B. -> Top-down development
Question 88. A non-relocatable program is one which
  1.    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
  2.    consists of a program and relevant information for its relocation
  3.    can itself perform the relocation of its address-sensitive portions
  4.    All Of the above
 Discuss Question
Answer: Option A. -> 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
Question 89. An Interpreter is
  1.    is a program that appears to execute a source program as if it were machine language
  2.    a program that automate the translation of assembly language into machine language
  3.    program that accepts a program written in a high level language and produces an object program
  4.    a program that places programs into memory and prepares them for execution
 Discuss Question
Answer: Option A. -> is a program that appears to execute a source program as if it were machine language
Question 90. 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.    Operating system
  2.    Languages
  3.    Utilities
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above

Latest Videos

Latest Test Papers