PGT Computer Science (Level-3), (HTET Exam 2013-14)Total Questions: 150141. To introduce special effects in a slide show .................. is used.A. OverheadsB. LettersC. Slide transitionD. Slide animationCorrect Answer: C. Slide transition142. The size of 1-D array with UB as upperbound and LB as lowerbound is given by ...................... .A. Array size (length) = UB - LB + 1B. Array size (length) = UB - LBC. Array size (length) = UB + LB - 1D. Array size (length) = UB - LB - 1Correct Answer: A. Array size (length) = UB - LB + 1143. A ................ is a set of rules that are applicable for a network.A. DataB. ProtocolC. MessageD. ReceiverCorrect Answer: B. Protocol144. ................... refer to names of variable, function, array and Class created by the programmer.A. IdentifierB. KeywordC. ConstraintD. StringCorrect Answer: A. Identifier145. Two similar structures can have only ........... assignments.A. = =B. =C. =!D. =!Correct Answer: B. =Solution:= is the assignment operator. = = is the equality operator. it returns true if the left side is equal to the right side, and returns false if they are not equal.146. ................ generations of computers started the use of operating systems.A. 1stB. 2ndC. 3rdD. 4thCorrect Answer: C. 3rd147. When a user does not enter a value for a column, а value is automatically inserted in the field using .................. constraint.A. UniqueВ. PrimaryC. CheckD. DefaultCorrect Answer: D. Default148. .................. is an exit-controlled loop.A. do-whileB. while-doC. forD. if thenCorrect Answer: A. do-while149. Which of the following characters is used as punctuator?A. #В. <C. %D. ++Correct Answer: A. #150. .................. keyword eliminates duplicate rows from the results of SELECT statement.A. ORDER BYB. DISTINCТC. ALLD. WHERECorrect Answer: B. DISTINCТSubmit Quiz« Previous123456789101112131415