You are on page 1of 54

SMT.

RADHIKATAI PANDAV COLLEGE OF ENGINEERING, NAGPUR

DEPARTMENT OF COMPUTER ENGINEERING

SYSTEM PROGRAMMING MULTIPLE CHOICE QUESTION


BANK
SESSION 21-22
------------------------------------------------------------------------------------------------------------------------------------------

1. A part of computer system that consist of data on computer


instructions :

(A) Software
(B) Chip
(C) Hardware
(D) DOS

Answer : Ax

2. Special purpose software are :

(A) Application software


(B) System software
(C) Utility software
(D) None of the above

Answer : A

3. In computer operating system and utility programs are


examples of :
(A) System software
(B) Device drivers
(C) Application software
(D) Customized software

Answer : A

4. Bottom up parsing involves :

(A) Shift reduces


(B) Operator check
(C) Both (a) and (b)
(D) None of these

Answer : C

5. Parsing is also known as :

(A) Lexical analysis


(B) Syntax analysis
(C) Semantic analysis
(D) Code generation

Answer : B

6. The time required to complete execution of an object :

(A) Combination time


(B) Run time
(C) Process time
(D) Clock time

Answer : B
7. The CPU has built inability to execute a particular set of
machine instructions called as :

(A) Registers
(B) Instruction set
(C) Sequence set
(D) Adder

Answer : B

8. Which of the following instructions holds information before


going to decoder :

(A) Control register


(B) Data register
(C) Accumulator
(D) Address register

Answer : B

9. The saving data and instruction to make them reality available


is the job of :

(A) Cache unit


(B) Input unit
(C) Ouput unit
(D) Storage unit

Answer : D

10. Operating system and utility software are examples of :


(A) System software
(B) Device drivers
(C) Application software
(D) Customized software

Answer : A

11. Debug monitor helps in

(A) Setting breakpoints in the program


(B) Displaying values of variables
(C) Both of above
(D) None of above

Answer : C

12. The physical device of computer is controlled by :

(A) Mouse
(B) Keybroard
(C) Assembler
(D) None of these

Answer : D

13. Which of the following is not related with process state :

(A) Terminated
(B) Running
(C) Blocked
(D) Execution
Answer : C

14. Translator is a low level programming language, which is


known as :

(A) Compiler
(B) Assembler
(C) Loader
(D) Linker

Answer : B

15. The internal storage of CPU is provided by :

(A) Program counters


(B) Register
(C) Controller
(D) Internal chips

Answer : B

16. The length of register is defined by :

(A) Register limit


(B) Word limit
(C) Register size
(D) Word size

Answer : D

17. The reduce the length of the program of main memory system
uses :
(A) Macro
(B) Procedure
(C) Subroutine
(D) None of these

Answer : A

18. Macro is defined in a program :

(A) After first statement


(B) Beginning of the program
(C) End of the program
(D) Any where in a program

Answer : D

19. The time required for execution of the move is :

(A) Greater than that procedure


(B) Less than that procedure
(C) Equal to that procedure
(D) None of these

Answer : B

20. A system program that set-up executable program in main


memory ready for execution is called :

(A) Text editor


(B) Compiler
(C) Linker
(D) Loader

Answer : D
21. A linker program :

(A) Places the program in the memory for the purpose of


execution
(B) Relocates the program to execute from the specific memory
area
(C) Links the program with other programs needs for its
execution
(D) Interface the program with other programs

Answer : C

22. The last statement of the source program should be :

(A) Stop
(B) Return
(C) Op
(D) End

Answer : D

23. In a two-pass compiler the object code is generated in which


phase ?

(A) Zeroth pass


(B) One pass
(C) Two pass
(D) Not done by compiler

Answer : C

24. Type-o grammar are also known as :


(A) Context sensitive grammars
(B) Phase structure grammars
(C) Context free grammars
(D) Regular grammars

Answer : B

25. The default flow of control during macro expansion is :

(A) Sequential
(B) Non-sequential
(C) Can be both
(D) None of these

Answer : A

26. A compiler for a high-level language that runs on one


machine and produces code for different machine is called :

(A) Native code compiler


(B) Cross compiler
(C) Source compiler
(D) One pass compiler

Answer : B

27. A system program that combines the separately compiled


modules of a program into a form suitable for execution is :

(A) Assembler
(B) Linking loader
(C) Cross compiler
(D) Load and go

Answer : B
28. A sequence of instructions, in a computer language, to get
the desired result is known as :

(A) Algorithm
(B) Decision table
(C) Program
(D) None of the above

Answer : C

29. A non-relocatable program is one which :

(A) Cannot be executed other than assigned memory


(B) Consists of a program and relevant
(C) Can itself perform the relocation
(D) All of the above

Answer : A

30. An interpreter is a program that :

(A) Appears to execute a source as if it were machine language


(B) Automate the translation of assembly language in machine
code
(C) Converts high level code in machine code
(D) Places programs into memory

Answer : A

31. Indicate whether the statement LDAB is a statement, in


(A) Machine language
(B) Assembly language
(C) High level language
(D) None of the above

Answer : B

32. Loaders that allow for program relocation are called :

(A) Relocating loaders


(B) Relative loaders
(C) Both (a) and (b)
(D) None of the above

Answer : C

33. An analysis, which determines the syntactic structure of the


source statement is called :

(A) Semantic analysis


(B) Process analysis
(C) Syntax analysis
(D) Function analysis

Answer : C

34. A software tool is a system program which interfaces:

(A) A program with the entity generating its intput data


(B) The results of a program with entity consuming its result
(C) None of the above
(D) Both (a) and (b)

Answer : D
35. A static binding is a binding performed _______ the execution
of a program begins.

(A) After
(B) Before
(C) At the same time
(D) None of these

Answer : B

36. A programming environment is a software that provides


integrated facilities for :

(A) Progrm creation and testing


(B) Program editing, executing and dubugging
(C) Both (a) and (b)
(D) None of the above

Answer : C

37. Dialog manager and presentation manager are the two


components of :

(A) User interface


(B) Editor
(C) Programming environment
(D) Debug monitors

Answer : A

38. Microsoft internet explorer and adobe photoshop are the


examples of :
(A) System software
(B) Device drivers
(C) Application program
(D) Operating system

Answer : C

39. A macro definition is enclosed between a macro header


statement and _______

(A) Macro end statement


(B) Macro terminate statement
(C) Macro stop statement
(D) None of the above

Answer : A

40. Which of the following system software does the job of


merging the records from two files into one ?

(A) Documentation
(B) Utility program
(C) Networking software
(D) Security software

Answer : B

41. Each instruction is executed by set of micro operation termed


as :

(A) Micro instructions


(B) Mini instructions
(C) Both A and B
(D) None of these
Answer : A

42. Each micro instruction cycle is made of 2 parts :

(A) Fetch
(B) Execute
(C) Code
(D) Both A abd B

Answer : D

43. Which of the following loader is executed when a system is


first turned on or restarted ?

(A) Boot loader


(B) Compile and Go loader
(C) Bootstrap loader
(D) Relating loader

Answer : C

44. Assembler is a

(A) Interpreter
(B) Translator
(C) Exchanger
(D) None of these

Answer : B

45. Assembly language program is called _____?


(A) Object program
(B) Source program
(C) Oriented program
(D) All of the Above

Answer : B

46. Which of the following are language processors?

(A) Assembler
(B) Compiler
(C) Interpreter
(D) All of the Above

Answer : D

47. A set of technique that allow to execute a program which is


not entirely in memory is called ?

(A) Demand paging


(B) Virtual Memeory
(C) Auxiliary Memeory
(D) Secondary memory

Answer : A

48. An assembly language is a

(A) Low level programming language


(B) Middle level programming language
(C) High level programming language
(D) Internet based programming language
Answer : A

49. As assembler is

(A) A program that automate translation of assembly in machine


language
(B) A program that converts high level language in object
program
(C) A program that places programs into memory
(D) A program to execute programs from source to machine
language

Answer : A

50. Which technique is used to identify free memory area ?

(A) First fit technique


(B) Best fit technique
(C) Garbage collection
(D) None of these

Answer : A

51. The translator which perform macro expansion is called a :

(A) Macro processor


(B) Macro Pre-processor
(C) Micro pre-processor
(D) Assembler

Answer : A

52. In an absolute loading scheme, which loader function is


accomplish by loader ?
(A) Reallocation
(B) Allocation
(C) Linking
(D) Loading

Answer : A

53. Which of the following is not a function of the operating


system ?

(A) Manage Resource


(B) Internet Access
(C) Provided as user interface
(D) Load and run applications

Answer : B

54. Which of the following system software resides in main


memeory always ?

(A) Text Editor


(B) Assembler
(C) Linker
(D) loader

Answer : D

55. What is Booting Strapping ?

(A) A language interpreting other language program


(B) A Language Compiling other language program
(C) A language compile itself
(D) All of the Above
Answer : B

56. A program in execution is called

(A) Process
(B) Instruction
(C) Procedure
(D) Function

Answer : A

57. A bottom up parser generates

(A) Right most derivation


(B) Right most derivation in reverse
(C) Left most derivation
(D) Left most derivation in reverse

Answer : B

58. Object program is a

(A) Program written in machine language


(B) Program to be translated into machine language
(C) Transition of high-level language into machine language
(D) None of the Mentioned

Answer : B

59. Software that allows your computer to interact with user,


application, and hardware is called

(A) Application Software


(B) Word Processor
(C) System Software

Answer : C

60. Shell is the exclusive feature of :

(A) UNIX
(B) DOS
(C) System software
(D) Application Software

Answer : A

61. The ________ maintains an internal form which is used to


perform the edit operation.

(A) Editor
(B) Loader
(C) Linker
(D) Assembler

Answer : A

62. A special class of structure editors, called ________ editors,


are used in programming environments.

(A) Syntax
(B) Syntax directed
(C) Line
(D) Stream

Answer : B
63. Syntax analysis is also called :

(A) Scanning
(B) Parsing
(C) Analysis
(D) Debugging

Answer : B

64. YACC Stands For

(A) Yet-Another-Compiler-Compiler
(B) Yet-Another-Computer-Compiler
(C) Yet-Among-Control-Compiler
(D) Yet-Among-Computer-Control

Answer : A

65. The most powerful perser is :

(A) SLR
(B) LALR
(C) Canonical LR
(D) Operator-Precedence

Answer : C

66. ________ is the process of modifying the addresses used in


the address sensitive instruction of a program.

(A) Program relocation


(B) Program
(C) Program location
(D) None of the above

Answer : A

67. Which key uses a quick exit from the data mode?

(A) Tab
(B) Delete
(C) Escape
(D) Control

Answer : C

68. Which is not a function of a loader ?

(A) Allocation
(B) Translation
(C) Relocation
(D) Loading

Answer : B

69. System programs such as compiler are designed as that are

(A) Re-enterable
(B) Non-enterable
(C) Serially usable
(D) Recursive

Answer : A

70. Recursive descent parsing is an example of


(A) Top down parsing
(B) Bottom up parsing
(C) Predictive Parsing
(D) None of these

Answer : A

71. Type checking is normally done during

(A) Lexical analysis


(B) Syntax analysis
(C) Syntax directed analysis
(D) Code optimization

Answer : A

72. context-free grammar (CFG) can be recognized by

(A) Finite state automata


(B) Two way linear bounded automata
(C) Push down automata
(D) Both (b) and (c)

Answer : C

73. ________ is not phase of compiler

(A) Syntax analysis


(B) Lexical analysis
(C) Code generation
(D) Error correction

Answer : D
74. Resolution of externally defined symbols is performed by

(A) Linker
(B) Loader
(C) Compiler
(D) Editor

Answer : A

75. The translator which perform macro expansion is called a

(A) Macro processor


(B) Macro pre-processor
(C) Micro pre-processor
(D) Assembler

Answer : B

76. DOS stands for

(A) Digital Operating System


(B) Disk Operating System
(C) Database Operating System
(D) Disk Operating Software

Answer : B

77. Which of the following is/are editor tool?

(A) Text Editior


(B) Sound Editor
(C) Graphics Editor
(D) All of above

Answer : D
78. In user interface, the dialog manager manages the
conversation between the _______ & the application.

(A) User
(B) Interface
(C) Programming environment
(D) None of these

Answer : A

79. Which of the followig is/are components of programming


environment?

(A) Syntax directed editor


(B) Language processor
(C) Debug monitor
(D) All the above

Answer : D

80. Mnemonic operation code enables the _______ to provide


helpful diagnostics.

(A) Assembler
(B) Compoler
(C) Interpreter
(D) None of these

Answer : A

81. _______ Instruction move a value between a memory word


and a register in assembly language.
(A) MOTION
(B) SHIFT
(C) MOVE
(D) ADD

Answer : C

82. The use of a macro name with a set of actual parameters is


replaced by some code generated from its body is called :

(A) Macro expansion


(B) Interpretation
(C) Compilation
(D) None of these

Answer : A

83. _______ is an association between the memory address


attribute of a data item and the address of a memory area.

(A) Scope rule


(B) Memory binding
(C) Overlays
(D) Optimization

Answer : B

84. Which of the following is first widely used block structured


language ?

(A) Pascal
(B) PL/I
(C) Ada
(D) Algol-60
Answer : D

85. A program unit which can contain data declarations is called :

(A) Block
(B) Transformation
(C) Linking
(D) Word processor

Answer : A

86. Which is the classification of optimizing transformation?

(A) Private Transformation


(B) Local transformation
(C) Global transformation
(D) Both B and C

Answer : D

87. Analysis of a statement is following by code generation in :

(A) Compilation
(B) Interpreter
(C) Linking
(D) Binding

Answer : A

88. Which type of interpreter performed some preliminary


processing of source program to reduce the analysis overhead
during interpretation?
(A) Pure Interpreter
(B) Impure Interpreter
(C) Profile Monitor
(D) None of these

Answer : B

89. A self-relocating program which can perform the relocation of


its own address _______ instructions.

(A) Sensitive
(B) Non-sensitive
(C) Pure
(D) Binding

Answer : A

90. Which type of operating system is important for self-


relocation ?

(A) Batch
(B) Time-sharing
(C) Multi-programming
(D) None of these

Answer : B

91. The user keys in the text to be added to the file in _______
mode.

(A) Data
(B) Command
(C) Line
(D) Structure
Answer : B

92. _______ based tools suffer from poor efficiency and poor
portability.

(A) Interpreter
(B) Compiler
(C) Assembler
(D) Relocator

Answer : A

93. ALU stands for

(A) Algorithimic Logic Unit


(B) Arabic Logic Unit
(C) Arithmetic Logic Unit
(D) Arithmetic Logrithmic Unit

Answer : C

94. _______ is a software which bridge a specification or


execution gap.

(A) Operating System


(B) Language Processor
(C) Assembler
(D) Interpreter

Answer : B

95. Which of the following is program execution Model?


(A) Only translation
(B) Only Interpretion
(C) Both A and B
(D) None of these

Answer : A

96. _______ Instruction stop execution in assembly language.

(A) START
(B) STOP
(C) DELETE
(D) NULL

Answer : B

97. Which of the following is elements of assembly language


programming?

(A) Mnemonic operation code


(B) Symbolic operands
(C) Data declaration
(D) All of the above

Answer : D

98. A unit of specification for program generation through


expansion is called :

(A) Compiler
(B) Interpreter
(C) Macro
(D) All of the above

Answer : C
99. _______ determines the accessibility of variables declared in
different blocks of a program.

(A) Macro expansion


(B) Block rule
(C) Scope rule
(D) None of these

Answer : C

100. Which is the type of dynamic memory allocation?

(A) Automatic dynamic memory allocation


(B) Structural dynamic memory allocation
(C) program dynamic memory allocation
(D) Both B and C

Answer : D

101. A rule for rewriting a segment of a program to improve its


execution efficiency without affecting its meaning is called

(A) Optimizing transformation


(B) Compilation
(C) Interpretation
(D) Macro expansion

Answer : A

102. _______ is expensive due to CPU time.

(A) Compilation
(B) Allocation
(C) Interpretation
(D) Linking

Answer : B

103. Which type of interpreter retained the source form all


throughout its interpreter?

(A) Impure
(B) Sequence
(C) Random
(D) Pure

Answer : D

104. Linking is the process of binding an _______ reference to


the correct link time address.

(A) External
(B) Internal
(C) Intermediate
(D) None of these

Answer : A

105. _______ are used to reduce the main memory requirements


of a program.

(A) Time-sharing
(B) Overlays
(C) Macros
(D) All of the above

Answer : B
106. Which key uses a quick exit from the data mode?

(A) Tab
(B) Delete
(C) Escape
(D) Control

Answer : C

107. Which is the following is the text editor form?

(A) Steam
(B) Word Processor
(C) Structured
(D) All of the Above

Answer : D

108. A software system that provides integrated facilities for


program creation, editing, execution, testing and debugging is
called :

(A) Word Processor


(B) Programming Environment
(C) Interpretation
(D) None of these

Answer : B

109. Group of progrm which are directly responsible for


controlling, integrating and managing the individual hardware
components of a computer system is known
(A) Application Software
(B) Operating System
(C) System Software
(D) Word Processor

Answer : C

110. Which of the following is administration section of computer


system?

(A) Input
(B) Output
(C) CPU
(D) Memory

Answer : C

111. Compiler is a ________ program.

(A) OS
(B) Application
(C) System
(D) None

Answer : C

112. An assembler produces ________

(A) Object program


(B) Source Program
(C) Ready made program
(D) None

Answer : A
113. A computer can’t boot if it does not have the ________

(A) Compiler
(B) Linker
(C) Loader
(D) None of these

Answer : D

114. The OS that reads and reacts in terms of actual system time
is ________

(A) Batch System


(B) Quick response system
(C) Real time system
(D) None of these

Answer : C

115. The language generally translated to pseudo code is :

(A) Assembly
(B) Machine
(C) Pascal
(D) PL/L

Answer : A

116. The table that contains name, length binary code and format
is known as ________

(A) MOT
(B) POT
(C) Both A and B
(D) None

Answer : C

117. Which one is assembler sorting technique ?

(A) Radix
(B) Shell
(C) Interchange
(D) All the Above

Answer : B

118. The ________ accepts the object code and initializes the
execution.

(A) Loader
(B) Linker
(C) Compiler
(D) None of these

Answer : B

119. Stack allocation and deallocation are performed in ________


manner.

(A) LIFO
(B) FIFO
(C) TOS
(D) None of these

Answer : A
120. A heap is a ________ data structure.

(A) Linear
(B) Non-linear
(C) Both A and B
(D) None of these

Answer : B

121. The regular expression rs means ________ of r and s

(A) Addition
(B) Subtraction
(C) Concatenation
(D) None of these

Answer : A

122. A ________ is a unit of information consists of fixed syntax


information.

(A) Template
(B) DFA
(C) FSA
(D) None of these

Answer : C

123. A programming enviornment has ________

(A) A debug monitor


(B) A dialog monitor
(C) Both A and B
(D) None of these

Answer : C

124. A _______ bridges an execution gap to the machine


language of computer system.

(A) Language
(B) Translation
(C) Pre-processor
(D) Language migrator

Answer : B

125. A grammer is ambiguous if there exists :

(A) More than one parse tree


(B) Only one parse tree
(C) Both A and B
(D) None of the above

Answer : A

126. NFA produces different transitions from ______ inputs.

(A) Same
(B) Different
(C) Unknown
(D) All of the above

Answer : A

127. A compiler is a ______ software


(A) Application
(B) System
(C) Both
(D) None

Answer : B

128. ______ is not an example of editor

(A) Vi
(B) Notepad
(C) Emacs
(D) None of the above

Answer : C

129. Loaders are system programs that ______ language


program for execution.

(A) High level


(B) Low level
(C) Middle level
(D) None of these

Answer : B

130. Assemblers automate the translation of assembly language


into ______ language.

(A) High level


(B) Machine
(C) Both (a) and (b)
(D) None of these
Answer : B

131. Which is not a phase of compiler ?

(A) Lexical analysis


(B) Code optimization
(C) Code generation
(D) Static analysis

Answer : D

132. The ______ OS works with actual synchronization.

(A) Batch
(B) Quick Time system
(C) Real time system
(D) None of these

Answer : C

133. The ______ process a set of object modules and produce


binary program.

(A) Loader
(B) Linker
(C) Both (a) and (b)
(D) None of these

Answer : B

134. ______ is the sorting of Assemblers.

(A) Radix
(B) Shell
(C) Interchange
(D) All of the above

Answer : B

135. Top down parsing is also known as ______

(A) LL
(B) LALR
(C) LR
(D) None of these

Answer : C

136. Analysis which determines the meaning of a statement once


its grammatical structure becomes known is termed as

(A) Semantic analysis


(B) Syntax analysis
(C) Regular analysis
(D) General analysis

Answer : A

137. Load address for the first word of the program is called

(A) Linker address origin


(B) Load address origin
(C) Phase library
(D) Absolute library

Answer : B

138. Program generation activity aims at


(A) Automatic generation of program
(B) Organize execution of a program written in PL.
(C) Skips generation of program
(D) Speedens generation of program

Answer : A

139. A macro definition consists of

(A) A macro prototype statement


(B) One or more model statements
(C) Macro pre-processor statements
(D) All of the above

Answer : D

140. Action implementing instruction’s meaning are a actually


carried out by

(A) Instruction fetch


(B) Instruction decode
(C) Instruction execution
(D) Instruction program

Answer : C

141. Relocation bits used by relocating loader are specified by

(A) Relocating loader itself


(B) Assembler or Translator
(C) Macro processor
(D) Both (a) and (b)

Answer : B
142. Relocatable programs

(A) cannot be used with fixed partitions


(B) can be loaded almost anywhere in memory
(C) do not need a linker
(D) can be loaded only at one specific location

Answer : B

143. Recognition of basic syntactic constructs through


reductions, this task is performed by

(A) Lexical analysis


(B) Syntax analysis
(C) Semantic analysis
(D) Structure analysis

Answer : B

144. A grammar for a programming lanaguage is a formal


description of

(A) Syntax
(B) Semantics
(C) Structure
(D) Code

Answer : C

145. Problem analysis is done during

(A) System design phase


(B) System analysis phase
(C) Before system test
(D) all of the above

Answer : A

146. System programs such as Compilers are designed so that


they are

(A) Reenterable
(B) Non reusable
(C) Serially usable
(D) Recursive

Answer : B

147. Advantage of using assembly language rather than machine


language is :

(A) It is mnemonic and easy to read


(B) Address any symbolic, not absolute
(C) Introduction of data to program is easier
(D) None of these

Answer : A

148. Which of the following software types is used to simply


using systems software ?

(A) Spreadsheet
(B) Operating environment
(C) Timesharing
(D) Multitasking

Answer : C
149. In absolute loading scheme, which loader function is
accomplished by assembler

(A) Reallocation
(B) Allocation
(C) Linking
(D) Loading

Answer : A

150. In absolute loading scheme, which loader function is


accomplished by loader

(A) Reallocation
(B) Allocation
(C) Linking
(D) Loading

Answer : A

151. Select the system software that always resides in main memory
(A). Text editor
(B). Loader
(C). Linker
(D). Assembler
Answer:(B). Loader

152. The Daisy chain is a device used for ________?


(A). Interconnecting a number of devices to number of controllers
(B). Connecting a number of controller to devices
(C). Connecting a number of devices to a controller
(D). All of above
Answer: (C). Connecting a number of devices to a controller
153. if you need to create,edit and print documentSelect the softwar
type should be used ?
(A). Desktop publishing
(B). Spreadsheet
(C). Word processing
(D). UNIX
Answer: (C). Word processing

154. The Producer consumer problem can besolved


by_____________?
(A). semaphores
(B). monitors
(C). event counters
(D). all of above
Answer: (D). all of above

155. Define bootstraping?


(A). A language compile itself
(B). A language compiling other language program
(C). A language interpreting other language program
(D). All of above
Answer: (A). A language compile itself

156. The Shell is the main feature of_______?


(A). System software
(B). DOS
(C). UNIX
(D). Application software
Answer:(C). UNIX
157. The execution of program is called
(A). Instruction
(B). Process
(C). Procedure
(D) Function
Answer: (B). Process

158. Select from the follwoing that can be used as a criterion for
Division of data structures used in language processing.
(A). purpose of a data structure
(B). nature of a data structure
(C). lifetime of a data structure
(D). all of the above
Answer: (D). all of the above.

159. Select the correct about UNIX device driver


(A). Unstructured
(C). Structured into two halves called top half and bottom half
(D). None of the above
Answer: (C). Structured into two halves called top half and bottom half

160. what is memory


(A). is an device that performs a sequence of process specified by
instructions in memory
(B). is a computational unit to perform specific functions
(C). is a sequence of instructions
(D). is the device where information is stored
Answer: (D). is the device where information is stored

161. Select the addressing mode, in which the operand is given


explicitly in the instruction itself
(A). immediate mode
(B). absolute mode
(C). indirect mode
(D). index mode
Answer: (A). immediate mode

162. Select the addressing mode the effective address of the operand
is generated through adding a constant value to the context of register
(A). indirect mode
(B). immediate mode
(C). absolute mode
(D). index mode
Answer: (A). indirect mode

162. Define garbage


(A). allocated storage with all across path to it destroyed
(B). un-allocated storage
(C). allocated storage
(D). uninitialized storage
Answer: (A). allocated storage with all across path to it destroyed
.
163. Select from the following program That not belong to utility
(A). Spooler
(B). Editor
(C). Debugger
(D). All of the above
Answer: (A). Spooler

164. Select the development stategy where executive control modules


of a system are coded and tested first, is called?
(A). Bottom-up development
(B). Left-Right development
(C). Top-down development
(D). All of the above
Answer:(C). Top-down development

165. Select the systems software that does the job of merging the
records from two flies into one
(A). Utility program
(B). Documentation system
(C). Networking software
(D). Security software
Answer:(A). Utility program

166. The computer can not boot if it does not


have__________________?
(A). loader
(B). compiler
(C) operating system
(D). assembler
Answer: (A). loader

167. The Process Manager has to keep track of________?


(A). the priority of each program
(B). the status of each program
(C). the information management support to a programmer using the
system
(D). both a and b
Answer:(D). both a and b

168. The sequence of instructions, in a computer language, to obtain


the desired resultis called
(A). Algorithm
(B). Program
(C). Decision Table
(D). All of the above
Answer: (B). Program

169. The Action implementing instruction’s meaning arget through


(A). Instruction execution
(B). Instruction decode
(C). Instruction fetch
(D). Instruction program
Answer: (A). Instruction execution

170. The Running time of a program base on________?


(A). The order in which computations are performed
(B). The way the registers and addressing modes are used
(C). The usage of machine idioms
(D). All of these
Answer:(D). All of these

171. The bottom up parser create____________?


(A). Right most derivation in reverse
(B). Right most derivation
(C). Left most derivation
(D). Left most derivation in reverse
Answer:(A). Right most derivation in reverse

172. The Object program is a_________?


(A). Translation of high-level language into machine language
(B). Program to be translated into machine language
(C). Program written in machine language
(D). None of the mentioned
Answer: (A). Translation of high-level language into machine language
173. Select the system software based in main memory
(A). linker
(B). assembler
(C). texteditor
(D). all of these
Answer:(D). all of these

174. Select the Software that give permission to your computer to


communicate with the user, applications, and hardware is known as
(A). system software
(B). word processor
(C). application software
(D). database software
Answer: (A). system software

175. Select the Programs that linked computer resources and provide
an interface between users and the compute,and also used to run the
application program.
(A). operating systems
(B). utilitiesion
(C). device drivers
(D). language translators
Answer: (A). operating systems

176. Select the Specialized programs that allow specific input or


output devices to intrect with the rest of
the computer system are called
(A). device drivers
(B). utilities
(C). operating systems
(D). language translators
Answer: (A). device drivers

177. The type of program that performs certian tasks associate to


managing computer resources.Also called
(A). operating system
(B). utility
(C). language translator
(D). None of these
Answer: (B). utility

178. For the computer understaing the program it must be converted


into machine language by_____________?
(A). language translator
(B). utility
(C). device driver
(D). operating system
Answer: (D). operating system
.
179. Select the function that a not belong to the operating system
(A). Manage resources
(B). Provide a user interface
(C). Internet access
(D). Load and run applications
Answer: (C). Internet access

180. Select the items that used by the computer in its functioning are
collectively known as
(A). capital
(B). stuff
(C). resources
(D). properties
Answer: (C). resources
181. Select the Programs that has all of the computer’s resources add
like memory, processing, storage, and devices such as printers are
collectively known as
(A). language translators
(B). interfaces
(C). applications
(D). resources
Answer: (D). resources

182. The compiler used to transfer___________that the computer can


understand.
(A). Source code into data
(B). Algorithm into data
(C). Computer language into data
(D). None of the above
Answer: (A). Source code into data
.
183. The object code is then passed by program known as
(A). Linker
(B). Source code
(C). Integer
(D). None of the above
View Answer Report Discuss Too Difficult! Search Google
Answer: (A). Linker

184. When we starrt the the computer, a special type of absolute


loader is executed,is known as
(A). Compile and Go loader
(B). Bootstrap loader
(C). Boot loader
(D). Relating loader
Answer:(B). Bootstrap loader
185. Define the program?
(A). is the device where information is stored
(B). is a sequence of instructions
(C). is a device that performs a sequence of operations specified by
instructions in memory
(D). none of these
Answer: B). is a sequence of instructions

186. Select the following parts of system includes the program s or


instructions.
(A). icon
(B). hardware
(C). software
(D). information
Answer: (C). software

187. __ symbol used to separate the user name from the ISP in E-mail
addresses .
(A). %
(B). *
(C). .
(D). @
Answer: (D). @

188. The different types of applications and documents are


represented on the Windows desktop through______?
(A). graphs
(B). labels
(C). icons
(D). symbols
Answer: (C). icons
189. The coordination of processor operation in CPU is controled
by_____________?
(A). Registers
(B). ALU
(C). CU
(D). All of the above
Answer: (C). CU

190. Select the inventor of microprocessor


(A). Marican E Huff
(B). John Atansof
(C). Joseph Jucquard
(D). all of the above
Answer: (D). all of the above

191. Select the name first microprocessor chip was


(A). Intel4004
(B). Intel2004
(C). Intel3004
(D). Intel1004
Answer: (A). Intel4004

You might also like