PPSC Computer Lecturer MCQ

Download as pdf or txt
Download as pdf or txt
You are on page 1of 143

1.

which module give control of the CPU to the process selected by the short
term scheduler?

A. Dispatcher
B. Interrupt
C. Scheduler
D. None of these
2.The process that are residing in the main memory for execution are kept
on a list?

A. Job queue
B. Ready queue
C. Execution queue
D. Process queue
3.The interval from the time of submission of a process to the time of
completion is termed as:

A. Waiting time
B. Turnaround time
C. Response time
D. Through put time
4.Which scheduling algorithem allocates the CPU first to the process that
request the CPU first:

A. First comes first serves schedulling


B. Shortest job scheduling
C. Priority scheduling
D. None of these
5.In pariority scheduling algorithem:

A. CPU is allocatedto the process with highest priority


B. CPU is allocated to the process with the lowest priority
C. Equal priority processes cannot be scheduled
D. None of these
6.in priority scheduling algorithem,when a process arrives at the ready
queue,its priority is compared with the priority of:
A. All process
B. Currently running
C. Parent process
D. Init process
7.time quantum is defined in:

A. Shortest job scheduling algorithem


B. Round robin scheduling algorithem
C. Priority scheduling algorithem
D. Multilevel queue scheduling algorithem
8.In multilevel feedback scheduling algorithem;

A. A process can move to the different classified ready queue


B. Classification of ready queue is permanent
C. Processes are not classified into groups
D. None of the mentioned
9.which one is not scheduled by the kernel?

A. kernel level thread


B. user level thread
C. process
D. none of these
10.A process refers to 5 pages A,B,C,D,E in the
orders:A,B,C,D,A,B,E,A,B,C,D,E.if the page replacement algorithem in
FIFO,the number of page transfer with an empty internel store of 3 frames
is:

A. 8
B. 10
C. 9
D. 7
11.Amemory page containing a heavily used veriable that was
initialized very early and is in constant

Use is remove and then the page replacement algorithm used is:

A. LRU
B. LFU
C. FIFO
D. None of these
12.Users are ………..that their process are running on a paged system.

A. Aware
B. Unaware
C. Informed
D. None of these
13.The aim of creating page replacement algorithms is to:

A. Replace pages faster


B. Increase the page fault rate
C. Decrease the page fault rate
D. To allocate multiple pages to processes
14. A FIFO replacement algorithm associates with each page the:

(a) Time it was brought into memory

(b) Size of the page, in memory

(c) Page after and before it

(d) All of these

15. Optimal page – replacement algorithms is difficult to implement,


because:

(a) Replace the page that has been not used for a long time

(b) Replace the page that has been used for a long time

(c) Replace the page that will not be used for a long time

(d) None of these


16. Optimal page – replacement algorithm is difficult to implement,
because:

(a) It requires a lot of information

(b) It requires future knowledge of the reference string

(c) It is too complex

(d) It is extremely expensive

17. LRU page – replacement algorithm associates with each page the____:

(a) Time it was brought into memory

(b) Time of that page last use

(c) Page after and before it

(d) All of these

18. The cost price of 20 articles is the same as the selling price of x articles.
If the profit is 25%, then the value of x is:

(a) 15

(b) 16

(c) 18

(d) 25

19. CPU fetches the instruction from memory according to the value of:

(a) Program counter


(b) Status register

(c) Instruction register

(d) Program status word

20. A memory buffer used to accommodate a speed differential is called:

(a) Slack pointer

(b) Cache

(c) Accumulator

(d) Disk buffer

21. Which one of the following is the address generated by CPU:

(a) Physical address

(b) Absolute address

(c) Logical address

(d) None of these

22. Run time mapping from virtual to physical address is done by:

(a) Memory management unit

(b) CPU

(c) PCI

(d) None of these


23. Memory management technique in which system stores and retrieves
data from secondary storage for use in main memory is called:

(a) Fragmentation

(b) Paging

(c) Mapping

(d ) None of these

24. The Interrupt-request time is a part of the:

(a) Data line

(b) Control Line

(c) Address line

(d) None of these

25. The return address form the interrupt-service routine is stored on the:

(a) System Heap

(b) Processor register

(c) Processor slack

(d) Memory

26. The signal sent to the device from the processor to the device after
receiving an interrupt is:

(a) Interrupt-acknowledge
(b) Return signal

(c) Service signal

(d) Permission signal

27. A relational database consists of a collection of:

(a) Tables

(b) Fields

(c) Records

(d) Keys

28. A ____in a table represents a relationship among a set of values:

(a) Column

(b) Key

(c) Row

(d) Entry

29. The term is used to refer to a row:

(a) Attribute

(b) Tuple

(c) Field

(d) Instance
30. The term attribute refers to a____ of a table:

(a) Record

(b) Column

(c) Tuple

(d) Key

31. For each attribute of a relation, there is a set of permitted values, called
the ____of hat attribute:

(a) Domain

(b) Relation

(c) Set

(d) Schema

32. Which of the following is a tuple-generating dependency:

(a) Functional dependency

(b) Equality-generating dependencies

(c) Multi-valued dependencies

(d) Non-functional dependency

33. The main task carried out in the____ is to remove repeating attributes to
separate tables:

(a) First Normal Form


(b) Second Normal Form

(c) Third Normal Form

(d) Fourth Normal form

34. Which of the normal form is based on multi-valued-dependencies:

(a) First

(b) Second

(c) Third

(d) Fourth

35. Which form has a relation that possesses data about an individual entity:

(a) 2NF

(b) 3NF

(c) 4NF

(d) 5NF

36. Which of the wing has each related entity set has its own schema and
there is an additional Schema for the relationship set:

(a) VA many-to-many relationship set

(b) A multi-valued attribute of an entity set

(c) A one-to-many relationship set

(d) Both A and B


37. In which of the following, a separate schema is created consisting of that
attribute and the primary key of the entity set:

(a) A many-to-many relationship set

(b) A multi-valued attribute of an entity set

(c) A one-to-many relationship set

(d) Both (a) and (b)

38. In 2NF:

(a) No functional dependencies (FDs) exist

(b) No multi-valued dependencies (MVDs) exist

(c) No partial FDs exist

(d) No partial MVDs exist

39. ____can help us detect poor E-R design:

(a) Database Design Process

(b) E-R Design Process

(c) Relational scheme

(d) Functional dependencies

40. Build & Fix Model is suitable for programming exercises of____ LOC (Line
of Code):

(a) 100-200
(b) 200-400

(c) 400-1000

(d) Above 1000

41. What is the best way to represent the attributes in a large database:

(a) Relational-and

(b) Concatenation

(c) Dot representation AD

(d) All of these

42. Designers use which of the following to tune performance of systems to


support time critical operations:

(a) Demoralization

(b) Redundant optimization

(c) Optimization

(d) Realization

43. RAD stands for:

(a) Relative Application Development

(b) Rapid Application Development

(c) Rapid Application Document

(d) Rational Application Document


44. Which one of the following models is not suitable for accommodating
any change:

(a) Build & Fix Model

(b) Prototyping Model

(c) RAD Model

(d) Waterfall Model

45. With one of the following is not a phase of Prototyping Model:

(a) Quick Design

(b) Coding

(C) Prototype Refinement

(d) Engineer Product

46. RAD Model has:

(a) 2 phases

(b) 3 phases

(c) 5 phases

(d) 6 phases

47. What is the major drawback of using RAD Model:

(a) Highly specialized and skilled developers / designers are required

(b) Increases re-usability of components


(c) Encourages customer/client feedback

(d) Both (a) and (c)

48. SDLC stands for:

(a) Software Development Life Cycle

(b) System Development Life Cycle

(c) Software Design Life Cycle

(d) System Design Life Cycle

49. Which model can be selected if user is involved in all the phases of SDLC:

(a) Waterfall Model

(b) Prototyping Model

(c) RAD Model

(d) Both (a) and (c)

50. Two devices are in network if:

(a) A process in one device is able to exchange information with a process in


another device

(b) A process is running on both devices

(c) PIDs of the processes running of different devices are same

(d) None of these

51. In computer network nodes are:


(a) The computer that originates the data

(b) The computer that routes the data

(c) The computer that terminates the data

(d) All of these

52. Communication channel is shared by all the machines on the network in:

(a) Broadcast network

(b) Uni-cast network

(c) Multi-cast network

(d) None of these

53. Bluetooth is an example of:

(a) Personal area network

(b) Local area network

(c) Virtual private network

(d) None of these

54. A is a device that forwards packets between networks by processing the


routing information included in the packed:

(a) Bridge

(b) Firewall

(c) Router
(d) All of these

55. A ____list of protocols used by a system, one protocol per layer, is called:

(a) Protocol architecture

(b) Protocol stack

(c) Protocol suit

(d) None of these

56. Network congestion occurs:

(a) In case of traffic overloading

(b) When a system terminates

(c) When connection between two nodes terminates

(d) None of these

57. Which one of the following extends a private network across public
networks:

(a) Local area network

(b) Virtual private network

(c) Enterprise private network

(d) Storage area network

58. The network layer concerns with:

(a) Bits
(b) Frames

(c) Packets

(d) None of these

59. Which one of the following is not a function of network layer:

(a) Routing

(b) Inter-networking

(c) Congestion control

(d) None of these

60. The 4 byte IP address consists of:

(a) Network address

(b) Host address

(c) Both (a) and (b)

(d) None of these

61. In virtual circuit network each packet contains:

(a) Full source and destination address

(b) A short VC number

(c) Both (a) and (b)

(d) None of these


62. Which one of the following routing algorithm can be used for network
layer design:

(a) Shortest path algorithm

(b) Distance vector routing

(c) Link stale routing

(d) All of these

63. The network layer protocol of Internet is:

(a) Ethernet

(b) Internet protocol

(c) Hypertext transfer protocol

(d) None of these

64. ICMP is primarily used for:

(a) Error and diagnostic functions

(b) Addressing

(c) Forwarding

(d) None of these

65. The lexical analyzer takes____ as input and produces a stream of ____as
output:

(a) Source, program tokens


(b) Token, source program

(c) Both (a) and (b)

(d) None of these

66. Parsing is also known as:

(a) Lexical Analysis

(b) Syntax Analysis

(c) Semantic Analysis

(d) Code Generation

67. A compiler program written in a high level language is called:

(a) Source Program

(b) Object Program

(c) Machine Language Program

(d) None of these

68. The number of pixels stored in the frame buffer of a graphics system is
known as:

(a) Resolution

(b) Depth

(c) Mass

(d) None of these


69. In graphical system, the array of pixels in the picture is stored in:

(a) Memory

(b) Frame buffer

(c) Processor

(d) All of these

70. Which of the following is key characteristic of hacker:

(a) Afraid to say they don’t know the answer

(b) Willing to find answers on their own

(c) Not willing to find answers on their own

(d) All of these

71. Which of the following focuses on the discovery of (previously)


unknown properties on data:

(a) Data mining

(b) Big Data

(c) Data wrangling

(d) Machine Learning

72. Which process model should be used in virtually all situations of web
engineering:

(a) Incremental Model


(b) Waterfall Model

(c) Spiral Model

(d) None of these

73. Which analysis is a part of Analysis model of the web engineering


process framework:

(a) Content Analysis

(b) Interaction Analysis

(c) Functional Analysis

(d) All of these

74. Which of the following statements are incorrect with reference to web-
based systems? Web-based systems:

(a) Should be un-scalable

(b) Must be to cope uncertain, random heavy demand on services

(c) Must be secure

(d) Are subject to assorted legal, social and ethical scrutiny

75. What category of web-based system would you assign to discussion


group:

(a) Information Work

(b) Transaction-oriented

(c) Web portals


(d) Workflow-oriented

76. What categories of web-based system would you assign to discussion


groups:

(a) Collaborative work

(b) Online communities

(c) Web portals

(d) Workflow-oriented

77. “W3C stands for:

(a) World Wide Web Consortium

(b) World Wide Web Collaboration

(c) World Wide Web Community

(d) None of these

78. Which of the following is a risk associated with using hypertext in web
applications:

(a) Loss of sense of locality and direction

(b) Cognitive overload for users

(c) Both (a) and (b)

(d) None of these

79. Which of the following is not a NoSQL database:


(a) SQL Server

(b) MongoDB

(c) Cassandra

(d) None of these

80. Which of the following is a NoSQL Database type:

(a) SQL

(b) Document databases

(c) JSON

(d) All of these

81. Which one of the following is an example of Operating System:

(a) Microsoft Word

(b) Microsoft Excel

(c) Microsoft Access

(d) Microsoft Windows

82. By default on which page the Header or the Footer is printed, in MS


Word:

(a) On first page

(b) On alternate page

(c) On every page


(d) None of these

83. Complete the number series: 15, 31, 63, 127, 255____:

(a) 513

(b) 511

(c) 523

(d) 517

84. A vendor bought toffees at 6 for a rupee. How many for a rupee must he
sell to gain 20%:

(a) 3

(b) 4

(c) 5

(d) 6

85. “To face the music” means:

(a) To be greeted rudely

(b) To be offered warm hospitality

(c) To be on the front seat in a concert

(d) To bear the consequences

86. What is the synonym of “Posthumous”:

(a) After death


(b) Moisture

(c) Rich

(d) Rear

87. What is the antonym of “Meandering”:

(a) Sliding

(b) Straight

(c) Sloping

(d) Curved

88. Find the correctly spelt word:

(a) Dicotomy

(b) Dicotemy

(c) Dichotomy

(d) Dechotomy

89. To which fruit is Plantain similar to:

(a) Grapefruit

(b) Apples

(c) Jackfruit

(d) Bananas
90. Exposure to sunlight results in formation of in the bod:

(a) Vitamin A

(b) Vitamin C

(c) Vitamin K

(d) Vitamin D

91. Who was the first American President to resign while in office:

(a) Theodore Roosevelt

(b) Bill Clinton

(c) Richard Nixon

(d) John Quincy Adams

92. The current capital of Kazakhstan is Astana. Name the former capital:

(a) Almaty

(b) Dushanbe

(c) Bishkek

(d) None of these

93. In Geography what do you understand by “Pangaea”:

(a) A super continent

(b) Hills formed by lava outflow


(c) Concentration of sulphur in hot springs

(d) None of these

94. After partition of Bengal, the Capital of East Bengal and Assam was:

(a) Dhaka

(b) Calcutta

(c) Chittagong

(d) Sylhet

95. Which was the official language during the Muslim Rule in India:

(a) Urdu

(b) Turkish

(c) Persian

(d) Arabic

96. Which of the following is not an Olympic Sport:

(a) Squash

(b) Badminton

(c) Wrestling

(d) Fencing

97. The flag of which country is also known as the Union Jack:
(a) UK

(b) USA

(c) New Zealand

(d) Barbados

98. Boao Forum for Asia, which holds its annual conference at Boao Hainan
Province, China, was originally proposed by former President Ramos of
Philippines, former Prime Minister Monhiro Hosokawa of Japan and:

(a) Former Prime Minister Bob Hawke of Australia

(b) Former Prime Minister Mahathir Muhammad of Malaysia

(c) Former President Hu Jintao of China

(d) Former Prime Minister Shaukat Aziz of Pakistan

99. In triangulation method, the whole area is divided into:

(a) Scale triangles

(b) Triangles

(c) Obtuse triangles

(d) Well-conditioned triangles

100. The headquarter of NATO is located in____:

(a) New York

(b) Paris
101. The network layer concerns with

a) bits

b) frames

c) packets

d) none of the mentioned

102. Which one of the following is not a function of network layer?

a) routing

b) inter-networking

c) congestion control

d) none of the mentioned

103. The 4 byte IP address consists of

a) network address

b) host address

c) both (a) and (b)

d) none of the mentioned

104. In virtual circuit network each packet contains

a) full source and destination address

b) a short VC number
c) both (a) and (b)

d) none of the mentioned

105. Which one of the following routing algorithm can be used for network
layer design?

a) shortest path algorithm

b) distance vector routing

c) link state routing

d) all of the mentioned

106. Two devices are in network if

a) a process in one device is able to exchange information with a process in


another

device

b) a process is running on both devices

c) PIDs of the processes running of different devices are same

107. In computer network nodes are

a) the computer that originates the data

b) the computer that routes the data

c) the computer that terminates the data

d) all of the mentioned


108. Communication channel is shared by all the machines on the network
in

a) broadcast network

b) unicast network

c) multicast network

109. Bluetooth is an example of

a) personal area network

b) local area network

c) virtual private network

110. A _____ is a device that forwards packets between networks by


processing the

routing information included in the packet.

a) bridge

b) firewall

c) router

d) all of the mentioned

111. A list of protocols used by a system, one protocol per layer, is called

a) protocol architecture

b) protocol stack
c) protocol suit

d) none of the mentioned

112. Network congestion occurs

a) in case of traffic overloading

b) when a system terminates

c) when connection between two nodes terminates

d) none of the mentioned

1113. Which one of the following extends a private network across public
networks?

a) local area network

b) virtual private network

c) enterprise private network

d) storage area network

114. Which module gives control of the CPU to the process selected by the
short-term

scheduler?

a) dispatcher

b) interrupt

c) scheduler
d) none of the mentioned

1115. The processes that are residing in main memory and are ready and
waiting to

execute are kept on a list called

a) job queue

b) ready queue

c) execution queue

d) process queue

116. The interval from the time of submission of a process to the time of
completion is

termed as

a) waiting time

b) turnaround time

c) response time

d) throughput

117. Which scheduling algorithm allocates the CPU first to the process that
requests the

CPU first?

a) first-come, first-served scheduling

b) shortest job scheduling


c) priority scheduling

118. In priority scheduling algorithm

a) CPU is allocated to the process with highest priority

b) CPU is allocated to the process with lowest priority

c) equal priority processes can not be scheduled

d) none of the mentioned

119. In priority scheduling algorithm, when a process arrives at the ready


queue, its

priority is compared with the priority of

a) all process

b) currently running process

c) parent process

d) init process

120. Time quantum is defined in

a) shortest job scheduling algorithm

b) round robin scheduling algorithm

c) priority scheduling algorithm

d) multilevel queue scheduling algorithm

121.ASCII and EBCDIC are the popular character coding systems. What does
EBCDIC stand for?

A) Extended Binary Coded Decimal Interchange Code

B) Extended Bit Code Decimal Interchange

C) Extended Bit Case Decimal Interchange

D) Extended Binary Case Decimal Interchange

122. UNIVAC is Code

A) Universal Automatic Computer

B) Universal Array Computer Code

C) Unique Automatic Computer

D) Unvalued Automatic Computer Code

123.The basic operations performed by a computer are:

A) Arithmetic operation

B) Logical operation

C) Storage and relative

D) All the above

124. The brain of any computer system is

A) ALU

B) Memory
C) CPU

D) Control unit

125. The two major types of computer chips are

A) External memory chip on

B) Primary memory chip

C) Microprocessor chip

D) Both b and c

126. Storage capacity of magnetic disk depends

A) tracks per inch of surface

B) bits per inch of tracks

C) disk pack in disk surface

D) All of above

127. 4. Microprocessors as switching devices are for which generation


computers?

A) First Generation

B) Second Generation

C) Third Generation

D) Fourth Generation

128. The two kinds of main memory are:


A) Primary and secondary

B) Random and sequential

C) ROM and RAM

D) All of above

129. What is the main difference between a mainframe and a super


computer?

A) Super computer is much larger than mainframe computers

B) Super computers are much smaller than mainframe computers

C) Supercomputers are focused to execute few programs as fast as possible


while mainframe uses its power to execute as many programs concurrently.

D) Supercomputers are focused to execute as many programs as possible while


mainframe boardroom. We call it uses its power to execute few programs as fast
as possible.

130. A storage area used to store data to a than compensate for the
difference in speed at which the different units can handle data is?

A)Memory

B) Buffer

C) Accumulator

D) Address

131. Computer is free from tiresome and boardroom. We call it

A) Accuracy
B) Reliability

C) Diligence

D) Versatility

132. Integrated Circuits (ICs) are related to (hardcopy) in color, you would
want to use

which generation of computers? a/n

A) First generation

B) Second generation

C) Third generation

D) Fourth generation

133. To produce high quality graphics

A) RGB monitor

B) Plotter

C) Ink-jet printer

D) Laser printer

134. CD-ROM is a

A) Semiconductor memory

B) Memory register

C) Magnetic memory
D) None of above

135. What are the stages in the compilation process?

A) Feasibility study, system design and testing

B) Implementation and documentation

C) Lexical Analysis, syntax analysis, and code

D) None of the above

136.A hybrid computer

A) Resembles digital computer

B) Resembles analogue computer

C) Resembles both a digital and analogue computer

D) None of the above

137.Which of the following IC was used in third generation of computers?

A) SSI

B) MSI

C) LSI

D) Both a and b

138. Which type of computers uses the 8-bit code called EBCDIC?

A) Minicomputers
B) Microcomputers

C) Mainframe computers

D) Super computer

139. The ALU of a computer responds to the commands coming from

A) Primary memory

B) Control section

C) External memory

D) Cache memory

140. A dumb terminal has

A) an embedded microprocessor

B) extensive memory

C) independent processing capability

D) a keyboard and screen

141.Chief component of first generation computer was:

A) Transistors

b)Vacuum Tubes and Valves

C) Integrated Circuits

D) None of above
142. One millisecond is

A) 1 second

B) 10th of a seconds

C) 1000th of a seconds

D) 10000th of a seconds Visit

143. 24. The output quality of a printer is measured by could store _____ of
data.

A) Dot per sq. inch

B) Dot per inch

C) Dots printed per unit time

D) All of the above

144. A high quality CAD system uses the following for printing drawing and
graphs

A) Dot matrix printer

B) Digital plotter

C) Line printer

D) All of the above

145. What was the computer invented by Attanasoff and Clifford?

A) Mark
B) ABC

C) Z3

D) None of above

146.Which of the following is not an input device?

A) OCR

B) Optical scanners

C) Voice recognition device

D) COM (Computer Output to Microfilm)

147.Algorithm and Flow chart help us to

A) Know the memory capacity

B) Identify the base of a number system

C) Direct the output to a printer

D) Specify the problem completely and clearly148.. The network layer


concerns with

a) bits

b) frames

c) packets

d) none of the mentioned


149.Which one of the following is not a function of network layer?

a) routing

b) inter-networking

c) congestion control

d) none of the mentioned

150. The 4 byte IP address consists of

a) network address

b) host address

c) both (a) and (b)

d) none of the mentioned

151. In virtual circuit network each packet contains

a) full source and destination address

b) a short VC number

c) both (a) and (b)

d) none of the mentioned

152. Which one of the following routing algorithm can be used for network
layer design?

a) shortest path algorithm

b) distance vector routing


c) link state routing

d) all of the mentioned

153. Two devices are in network if

a) a process in one device is able to exchange information with a process in


another device

b) a process is running on both devices

c) PIDs of the processes running of different devices are same

d) none of the mentioned

154.. In computer network nodes are

a) the computer that originates the data

b) the computer that routes the data

c) the computer that terminates the data

d) all of the mentioned

155. Communication channel is shared by all the machines on the network


in

a) broadcast network

b) unicast network
c) multicast network

d) none of the mentioned

156. Bluetooth is an example of

a) personal area network

b) local area network

c) virtual private network

d) none of the mentioned

157. A _____ is a device that forwards packets between networks by


processing the routing information included in the packet.

a) bridge

b) firewall

c) router

d) all of the mentioned

158. A list of protocols used by a system, one protocol per layer, is called

a) protocol architecture

b) protocol stack

c) protocol suit
d) none of the mentioned

159. Network congestion occurs

a) in case of traffic overloading

b) when a system terminates

c) when connection between two nodes terminates

d) none of the mentioned

160. Which one of the following extends a private network across public
networks?

a) local area network

b) virtual private network

c) enterprise private network

d) storage area network

161. Which module gives control of the CPU to the process selected by the
short-term scheduler?

a) dispatcher

b) interrupt

c) scheduler

d) none of the mentioned


162. The processes that are residing in main memory and are ready and
waiting to execute are kept on a list called

a) job queue

b) ready queue

c) execution queue

d) process queue

163. The interval from the time of submission of a process to the time of
completion is termed as

a) waiting time

b) turnaround time

c) response time

d) throughput

164. Which scheduling algorithm allocates the CPU first to the process that
requests the CPU first?

a) first-come, first-served scheduling

b) shortest job scheduling

c) priority scheduling

d) none of the mentioned

165. In priority scheduling algorithm

a) CPU is allocated to the process with highest priority


b) CPU is allocated to the process with lowest priority

c) equal priority processes can not be scheduled

d) none of the mentioned

166. In priority scheduling algorithm, when a process arrives at the ready


queue, its priority is compared with the priority of

a) all process

b) currently running process

c) parent process

d) init process

167. Time quantum is defined in

a) shortest job scheduling algorithm

b) round robin scheduling algorithm

c) priority scheduling algorithm

d) multilevel queue scheduling algorithm

168.. Process are classified into different groups in

a) shortest job scheduling algorithm

b) round robin scheduling algorithm


c) priority scheduling algorithm

d) multilevel queue scheduling algorithm

169. In multilevel feedback scheduling algorithm

a) a process can move to a different classified ready queue

b) classification of ready queue is permanent

c) processes are not classified into groups

d) none of the mentioned

170. Which one of the following can not be scheduled by the kernel?

a) kernel level thread

b) user level thread

c) process

d) none of the mentioned

171. A memory page containing a heavily used variable that was initialized
very early and is in constant use is removed, then the page replacement
algorithm used is :

a) LRU

b) LFU
c) FIFO

d) None of these

172. Users _______ that their processes are running on a paged system.

a) are aware

b) are unaware

c) None of these

173) The aim of creating page replacement algorithms is to :

a) replace pages faster

b) increase the page fault rate

c) decrease the page fault rate

d) to allocate multiple pages to processes

174. A FIFO replacement algorithm associates with each page the _______

a) time it was brought into memory

b) size of the page in memory

c) page after and before it


d) All of these

175.Optimal page – replacement algorithm is :

a) Replace the page that has not been used for a long time

b) Replace the page that has been used for a long time

c) Replace the page that will not be used for a long time

d) None of these

176.) Optimal page – replacement algorithm is difficult to implement,


because :

a) it requires a lot of information

b) it requires future knowledge of the reference string

c) it is too complex

d) it is extremely expensive

177) LRU page – replacement algorithm associates with each page the ______

a) time it was brought into memory

b) the time of that page’s last use

c) page after and before it

d) All of these
178. For 3 page frames, the following is the reference string :

70120304230321201701

i) How many page faults does the LRU page replacement algorithm produce
?

a) 10

b) 15

c) 11

d) 12

179. Build & Fix Model is suitable for programming exercises of ___________
LOC (Line of Code).

a) 100-200

b) 200-400

c) 400-1000

d) above 1000

180. RAD stands for

a) Relative Application Development

b) Rapid Application Development

c) Rapid Application Document

181. Which one of the following models is not suitable for accommodating
any change?
a) Build & Fix Model

b) Prototyping Model

c) RAD Model

d) Waterfall Model

182. Which one of the following is not a phase of Prototyping Model?

a) Quick Design

b) Coding

c) Prototype Refinement

d) Engineer Product

183. RAD Model has

a) 2 phases

b) 3 phase

c) 5 phases

d) 6 phases

184. What is the major drawback of using RAD Model?

a) Highly specialized & skilled developers/designers are required.

b) Increases re-usability of components.

c) Encourages customer/client feedback.


d) Both a & c.

185. SDLC stands for

a) Software Development Life Cycle

b) System Development Life cycle

c) Software Design Life Cycle

d) System Design Life Cycle

186. Which model can be selected if user is involved in all the phases of
SDLC?

a) Waterfall Model

b) Prototyping Model

c) RAD Model

d) both b & c

This set of Database Questions & Answers focuses on “Relational Database and
Database Schema”

187. A relational database consists of a collection of

a) Tables

b) Fields

c) Records
d) Keys

188. A ________ in a table represents a relationship among a set of values.

a) Column

b) Key

c) Row

d) Entry

189. The term _______ is used to refer to a row.

a) Attribute

b) Tuple

c) Field

d) Instance

190. The term attribute refers to a ___________ of a table.

a) Record

b) Column

c) Tuple

d) Key

191. For each attribute of a relation, there is a set of permitted values, called
the ________ of that attribute.
a) Domain

b) Relation

c) Set

d) Schema

192. Which forms has a relation that possesses data about an individual
entity:

a) 2NF

b) 3NF

c) 4NF

d) 5NF

193. Which forms are based on the concept of functional dependency:

a) 1NF

b) 2NF

c) 3NF

d) 4NF

The table is in 3NF if every non-prime attribute of R is non-transitively


dependent (i.e. directly dependent) on every superkey of R.

194. _____________ can help us detect poor E-R design.


a) Database Design Process

b) E-R Design Process

c) Relational scheme

d) Functional dependencies

195. Which of the following has each related entity set has its own schema
and there is an additional schema for the relationship set.

a) A many-to-many relationship set

b) A multivalued attribute of an entity set

c) A one-to-many relationship set

d) Both a and b

196. In which of the following , a separate schema is created consisting of


that attribute and the primary key of the entity set.

a) A many-to-many relationship set

b) A multivalued attribute of an entity set

c) A one-to-many relationship set

d) Both a and b

197. What is the best way to represent the attributes in a large database?

a) Relational-and
b) Concatenation

c) Dot representation

d) All of the above

198. Designers use which of the following to tune performance of systems


to support time-critical operations?

a) Denormalization

b) Redundant optimization

c) Optimization

d) Realization

199. The lexical analyzer takes_________as input and produces a stream


of_______as output.

a) Source program, tokens

b) Token, source program

c) Either of the two

d) None of the mentioned

200.Parsing is also known as

a) Lexical Analysis

b) Syntax Analysis

c) Semantic Analysis
d) Code Generation

201. A compiler program written in a high level language is called

a) Source Program

b) Object Program

c) Machine Language Program

d) None of the mentioned

202) AX register is also known as:


(a) Accumulator

(b) Collector

(c) Distributor

(d) Counter

(e) None of these

203) In the Base + Offset addressing, Offset address is also known as:

(a) Physical Address

(b) Logical Address

(c) Actual Address

(d) Instruction Address

(e) None of these

204) The technique for allowing a unit to check the status of another
independently function unit is known as?

(a) Interrupt

(b) System call

(c) Polling

(d) Trape

(e) None of these

(205) The method for storing data temporarily such that the input-output of
the same job is overlapped with its own processing, is known as:

(a) Spooling

(b) Contention

(c) I/O wait

(d) Buffering

(e) None of these

(206) The DMA that uses Busses when CPU is not using them is termed as:

(a) Shared DMA

(b) Cycle Stealing

(c) Channel

(d) Transparent DMA

(e) None of these


(207) _________ Scheduler deals with the decision as to whether to admit another
new job to the system.

(a) High Level

(b) Medium Level

(c) Low Level

(d) Short term

(e) None of these

208) When the process is in the states of Blocked Suspended or Ready


Suspended, its relevant data is stored in:

(a) Main Memory

(b) Hard Disk

(c) Magnetic Tape

(d) Buffer

(e) None of these

209) Priority, P = (Time Waiting + Run Time) / Run Time is used to calculate
priority in __________ scheduling algorithm:

(a) Shortest Job First

(b) Priority Scheduling

(c) Longest Wait First

(d) Highest Response Ratio Next


(e) None of these

210. HDLC Protocol stands for:

(a) High-Level Data Link Control

(b) High Level Development Protocol

(c) Huge Level Data Link Control

(d) High Development Level Control

(e) None of these

211) DBMS stands for what

A. Database Management System


B. Database Master System
C. Database Management Structure
D. None of the above\
212. Mostly which of the following device is used to carry user files?

A. Floppy Disk

B. Hard Disk

C. RAM

D. CDROM

213. Which device is used to backup the data?

A. Floppy Disk

B. Tape

C. Network Drive.
D. All of the above

214. In order to play and hear sound on a computer, one needs:

A. a sound card and speakers

B. a microphone

C. all of them required

D. none of them required

215. Which of the following are the cheapest memory devices in terms of
Cost/Bit?

A. Semiconductor memories

B. Magnetic Disks

C. Compact Disks

D. Magnetic Tapes

216. Which of the following are the best units of data on an external storage
device?

A. Bits

B. Bytes

C. Hertz

D. Clock cycles

217. Which of the following have the fastest access time?


A. Semiconductor Memories

B. Magnetic Disks

C. Magnetic Tapes

D. Compact Disks

218. Which of the following is a read only memory storage device?

A. Floppy Disk

B. CDROM

C. Hard Disk

D. None of these

219. Which of the following is a programming language?

A. Lotus

B. Pascal

C. MS-Excel

D. Netscape

220. What is a compiler?

A. A compiler does a conversion line by line as the program is run

B. A compiler converts the whole of a higher level program code into


machine code in one step

C. A compiler is a general purpose language providing very efficient execution


D. None of the above

221. What is an interpreter?

A. An interpreter does the conversion line by line as the program is run

B. An interpreter is the representation of the system being designed

C. An interpreter is a general purpose language providing very efficient execution

D. None of the above

222. When a key is pressed on the keyboard, which standard is used for
converting the keystroke into the corresponding bits?

A. ANSI

B. ASCII

C. EBCDIC

D. ISO

223. A Pixel is ………

A. A computer program that draws picture

B. A picture stored in secondary memory

C. The smallest resolvable part of a picture

D. None of these

224. Which device is used as the standard pointing device in a Graphical


User Environment?
A. Keyboard

B. Mouse

C. Joystick

D. Track ball

225. Which number system is usually followed in a typical 32-bit computer?

A. 2

B. 10

C. 16

D. 32

226. Which number system is usually followed in a typical 32-bit computer?

A. Binary

B. Decimal

C. Hexadecimal

D. Octal

227. Which of the following is not an output device?

A. Scanner

B. Printer

C. Flat Screen
D. Touch Screen

228. Which of the following devices have a limitation that we can only store
information to it but cannot erase or modify it?

A. Floppy Disk

B. Hard Disk

C. Tape Drive

D. CDROM

229. Which technology is used in Compact disks?

A. Mechanical

B. Electrical

C. Electro Magnetic

D. Laser

230. Which of the following storage devices can store maximum amount of
data?

A. Floppy Disk

B. Hard Disk

C. Compact Disk

D. Magneto Optic Disk

231. Which of the following is the largest manufacturer of Hard Disk Drives?
A. IBM

B. Seagate

C. Microsoft

D. 3M

232. The programs which are as permanent as hardware and stored in ROM is
known as

A. Hardware

B. Software

C. Firmware

D. ROM ware

233. Memory unit is one part of

A. Input device

B. Control unit

C. Output device

D. Central Processing Unit

234.Who built the first Mechanical Calculator

A. Joseph Marie Jacquard

B. John Mauchly

C. Blaise Pascal
D. Howard Aiken

235. The earliest calculating devices are

A. Abacus

B. Clock

C. Difference Engine

D. None of these

236. Punched cards were first introduced by

A. Powers

B. Pascal

C. Jacquard

D. Herman Hollerith

237. Word length of a Personal Computer is ___

A. 4 bits

B. 8 bits

C. 16 bits

D. 64 bits

238. Cursor is a ____

A. Pixel
B. Thin blinking line

C. Pointing device

D. None of these

239. Operating system, editors, and debuggers comes under?

A. System Software

B. Application Software

C. Utilities

D. None of the above

240. Which device is required for the Internet connection?

A. Joystick

B. Modem

C. CD Drive

D. NIC Card

241. What does DMA stand for?

A. Distinct Memory Access

B. Direct Memory Access

C. Direct Module Access

D. Direct Memory Allocation


242. When did John Napier develop logarithm?

A. 1416

B. 1614

C. 1641

D. 1804

243. A normal CD-ROM usually can store up to __________data?

A. 680 KB

B. 680 Bytes

C. 680 MB

D. 680 GB

244. ATM stands for?

A. Automatic Talking Machine

B. Automatic Teller Machine

C. Analog Teller Machine

D. Automatic Ticketing Machine

245. The Second Generation Computer was based on ………….

A. Vacuum Tube

B. Silicon Chips
C. Transistor

D. Bio Chips

246. The Third Generation Computer was made with ………….

A. Vacuum Tube

B. Discrete Components

C. IC

D. Bio Chips

247. he BIOS is the abbreviation of ………….

A. Basic Input Output System

B. Best Input Output System

C. Basic Input Output Symbol

D. Base Input Output System

248. What do you call a single point on a computer screen

A. Cell

B. Element

C. Pixel

D. Bit

249. How was the generation of computer classified?


A. by the device used in memory & processor

B. by the speed of computer

C. by the model of the computer

D. by the accuracy of computer

250. Through which device the main components of the computer


communicate with each other?

A. Keyboard

B. System Bus

C. Monitor

D. Memory

251. Which is a valid program to access the Internet?

A. Access

B. Front Page

C. Windows Explorer

D. Netscape

252. Which one is the Low Level Language?

A. Assembly

B. Visual Basic

C. Java
D. C++

253. Which is a volatile memory?

A. ROM

B. BIOS

C. PROM

D. RAM

254. The digital signals can be represented by

A. Binary Codes

B. 0 and 1

C. High and Low

D. all of the above

255. Which program can be used for email?

A. Internet Explorer

B. Outlook Express

C. NetMeeting

D. FrontPage

256. Modulator-demodulator is a device that converts:

A. Digital signal into analog signal


B. Analog signal into digital signal

C. Both A and B

D. None of the above

257. _______ is used for scanning the pictures and putting them in digitized
form in the computer.

A. CD-ROM

B. Plotter

C. Bar-coder

D. Scanner

258. Animator, 3D Studio, Corel Draw and Flash are………….

A. Word processors

B. Spreadsheet packages

C. Multimedia S/W

D. None of the above

259. Which statement is valid?

A. 1 KB = 8 bytes

B. 1 MB = 8 KB

C. 1 KB = 1024 bytes

D. 1 MB = 1024 bytes
260. Which device is used to process data?

A. CPU

B. RAM

C. DCU

D. VDU

261. Who is known as the father of Computer Science?

A. Charles Babbage

B. Howard Aiken

C. Dr. Herman Hollerith

D. Blaise Pascal

262. What is the capacity of a 3.5” Floppy Disk?

A. 360KB

B. 720KB

C. 1.2MB

D. 1.44MB

263. A Personal Computer (PC) is a …………….. Computer.

A. Super

B. Main Frame
C. Mini

D. Micro

264. What type of printers are Dot Matrix Printers?

A. Laser

B. Inkjet

C. Impact

D. Drum

265. What is the full form of RAM?

A. Read Access Memory

B. Random Access Memory

C. Rapid access Memory

D. none

266. A light sensitive device that converts drawing, printed text or other
images into digital form is

A. Keyboard

B. Plotter

C. Scanner

D. OMR E.

None of these
Answer: Option C

267. Which protocol provides e-mail facility among different hosts?

A. FTP

B. SMTP

C. TELNET

D. SNMP

E. None of these

Answer: Option B

268. The basic architecture of computer was developed by

A. John Von Neumann

B. Charles Babbage

C. Blaise Pascal

D. Garden Moore

E. None of these

Answer: Option A

269. In order to tell Excel that we are entering a formula in cell, we must
begin with an operator such as A. $

B. @

C. +
D. =

E. #

Answer: Option D

270. In how many generations a computer can be classified?

A. 3

B. 4

C. 5

D. 6

Answer: Option C

271. Fifth generation computers are based on

A. Artificial Intelligence

B. Programming Intelligence

C. System Knowledge

D. VVLSI

Answer: Option A

272. First generation of computer was based on which technology?

A. Transistor

B. LSI
C. VLSI

D. Vacuum Tube

Answer: Option D

273. Microprocessor was introduced in which generation of computer?

A. Second Generation B. Fourth Generation

C. Both (A) and (B) D. Third Generation

Answer: Option B

274. Second generation computers are made of

A. Vacuum Tubes B. Transistors

C. LSI D. VLSI

Answer: Option B

275. Which of the following memory is nonvolatile?

A. SRAM B. DRAM

C. ROM D. All of the above

276. GUI stands for

A. Graph Use Interface B. Graphical Universal Interface

C. Graphical User Interface D. Graphical Unique Interface

277. Any data or instruction entered into the memory of a computer is


considered as
A. Storage B. Output

C. Input D. Information

Answer: Option C

278. Time during which a job is processed by the computer is:

A. Execution Time B. Delay Time

C. Real Time D. Waiting Time

Answer: Option A

279. Which of the following circuit is used as a ‘Memory device’ in


computers?

A. Rectifier B. Flip Flop

C. Comparator D. Attenuator

Answer: Option B

280. The memory sizes in mainframe computers and advanced technology


microcomputer are expressed as

A. Bytes B. Kilobytes

C. Bits D. Megabytes

Answer: Option D

281.A typical slide in a slide presentation would not include

• photo images charts, and graphs


• graphs and clip art
• c) clip art and audio clips
• full motion video
• None of these
282.The PC productivity tool that manipulates data organized in rows and
column is called a

• f) spreadsheet
• word processing document
• presentation mechanism
• database record manager
• None of these
283.In the absence of parentheses, the order of operation is

• exponentiation, addition of subtraction, multiplication of division


• addition or subtraction, multiplication or division, exponentiation
• multiplication or division, exponentiation, addition or subtraction
• n) exponentiation, multiplication or division, addition of
subtraction
• None of these
284.To find the Paste Special option, you use the clipboard group on
the tab of power point

A. Design
b)Slide show

c) Page layout

d) Home

285.A(n) program is one that is ready to run and does not need to be
altered in any way.

a)Interpreter

b) High level

c) Compiler
d) Executabl

286.In order to get 256 from the number 2568 we divide this number by 10
and take,

► Its remainder

► The number

► Its quotient

► Its divisor

287 .The correct syntax of do-while loop is,

► (condition ) while; do { statements; };

► { statements; } do-while ();

► while(condition); do { statements; };

► do { statements; } while (condition);

288. Which of the following function(s) is/are included in stdlib.h header


file?

► double atof(const char *nptr)

► int atoi(const char *nptr)

► char *strcpy ( char *s1, const char *s2)

► 1 and 2 only

289 . If the break statement is missed in switch statement then,


► The compiler will give error

► This may cause a logical error

► No effect on program

► Program stops its execution

290.The data type before a function name represents its,

► Return Type (

► Function data

► Function arguments

► Function name

291. Member function tellg() returns the current location of


the _ pointer.

► tellptr()

► write()

► seekg()

► get()

292.What does 5 | 6 , evaluate to in decimal where ‘|’ is bitwise OR operator?

►3

►4

►5
►7

5|6=

0101

0110

——–

0111=7

293 . C is widely known as development language of operating


system.

► Linux

► Windows

► Unix

► Mac OS

294. What will be the result of arithmetic expression 6+27/3*3?

► 33

► 45

►9

► 30

295. How many Bytes are occupied by declaring following array of


characters?
char str[] = “programming”;

► 10

► 11

► 12

► 13

296. What will be the correct syntax for initialization of pointer ptr with
string “programming”?

► char ptr = ’programming’ ;

► char *ptr = “programming” ;

► char *ptr = ‘programming’ ;

► *ptr = “programming” ;

array element in each array initialized with a single character enclosed in


single quote.

While assigning a character value to a char type variable single quotes are
used around the character as ‘a’.

297. What will be the result of expression x%= 2, if x = 7?

►x=1

►x=3

►x=7

►x=2
298. UNIX has been developed in language.

► JAVA

►B

►C

► FORTRAN

299 .Declaring structures does not mean that memory is allocated.

► True (

► False

300.What will be the value of i and j in the following code segment?

int i, j ;

int x[5] = {2, 3, 4, 8, 9} ;

int *ptr =&x[2];

i = (*ptr)++ ;

j = *ptr++ ;

► i = 5, j = 5

► i = 5, j = 8

► i = 4, j = 8

► i = 5, j = 9
301 .When an array element is passed to a function, it is passed by ————
—-.

► reference

► data type

► value

► data

302. Base address is the memory address of _______ element of an array.

►1st element
►2ad element
►3rd element
►none of above

303. In_________, we try to have a precise problem statement

►Analysis
►Desing
►Coding
►None of the given

304.Each array declaration must provide the information about all these
things except

►Name of the array


►Type of data stored in the array
►The location of the first element to be stored
Number of elements of the array

305. Pointers work by pointing to a particular___________


►value
►variable
►data type
►None of the given

306..are conventional names of the command line parameters of the


‘main()’ function.

► ‘argb’ and ‘argv’


► ‘argc’ and ‘argv’
► ‘argc’ and ‘argu’
►None of above

307.Which header file must be included to use the functions tolower() and
toupper()?

►iostream.h
►conio.h
►ctype.h (not sure)

308.The statement cout yptr will show the __________the yptr points to.

►Value
►memory address

309. In Analysis, we try to have a______________

►Determined the inputs


►Break of problem
►Precise problem statement
►None of the given
310. Pointers are a special type of __________in which a memory address is
stored variable

___________ Returns true if c is a digit and false otherwise.

►int isalpha( int c )


►int isalnum( int c )
►int isxdigit( int c )
►int isdigit( int c )

311. At the___________, we try to break up the problem into functional units

►analysis phase
►design phase
►Implementation phase
►None of the given

312. The increment of a pointer depends on its___________.

►variable
►value
►data type
►none

313. We must include the header file ________to convert the value of one type
into another type using built-in functions.

►conio.h
►stdlib.h.
►string.h
►iostream.h

314.To get the value stored at a memory address, we use the_______________


►referencing operator
►dereferencing operator
►simple operator
►None of the given

315. A character is stored in the memory in _________

• byte
• ►integer
• ►string
• ►none

316. char **argv can be read as_______________

►pointer to pointer
►pointer to char
►pointer to pointer to char
►None of the given

317. ______________ Returns true if c is a letter and false otherwise.

►int isalpha( int c )


►int isalnum( int c )
►int isxdigit( int c )
►int isdigit( int c )

318. suppose we have int y[10]; To access the 4th element of the array we
write________

►y[4];
►y[3];
►y[2];
►none

319. Given a two dimensional array of integers, what would be the correct
way of assigning the value 6 to the element at third row and fourth column?
►array[3][4] = 6 ;
►array[2][4] = 6 ;
►array[4][3] = 6 ;
►array[2][3] = 6 ;

320.if (a>b && a>c) then the condition will be true only if
►Both a>b and a>c are true
► a>b is false and a>c is true
► a>b is true and a>c is false
► Both a>b and a>c are false
321.In while loop the loop counter must be initialized,
►With in the loop
►Before entering the loop
► At the end of the loop
►None of the given options
322.__________ of a variable means the locations within a program from
where it can be accessed.
► Data type
►Visibility
►Value
►Reference
323.Switch support_______________ data.
► Integer
► Character
► Float
► Both integer and character
324.A function is a block of statements that can be defined once and used
________ in the program.
► One time
► Two times
► Three times
► As many times as user wants
325._________statement is used to terminate the processing of a particular
case and exit from switch structure.
► if
► goto
►break
► continue
326.The most suitable data type for number 325.25 is ______.
► char
► int
► short
► float
327.X is an integer variable; what does X++ means,
► Add 1 two times in X value
► Add 1 in X value
► Add 2 in X value
►None of these

328.The operators ++ and –- are used to increment or decrement the value


of a variable by ________
►1
►2
►3
►4

329.Which of the following loops checks the test condition at the end of the
loop?
► While
► Do-While
► For
► Nested Loop

1.Shortcut key 1.5 line spacing ?

A. Ctrl+ 3
B. Ctrl+ 4
C. Ctrl+ 5
D. Ctrl+6

2.This display the positioning of text, tabs, margin, indents, and other
elements on the page:
A. Ruler
B. Status Bar
C. Document window
D. Cursor

3.A number of letter that appears little above the normal text is called?

A. Superscript
B. Subscript
C. Supertext
D. Toptext

4.Name the Desktop database application that is part of MS Office suit.

A. MS Access
B. MS Excel
C. MS PowerPoint
D. None of the above

5.Which one is the spreadsheet application that comes with MS Office


software group?

A. MS Word
B. MS Excel
C. MS PowerPoint
D. MS Access

6.To go to a specific location in a document we use :

A. Macro
B. HTML
C. Bookmark
D. None of the above

7.Starting with Microsoft Office 2003, Photo Editor was renamed to :


A. Photo editor
B. Photo manager
C. Picture editor
D. Picture manager

8.A feature of MS Office that saves the document automatically after certain
interval is called ____?

A. Save
B. Save As
C. Auto save
D. None of the above

9.What was the HTML editor that was part of Microsoft Office until 2003?

A. Web page
B. Front page
C. Explorer
D. None of the above

10.Which feature is used to make selected sentence to All Captital Letters or


All Small Letters ?

A. Change case
B. Change letter
C. Change sentence
D. Change word

11.In Ms word, a master document contains _______ of subdocument ?

A. Placeholder
B. Files
C. Links
D. Same data as

12.In Microsoft Word, ____________ can be used to decide on the spacing


between lines of a paragraph.
A. Alignment
B. Effects
C. Indentation
D. Line spacing

13.In MS World 2007, ______ is used to move directly to specific location in a


document.

A. Sub documents
B. Bookmarks
C. Cross-references
D. Outlines

14.Which option use to open recent file?

A. Ctrl+R
B. Ctrl+F
C. Ctrl+O
D. Ctrl+N

15.All caps to selected text in MS Word is applied with?

A. Alt+shift+A
B. shift+A
C. Ctrl+shift+A
D. None of these

16.Which feature starts a new line whenever a word or sentence reached a


border

A. Text Line
B. New Line
C. Text Wrapping
D. Text Align

17.Text-styling feature of MS word is?


A. Word Color
B. Word Font
C. Word Art
D. Word Fill

18.What is the keyboard shortcut key for Save As?

A. F12
B. Ctrl + F12
C. Alt + F12
D. Shift + F12

19.To change line height to 1.5 we use shortcut key

A. Ctrl+1
B. Ctrl+2
C. Ctrl+4
D. Ctrl+5

20.Which items are placed at the end of a document

A. Footer
B. Foot note
C. End note
D. Headet

21.What is the shortcut key to “Center Align” the selected text ?

A. Ctrl + C
B. Ctrl + A
C. Ctrl + E
D. None of these

22.What is the shortcut key for “Clear All Formatting” the selected text ?

A. Ctrl + Del
B. Ctrl + Enter
C. Ctrl + Spacebar
D. Shift + F3

23.What is the shortcut key for “Increase Font Size” the selected text ?

A. Ctrl + Shift + <


B. Ctrl + Shift + >
C. Ctrl + I
D. None of these

24.A master document contains___________, each of which contains a pointer


to a file on a disk ?

A. sub-documents
B. hyperlink
C. bookmarks
D. Placeholders

25.The document can be zoomed maximum up to:

A. 100%
B. 200%
C. 400%
D. 500%

26.Word wrap means:

A. aligning text with the right margin


B. inserting spaces between words
C. moving text automatically to the next line
D. None of these

27.Green line in MS word document represent ____________?

A. Spell error
B. Grammatical error
C. Sentence error
D. None of these

28.How many rows can you insert in a word document in maximum?

A. 256
B. 16384
C. 32767
D. Unlimited

29.Shortcut key for Hanging Indent is _____________?

A. Ctrl + H
B. Ctrl + M
C. Ctrl + T
D. Ctrl + L

30.Which of following is not character spacing ?

A. Expanded
B. Raised
C. Condensed
D. Both (A and C)

31.Which of following is not character spacing ?

A. Expanded
B. Raised
C. Condensed
D. Both (A and C)

31.We can Search character & word and symbols in Microsoft word by using
_______ command?

A. Ctrl + R
B. Ctrl + F
C. Ctrl + F5
D. None of the above

32.In the context of Microsoft Word, there is a feature called ‘Gutter


Margin’. What is this feature used for?

A. Improve the clarity of graphics and images


B. Give provision for better document binding
C. Improve the clarity of the printed text
D. Facilitate the insertion of page numbers

33.In which tab Hyphenation options are available?

A. Insert
B. Page Layout
C. References
D. Mailings

34.which of following is page margin?

A. Letter
B. Tabloid
C. Narrow
D. Legal

35.Which of the following is not paper size?

A. legal
B. Executive
C. Landscape
D. A3

36.Which short cut key is used to bring up the “Find and Replace” dialog
box in Ms word?

A. Ctrl + J
B. Ctrl + H
C. Ctrl + N
D. Ctrl + M

37.What is the shortcut key to display field codes?

A. Alt + F9
B. Ctrl + F9
C. Shift + F9
D. Space + F9

38.You can delete text by___________?

A. selecting the text and pressing the CTRL key


B. selecting the text and pressing the DELETE key
C. selecting the text and pressing the ALT+PAGEUP keys
D. selecting the text and pressing the EXT key

39.When you insert a comment in a document, the comment appears in


a___________?

A. New window
B. Sidebar
C. sticky note icon bar
D. Balloon

40.Microsoft was founded in________?

A. 1970
B. 1972
C. 1975
D. 1981

41.A “Ctrl + Enter” command will __________ ?

A. Open a new document


B. Create a new page
C. Create a new Paragraph
D. Create a new line

42.The protect document option can be found in the _______ tab of the
Ribbon ?

A. Review
B. Insert
C. References
D. Edit

43.Which function you will use to add names and addresses of different
recipient for each copy of the letter?

A. Envelopes
B. Labels
C. Mail Merge
D. Drop Cap

44.Default Font Size In MS Office 2007 is__________?

A. 12 ppt
B. 11 ppt
C. 13 ppt
D. 14 ppt

45.In MS Word short cut key for Split a window or remove the split view?

A. Alt+Ctrl+S
B. Ctrl+Alt+V
C. Ctrl+Alt+O
D. Ctrl+Alt+N

46.Ms Word offers the different views of a document?

A. Two
B. Three
C. Four
D. Five

47.By default your document print in_________mode?

A. Landscape
B. Portrait
C. Page setup
D. Print view

48.We can remove / hide border of a shape by selecting ?

A. No Line
B. No Outline
C. White Line
D. No Border

49.In MS-Word to insert Mathematically sign we use option:

A. Symbol
B. Objects
C. Shapes
D. Equation

50.In MS Word Ctrl+Shift+C is shortkey of:____________?

A. Copy
B. Indent Left
C. Paste
D. Copy Format Painter

51.In MS-Word to highlight text, line or any particular informative


paragraph, we use:___________?
A. Different Font Color
B. Background
C. Shade
D. Font Effects

52.What would you do when you want to update the data in an embedded
worksheet range?

A. double click the worksheet range object


B. right click worksheet range object & choose format object
C. edit the data in the destination document
D. edit the data in the source document.

53.Which command is used to establish a link between a source document


and a destination document?

A. Tools, Link, Documents


B. Tools, Link
C. Edit, Link
D. Edit, Paste Special

54.To select multiple cells, rows, or columns in a table that are not adjacent
to one another, select the first cell and then hold down the ________ key while
selecting the next cell, row, or column.

A. alt
B. shift
C. enter
D. ctrl

55.Pressing the _____ key instructs Word to replace an AutoText entry name
with the stored AutoText entry

A. f1
B. f2
C. f3
D. f4
56.Which simplifies the process of formatting text if the same formatting is
required in more than one location?

A. Auto Text
B. Format Painter
C. Font dialog box
D. None of the above

57.If you need to change the typeface of a document, which menu will you
choose?

A. Edit
B. View
C. Format
D. Tools

58.To change margin settings in Word 2016, click ________ on the menu bar
and then point to the Page Margins.

A. File
B. Layout
C. Format
D. Tools

59.Select a ________ to apply a predefined format to a Word 2016 table?

A. Table style
B. Table format
C. Format Style
D. None of above

60.What do you call ‘a collection of character and paragraph formatting


commands’?

A. the defaults
B. a template
C. a style
D. a boilerplate

61.By default, your document prints with__________?

A. 1 inch top and bottom margins


B. a portrait orientation
C. 1.25 inches left and right margins
D. all of the above

62.Which of the following button will allow you to add, delete, or change
records in your Data Source?

A. ‘Data Source’ button


B. ‘Edit’ button
C. ‘Edit Data Source’ button
D. ‘Data Editing’ button

63.The file type ________ indicates the file is a Word document.

A. .msw
B. .wor
C. .wrd
D. .docx

64.Ms Word, by default, places a tab stop at every _________ mark on the
ruler.

A. .25″
B. .5″
C. .75″
D. 1″

65.Word stores all frames associated with a Web page in a single file called
the __________.
A. authoring page
B. text page
C. frames page
D. hyperlink page

66.If you need to hide some paragraphs, how can you do it in Ms Word?

A. From Paragraph dialog box


B. From Font dialog box
C. From Options Dialog box
D. None of above

67.__________ are types of wizards and templates in the Resume Wizard dialog
box.

A. Standard, Contemporary, and Sophisticated


B. Professional, Contemporary, and Elegant
C. Formatted, Unformatted, and Graphic
D. Basic, Comprehensive, and Formatted

68.What is the tool in Word that copies only the format of selected text so
that you can apply on other text?

A. Copy
B. Paste
C. Format Painter
D. Paste Special

69.Although it is not shown in normal view, to view a header, click _________


on the menu bar and then click Header and Footer.

A. View
B. Edit
C. Format
D. Tools
70.The MLA style specifies that a superscript be used for a note reference
mark to signal an explanatory note exists either at the bottom of the page
as a(n) __________.

A. footnote or at the end of the document as a startnote


B. headnote or at the end of the document as an endnote
C. footnote or at the end of the document as an endnote
D. headnote or at the end of the document as a startnote

71.Which of the following function key activates the speller in Ms Word?

A. F5
B. F7
C. F9
D. Shift + F7

72.Which keystroke is used for updating a field in Ms Word?

A. F6
B. F9
C. F11
D. F12

73.The paragraph mark (¶) is a formatting mark that indicates where the
________ was pressed

A. Tab key
B. Spacebar
C. Enter key
D. Shift key

74.To display more of the document on the screen in print layout view, the
_________ can be hidden

A. white space at the top of the pages


B. white space at the bottom of the pages
C. gray space between pages
D. all of the above

75.Which of the following typically appear at the end of document for


citation of source?

A. End notes
B. Foot notes
C. Header
D. Footer

76.To advance rightward from one cell to the next in a table, press the
________ key.

A. tab
B. backspace
C. home
D. enter

77.Which key deletes the character to the left of the cursor?

A. End
B. Backspace
C. Home
D. Delete

78.Where is the quick Access Toolbar and when should you use it?

A. upper-left corner and use it for your favorite commands


B. floats over your text and use it when you need to make formatting changes
C. Home tab and use it when you need to quickly launch or start new document
D. None of above

79.When you save a file as a Web page, Word converts the contents of the
document into _____.
A. Java
B. Perl
C. HTML
D. Unix

80.Footnotes, endnotes, and indexes are all inserted as __________?

A. bookmarks
B. cross-references
C. hyperlinks
D. word fields

81.Which menu do you choose to create header in Office 365?

A. format, header and footer


B. view, header
C. insert, header and footer
D. view, header and footer

82.What happens when you insert an AutoShape by simply clicking in the


document?

A. it appears near the insertion point


B. it is inserted in its default size
C. is selected
D. all of the above

83.The _________ indents all the lines of a paragraph except first line in Ms
Word.

A. First Line Indent Marker


B. Hanging Indent Marker
C. Left Indent Marker
D. Right Indent Marker

84.A __________ is a formatting mark at the end of a line that moves the
insertion point to the beginning of the next physical line.
A. paragraph break character
B. nonbreaking space
C. line break character
D. nonbreaking hyphen

85.Which option enables automatic updates in destination documents?

A. embedding
B. objects
C. links
D. relationships

86.Which of the following position is not available for fonts on MS Word?

A. Normal
B. Raised
C. Lowered
D. Centered

87.Which corner of the Word window has the zoom control?

A. upper-left
B. upper-right
C. lower-left
D. lower-right

88.The ability to combine name and addresses with a standard document is


called __________?

A. document formatting
B. database management
C. mail merge
D. form letters

89.Which of the following is not essential component to perform a mail


merge operation?
A. Main document
B. Data source
C. Merge fields
D. Word fields

90.When the Language bar is ________, it means that you do not see it on the
screen but it will be displayed the next time you start your computer.

A. restored
B. hidden
C. minimized
D. closed

91.A screen element of MS Word that is usually located below the title bar
that provides categorized options is_________?

A. Menu bar
B. Tool Bar
C. Status Bar
D. All of the above

92.Which of the following do you use to change margins in Ms Word?

A. formatting toolbar
B. page setup dialog box
C. Standard toolbar
D. paragraph dialog box

93.What is placed to the left of horizontal scroll bar in Ms Word

A. Tab stop buttons


B. View buttons
C. Split buttons
D. Indicators

94.Essential business letter elements include the _________.


A. date line and inside address
B. message
C. signature block
D. all of the above

95.. Press __________ to create a line break, which advances the insertion point
to the beginning of the next physical line – ignoring any paragraph
formatting instructions

A. shift+enter
B. ctrl+enter
C. shift+tab
D. ctrl+tab

96.What is the shortcut key to display field codes?

A. Alt + F9
B. Ctrl + F9
C. Shift + F9
D. Space + F9

97.What is the shortcut-key for manual line break?

A. CTRL + Enter
B. Alt + Enter
C. Shift + Enter
D. Space + Enter

98.Which of the following is not one of the three ‘Mail Merge Helper’ steps?

A. merge the two files


B. create the main document
C. set the mailing list parameters
D. create the data source

99.Ctrl + J Shortcut key is used in Microsoft Word to____________?


A. Align Justify
B. Insert Hyperlink
C. Search
D. Print

100.In Word, the default alignment for paragraphs is_________?

A. left-aligned, or flush margins at the left edge and uneven edges at the
right edge
B. centered, or equidistant from both the left edge and the right edge
C. right-aligned, or flush margins at the right edge and uneven edges at the left
edge
D. justified, or flush margins at both the left and right edges

101.How can you remove tab stop markers from ruler?

A. Double click the tab marker and choose Clear All


B. Drag the tab stop marker out of the ruler
C. Right click the tab stop marker and choose remove
D. All of above

102.How can you break the current column and start a new column
immediately in Ms Word?

A. Press Ctrl + Shift + Enter


B. Press Alt + Enter
C. Press Ctrl + Enter
D. Press Alt + Shift + Enter

103.To instruct Word to stop bulleting paragraphs, do any of the following


except ___________.

A. press the enter key twice


B. click the Undo button on the Standard toolbar
C. press the backspace key to remove the bullet
D. click the Bullets button on the Formatting toolbar
104.Ctrl + C Shortcut key is used in Microsoft Word to____________?

A. Copy the selected text


B. Cut the selected text
C. Print the selected text
D. Paste the selected text

105.The Word Count command on the Tools menu displays the number of
words as well as the number of _________ in the current document.

A. lines
B. characters
C. paragraphs
D. all of the above

106.Change the _________ to create a document in wide format in ms Word

A. Page Orientation
B. Page margins
C. Paper Style
D. Paper Source

107.switching between portrait and landscape modes involves the__________?

A. header and footer toolbar


B. print layout view
C. page setup dialog box
D. none of the above

108.The _________ is a short horizontal line indicating the conclusion of a


document.

A. insertion point
B. end mark
C. status indicator
D. scroll box
109.A _________ is not attached to an edge of the Word window; that is, it
displays in the middle of the Word window and can be moved anywhere in
the window

A. floating toolbar
B. scroll bar
C. status toolbar
D. menu bar

110.When you point to a text entry in the Office Clipboard gallery in the
Clipboard task pane, ___________.

A. the first several characters of text in the item display as a ScreenTip


B. the text entry is deleted from the Office Clipboard gallery
C. the text entry is pasted into the document at the location of the insertion point
D. all of the above

111.The ribbon in Word 2007 consists of a series of___________?

A. Gates
B. Smaller ribbons
C. Tabs
D. Icons

112.To save an existing document with a different file name, click __________.

A. the Save button on the Standard toolbar


B. Save on the File menu
C. the Save As button on the Standard toolbar
D. Save As on the File menu

113.Which is true when you insert an excel worksheet into a word


document?

A. word is the destination document


B. excel is the destination document
C. the worksheet is the destination document
D. the document is the source document

114.Which of the following provides a list of synonyms?

A. Find command
B. Replace Command
C. Thesaurus
D. Spelling and Grammar

115.When sharing data in Office, the __________ document is the document in


which the data was first entered?

A. source
B. destination
C. original
D. primary

116.By default, on which page the header or the footer is printed in Ms


Word Document?

A. on first page
B. on alternate page
C. on every page
D. none of the above

117.Which of the following is not the Section Break Option in Ms Word?

A. Next Page
B. Previous Page
C. Odd Page
D. Even Page

118.To exit from the Resume Wizard and return to the document window
without creating a resume, click the __________ button in any panel in the
Resume Wizard dialog box.
A. Cancel
B. Back
C. Next
D. Finish

119.Which enables us to send the same letter to different persons?

A. Status bar
B. Tool bar
C. Menu bar
D. Title bar

120.Which enables us to send the same letter to different persons?

A. Status bar
B. Tool bar
C. Menu bar
D. Title bar

121.When you point to the ________ corner of a table, the table move handle
appears.

A. upper-right
B. lower-left
C. lower-right
D. upper-left

122.A document in portrait orientation prints:

A. the same characters per line with the same document in landscape
B. More characters per line than the same document in landscape
C. Less characters per line than the same document in landscape
D. Smaller fonts in order to fit the same amount of characters per line with
landscape

123.Gutter position can be set in following positions in Word Document.


A. Left & Right
B. Left & Top
C. Left & Bottom
D. Left Only

124.What happens if you press Ctrl + Shift + F8 in Microsoft Word?

A. It activates extended selection


B. It activates the rectangular selection
C. It selects the paragraph on which the insertion line is.
D. None of above

125.Which menu do you choose to create footer in Office 365?

A. format, header and footer


B. view, footer
C. insert, header and footer
D. view, header and footer

126.Which of the following can NOT be used to create parallel style column?

A. Format Tabs
B. Table Insert Table
C. Insert Textbox
D. Format Columns

127.Ctrl + L Shortcut key is used in Microsoft Word to____________?

A. Left Align
B. Left Indent
C. Increase Left Margin
D. Decrease Left Margin

128.By default, Word automatically formats each heading in a table of


contents as ____________?
A. bookmarks
B. cross-references
C. hyperlinks
D. word-fields

129.Which key deletes the character to the right of the cursor in Ms Word?

A. End
B. Backspace
C. Home
D. Delete

130.Where can you find the Draw Table tool button in Microsoft Word?

A. Formatting toolbar
B. Drawing toolbar
C. Standard toolbar
D. Tables and Formatting toolbar

131.Which of these toolbars allows changing of Fonts and their sizes in


Microsoft Word?

A. Standard
B. Formatting
C. Print Preview
D. None of these

132.In Microsoft Word, A template stores:______________?

A. Graphics, text, styles, macros


B. Customized word command setting
C. Auto text entries
D. All of above

133.In Microsoft Word, Macros are_____________?


A. Small programs created in MS-Word to automate repetitive tasks by
using VBA
B. Small add-on programs that are installed afterwards if you need them
C. Programming language that you can use to customize MS-Word
D. Large tools in Word such as mail merge

134.In Microsoft Word the shortcut SHIFT+DELETE is used to____________?

A. Delete the selected item permanently without placing the item in the
Recycle Bin
B. Copy the selected item
C. Rename the selected item
D. Create a shortcut to the selected item

135.Why headers and footers used in Microsoft Word Document?

A. To enhance the overall appearance of the document


B. To mark the starting of a page
C. To make large document more readable
D. To allow page headers and footers to appear on document when it is
printed

136.What is the function of CTRL+R in Microsoft Word?

A. Open the Print dialog box


B. Update the current Web page
C. Close the current window
D. None of these

137.Which bar is usually located below that Title Bar that provides
categorized options in Ms Word?

A. Menu bar
B. Status Bar
C. Tool bar
D. Scroll bar
138.Using Find command in Ms Word, we can search?

A. characters
B. formats
C. symbols
D. All of the above

139.Selecting text means, selecting?

A. a word
B. an entire sentence
C. whole document
D. any of the above

140.Which of the following statement is false in Microsoft Word?

A. You can set different header and footer for last page of a section
B. You can set different header footer for even and odd pages
C. You can set different page number formats for different sections
D. You can set different header footer for first page of a section

141.Where can you change the vertical alignment in Microsoft Word?

A. Paragraph dialog box


B. Formatting toolbar
C. Page Setup dialog box
D. Standard toolbar

142.Which of the following symbol sets would be most likely to contain a


mathematical symbol such as a degree sign, greater than or equal to, or a
Greek letter?

A. Symbol
B. Wingdings
C. Webdings
D. None of the above
143.In Microsoft Word the Superscript, subscript, outline, emboss, engrave
are known as________?

A. Font effects
B. Text effects
C. Font styles
D. Word art

144.Which of the following option in File pull down menu is used to close a
MS Word document?

A. Exit
B. Close
C. Quit
D. New

145.Which of the following is not the part of standard office suite?

A. Database
B. File manager
C. Image Editor
D. Word Processor

146.Which of the following is not of the merge process in Microsoft Word?

A. Sort the data source records


B. Merge the two files to print or create a new document
C. Edit a data source
D. Format a main document

147.MS Office provides help in many ways, which of these is one of them?

A. Help menu
B. What is this?
C. Office Assistant
D. All of the above
148.in Microsoft Word the Text boundary can be displayed or hidden from?

A. Customize from Tools menu


B. Auto text option from Insert menu
C. Options from Tools menu
D. All of above

149.To Open Columns dialog box quickly in Microsoft Word:

A. double click the space between area on ruler


B. double click the right margin in ruler
C. double click on the left margin area of ruler
D. All of above

150.Borders can be applied to_________?

A. Cells
B. Text
C. Paragraph
D. All of above

151.If you want to keep track of different editions of a document which


features will you use?

A. Editions
B. Versions
C. Track Change
D. All of above

152.What is place to the left of horizontal scroll bar?

A. Indicators
B. View buttons
C. Tab stop buttons
D. Split buttons

153.Why Drop Caps are used in document?


A. To drop all the capital letters
B. To automatically begin each paragraph with capital letter
C. To begin a paragraph with a large dropped initial capital letter
D. None of These

154.Which of the following is not valid version of MS Office?

A. Office 2003
B. Office Vista
C. Office 2007
D. None of these

155.What does EXT indicator on status bar of MS Word indicate?

A. It indicates whether the external text is pasted on document or not


B. It indicates whether extended add-ons are installed on MS Word or not
C. It indicates whether Extended Selection mode is turned on or off
D. None of These

156.Pressing F8 key for three times selects__________?

A. A paragraph
B. A sentence
C. A word
D. Entire document

157.What do you mean by vertical separation between columns?

A. Orientation
B. Gutter
C. Margin
D. Index

158.How can you insert a sound file in your word document?

A. From insert -> sound menu option


B. From insert -> file menu option
C. From insert -> object menu option
D. None of These

159.What is the default number of lines to drop for drop cap?

A. 3
B. 10
C. 15
D. 20

160.Press the enter key in all of the following circumstances except

A. to insert a blank line into a document


B. when the insertion point reaches the right margin
C. to begin a new paragraph
D. in response to certain Word commands

161.What is the purpose of inserting header and footer in document?

A. to enhance the overall appearance of the document


B. to mark the starting and ending of page
C. to make large document more readable
D. to allow page headers and footers appear on document when printed

162.What is the use of Document Map in Ms Word?

A. to quickly format the document


B. to quickly print required page
C. to quickly navigate the document
D. to quickly correct spelling mistakes

163.To get to the ‘Symbol’ dialog box, click on the ______ menu and choose
‘Symbol’.

A. Insert
B. Format
C. Tools
D. Table

164.To set an exception to an AutoCorrect rule, click _______ on the menu bar
and then click AutoCorrect Options to display the AutoCorrect dialog box.

A. Format
B. Edit
C. Tools
D. View

165.How do you magnify your document in Ms Word?1

A. View, Zoom
B. Format, Font
C. Tools, Options
D. Tools, Customize

166.Which would you choose to list Synonyms & Antonyms of a Selected


word?

A. Tools, Spelling & Grammar


B. Tools, Language
C. Tools, Options
D. Insert, Cross-reference

167.Which would you choose to display the statistics about a document?

A. tools, word count


B. insert, statistics
C. tools, spelling and grammar
D. tools, statistics

168.Which is an Office feature that makes it easy to edit embedded objects?

A. pasting
B. visual editing
C. tools, update, links
D. edit, links

169.Which feature is used for monitoring all document changes?

A. Edit Document
B. Monitor Change
C. Track Change
D. Track all

170.How many Margins are there on a page?

A. Two (header and footer)


B. Four (top, bottom, right and left)
C. Two (landscape and portrait)
D. Four (center, top, left and bottom)

171.On the works cited page, list works by each author’s last name and
________ the title of the work?

A. italicize or underline
B. boldface or italicize
C. underline or boldface
D. enlarge or underline

172.When a hyperlink is created, Word formats the Web address


as__________?

A. italicized and colored red


B. italicized and colored blue
C. underlined and colored red
D. underlined and colored blue

173.What is the Name of the Feature that will allow you to take a step
backward if you’ve made a mistake?
A. Redo
B. Cancel
C. Undo
D. Backspace

174.To read through a document you may:

A. Use the arrow key


B. Dragging the scroll box on the scroll bar
C. Use your ENTER key to go down line by line
D. Only A & B

175.Which of the following can you change using the page setup dialog
box?

A. Margins
B. Page orientation
C. Vertical alignment
D. All of the above

176.The Column Command in Ms Word is located on the _______ tab.

A. Insert
B. Home
C. View
D. Page Layout

177.Using the ribbon where should you go to activate the ruler on your
Document?

A. View >> toolbars


B. File >> Open
C. View >> Ruler
D. Insert >> Reference

178.Before creating a master document in Ms Word, you must switch


to__________?
A. Normal View
B. Outline View
C. Web Layout View
D. Print Layout View

179.Before moving a subdocument to another location within a master


document, you must switch to___________?

A. Normal View
B. Outline View
C. Web Layout View
D. Print Layout View

180.Which of the following can be used to navigate documents?

A. frames
B. hyperlinks
C. web toolbar
D. all of the above

181.Which menu do you choose to shade words and paragraph?

A. format, borders and shading


B. insert, borders and shading
C. view, shading
D. none of the above

182.The header and footer command are located on the _______ tab in Ms
Word?

A. Home
B. Insert
C. View
D. Header

183.The main elements of the __________ are the insertion point, end mark,
mouse pointer, rulers, scroll bars, and status bar.
A. Word toolbar
B. Formatting toolbar
C. Word document window
D. Graphics toolbar

184.“Ctrl + Up Arrow” Shortcut key is used in Microsoft Word to____________?

A. Moves the cursor one page up


B. Moves the cursor one line up
C. Moves the cursor one screen up
D. Moves the cursor one paragraph up

185.“Ctrl + End” Shortcut key is used in Ms Word to____________?

A. Moves the cursor to the end of Line


B. Moves the cursor to the end of Document
C. Moves the cursor to the end of Paragraph
D. None of the Above

186.“Ctrl + PageUp” Shortcut key is used in Ms Word to____________?

A. Moves the cursor one Page Up


B. Moves the cursor one Paragraph Up
C. Moves the cursor one Screen Up
D. Moves the cursor one Line Up

187.“Ctrl + Left Arrow” Shortcut key is used in Ms Word to____________?

A. Moves the cursor beginning of the Line


B. Moves the cursor one word left
C. Moves the cursor one paragraph up
D. Moves the cursor one paragraph down

188.“Ctrl + Down Arrow” Shortcut key is used in Ms Word to____________?

A. Moves the cursor one paragraph down


B. Moves the cursor one line down
C. Moves the cursor one page down
D. Moves the cursor one screen down

189.“Ctrl + Right Arrow” Shortcut key is used in Ms Word to____________?

A. Moves the cursor one word right


B. Moves the cursor end of the line
C. Moves the cursor end of the document
D. Moves the cursor one Paragraph down

190.“Ctrl + PageDown” Shortcut key is used in Ms Word to____________?

A. Moves the cursor one Paragraph Down


B. Moves the cursor one Page Down
C. Moves the cursor one Line Down
D. Moves the cursor one Screen Down

191.“Ctrl + Home” Shortcut key is used in Ms Word to____________?

A. Moves the cursor to the beginning of Document


B. Moves the cursor to the beginning of Line
C. Moves the cursor to the beginning of Paragraph
D. All of the above

192.“Ctrl + Delete” Shortcut key is used in Ms Word to____________?

A. Delete the word just after the cursor


B. Delete the word just before the cursor
C. Delete the single letter just after the cursor
D. Delete the single letter just before the cursor

193.Ctrl + Backspace” is used in Microsoft Word to_________?

A. Delete the single letter just before the cursor


B. Delete the single letter just after the cursor
C. Delete the word just before the cursor
D. Delete the word just after the cursor
194.End Keyboard Key is used in Microsoft Word to_________?

A. Moves the cursor end of the line


B. Moves the cursor end of the document
C. Moves the cursor end of the paragraph
D. Moves the cursor end of the screen

195.Home Keyboard Key is used in Microsoft Word to_________?

A. Moves the cursor beginning of the document


B. Moves the cursor beginning of the paragraph
C. Moves the cursor beginning of the screen
D. Moves the cursor beginning of the line

196.Page Down Keyboard Key is used in Microsoft Word to_________?1

A. Moves the cursor one line down


B. Moves the cursor one page down
C. Moves the cursor one screen down
D. Moves the cursor one paragraph down

197.1Page Up Keyboard Key is used in Microsoft Word to_________?

A. Moves the cursor one line up


B. Moves the cursor one screen up
C. Moves the cursor one page up
D. Moves the cursor one paragraph up

198.Ctrl + Z Shortcut is used in Microsoft Word to_____________?

A. Undo the last Action


B. Redo the last Action
C. Add the new page
D. Paste the contents from clipboard

199.Ctrl + Y Shortcut is used in Microsoft Word to_____________?


A. Undo the last Action
B. Repeat the last Action
C. Delete the last page
D. Delete the first page

200.Ctrl + X Shortcut is used in Microsoft Word to_____________?

A. Close Document
B. Close Word Application
C. Cut the Selected Contents
D. Copy the Selected Contents

201.Ctrl + W Shortcut is used in Microsoft Word to_____________?

A. Save and Print the Document


B. Save and Close Word Application
C. Save and Close document
D. Without Save, Close Document

202.Ctrl + V Shortcut is used in Microsoft Word to_____________?

A. Paste Texts in the beginning of Document


B. Paste Images in the beginning of Document
C. Paste Tables at the middle of Document
D. None of the above
Read More Details about this Mcq

203.Ctrl + U Shortcut is used in Microsoft Word to_____________?

A. Undelete the previously deleted text


B. Undo the last changes
C. Underline the document name
D. Underline the selected text

204.Ctrl + T Shortcut is used in Microsoft Word to_____________?


A. Hanging Indent
B. Left Indent
C. Open Tabs Dialog box
D. Terminate all opened Dialog box

205.Ctrl + S Shortcut is used in Microsoft Word to_____________?

A. Save Document with different name


B. Save Document with same name
C. Save Document and Close Word Application
D. Save Document and Print whole Pages

206Ctrl + R Shortcut is used in Microsoft Word to_____________?

A. Re-Open the last closed document


B. Re-Print the last printed page
C. Re-Apply the last paragraph formatting
D. Right align the selected Paragraph

207.What is the function of CTRL+Q in Microsoft Word?

A. Paragraph formatting (Line Space and Paragraph Space)


B. Close Word Application without saving Document
C. Print Whole Document without confirmation
D. Does nothing

208.What is the function of CTRL+P in Microsoft Word?

A. Open Paragraph Dialog Box


B. Open Page Format Dialog Box
C. Open Save Dialog Box
D. Open Print Dialog box

209.What is the function of CTRL+O in Microsoft Word?

A. Save Document
B. Print Document
C. Close Document
D. Open Document

210.What is the function of CTRL+N in Microsoft Word?

A. Save Document
B. Open Document
C. New Document
D. Close Document

211.Ctrl + M Shortcut is used in Microsoft Word to____________?

A. New Document
B. Close Document
C. Right Indent
D. Left Indent

212.Ctrl + L Shortcut is used in Microsoft Word to____________?

A. Left Align
B. Left Indent
C. Increase Left Margin
D. Decrease Left Margin

213.Ctrl + K Shortcut is used in Microsoft Word to_____________?

A. Insert Page Humber


B. Insert Hyperlink
C. Insert Header
D. Insert Footer

214.To insert a drop cap in one of the paragraph you should


access_____________?

A. Format
B. Tools
C. Insert Menu
D. None of above

215.What is the extension of Microsoft Word files?

A. DOT
B. TXT
C. FIL
D. DOCX

216.Which indent marker controls all the lines except first line?

A. Left Indent Marker


B. First Line Indent Marker
C. Right Indent Marker
D. Hanging Indent Marker

217.If you need to Double Underline a Word, how will you do that?

A. From Format menu choose Font option and then from Font tab open
Underline Style and select Double Underline
B. Go to Format menu and then Font option. Open Underline Style and choose
Double Underline
C. Click double underline tool on formatting toolbar
D. Select the text then choose Format >> Font and on Font tab open
Underline Style and choose Double Underline

218.Which tab in Font dialog box contains options to apply Font effects?

A. Text Effects
B. Standard Toolbar
C. Font tab
D. Character Spacing

219.What is the default font used in MS Word document?


A. Times New Roman
B. Arial
C. Calibri
D. None of the above

220.What is the default font size of a new Word document based on Normal
template?

A. 9 pt
B. 12 pt
C. 14 pt
D. None of above

221.Which of the following is the Second Step in Creating a Macro?

A. Using your mouse or keyboard, perform the task you want to automate
B. Give the macro a name
C. Assign a keyboard shortcut to the macro
D. Start recording

222.What is a portion of a document in which you set certain page


formatting options?

A. Page Setup
B. Section
C. Page
D. Document

223.Background color or effects applied on a document is not visible


in_________?

A. Reading View
B. Print Layout view
C. Web layout view
D. Print Preview

224.Which of the following is correct regarding Underline in MS-Word?


A. Color of Underline can be change
B. Style of Underline can be change
C. Underline can be set using by shortcut key
D. All of the above

225.How Microsoft Word will respond in repeated word?

A. A Red wavy line under the repeated word


B. A Green wavy line under the repeated word
C. A Blue wavy line under the repeated word
D. None of the above

226.What is the use of “All Caps” feature in Microsoft Word?

A. It changes all selected text into Capital Letter


B. It adds captions for selected Image
C. It shows all the image captions
D. None of the above

227.Which feature helps you to inserts the contents of the Clipboard as text
without any formatting in Ms Word?

A. Paste Special
B. Format Painter
C. Page Setup
D. Styles

228.What is the shortcut-key for manual line break in Ms Word?

A. CTRL + Enter
B. Alt + Enter
C. Shift + Enter
D. Space + Enter

229.From which menu you can insert Header and Footer in Microsoft Word?
A. Format menu
B. View Menu
C. Tools Menu
D. Insert Menu

230.In Ms Word AutoCorrect was originally designed to replace _________


words as you type.

A. Grammatically incorrect
B. Short, repetitive
C. Misspelled
D. None of the above

231.In Ms Word the AutoCorrect was originally designed to replace _________


words as you type.

A. Grammatically incorrect
B. Short, repetitive
C. Misspelled
D. None of the above

232.If you will be displaying or printing your document in Ms Word on


another computer, you’ll want to make sure and select the _____________
option under the ‘Save’ tab.

A. Embed True Type Fonts


B. Embed Fonts
C. Save True Type Fonts
D. Save Fonts

233.In Ms Word, the mailing list is known as the ____________.

A. Data source
B. Sheet
C. Data sheet
D. Source
234.It is possible to __________ a data source before performing a merge in
Ms Word?.

A. Modify
B. Sort
C. Create
D. all of the above

235.DropCap means_____________?

A. Small Caps
B. Title case
C. All Caps
D. None of above
Read More Details about this Mcq

236.How can you apply exactly the same formatting you did to another text
in Ms Word?

A. Copy the text and click on Paste Special tool on new place
B. Select the text then click on Format Painter and select the new text
C. Copy the text and paste in new location. Then type the new text again
D. All of above

237.Which of the following line spacing is invalid in Ms Word?

A. Multiple
B. Double
C. Triple
D. Single

238.What should you do if you require pasting the same format in many
places?

A. Double click the format painter then go on pasting in many places


B. Click the format painter then go on pasting to many places holding Ctrl Key
C. Click the Format painter and go on pasting in many places holding Alt Key
D. All of above

239.In Ms Word, On which toolbar can you find Format Painter tool?

A. Formatting toolbar
B. Picture Toolbar
C. Drawing Toolbar
D. Standard toolbar

240.Which operation you will perform if you need to move a block of text?

A. Copy and Paste


B. Paste and Cut
C. Cut and Paste
D. Paste and Delete

241.In Ms Word, Which of the following option is not available in Insert >>
Picture?

A. Chart
B. Graph
C. Clip Art
D. Word Art

242.How many different positions can you set for drop cap in Ms Word?

A. 1
B. 2
C. 3
D. 4

243.What is the maximum number of lines you can set for lines to drop box
in Ms Word?

A. 3
B. 5
C. 10
D. 15

244.Which of the following can NOT be used to create parallel style column
in Ms Word?

A. Insert Textbox
B. Table Insert Table
C. Format Tabs
D. Format Columns

245.Which of the following is used to create newspaper style columns in Ms


Word?

A. Format Columns
B. Table Insert Table
C. Format Tabs
D. Insert Textbox

246.Columns dialog box can be opened from___________?

A. Press Alt + O + C
B. Format menu Columns submenu
C. Double click on column space in ruler
D. All of above

247.In Microsoft Word, You can jump to the next column by____________?

A. Press Alt + Down-arrow


B. Clicking with your mouse on the next column
C. Both of above
D. None of Above

248.Which of the following command is not available in Tools menu in Ms


Word?
A. Auto summarize
B. Macro
C. Auto correct
D. Auto text

249.You wished to justify text over the height of paper, which option will
you choose in Ms Word?

A. From formatting toolbar


B. Page Setup from File menu
C. Font from Format menu
D. Paragraph from Format menu

(c) Brussels

(d) Geneva

You might also like