36101. _____ refers to the process of locating and removing the errors in a program
36102. Of the power electronic circuits,circuit employing Power MOSFET is has a higher switching frequency because:
36103. You can pass _____ to functions
36104. Element doubleArray[7] is which element of the array?
36105. Which of the following statements opens a file named temp.dat for output?
36106. Which of the following will store the letter H in a Character variable named initial?
36107. Compared with the classes from which they are derived, inherited classes may have _____
36108. A measure of repeatability of measurement of a quantity is:
36109. To write data that contains variables of type float, to an object of type ofstream, you should use
36110. The main difference in operation between an 'if statement and a 'while' statement is
36111. If a class object is thrown with a throw statement, then a subsequent catch block has a usable match if the type of the catch argument is_________
36112. The weakest form of cohesion is
36113. The 'continue' statement is used to
36114. The 'break' statement is used to exist from
36115. You have assigned the address of Value to the pointer P, Which statement will display the value stored in Value?
36116. A constructor initialization list is preceded by
36117. In C++, a function contained within a class is called
36118. Which of the following statements will create and initialize a feelnfo array named fee?
36119. Which of the following is the scope resolution operator?
36120. If the description of function is "input the quantity, validate that the quantity is greater than 1, subtract 1 from the quantity, and print the quantity," the function is
36121. A function that changes an object's state belongs to the category of
36122. Which of the following pairs of identifier name(s) are(is) considered to be identical?
36123. When you create a derived class and instantiate on object
36124. The int type of constants are whole numbers in the range
36125. When the function char someFunction(int x) is executed,
36126. One way in which a structure differs from an array is that
36127. Variables that hold memory addresses are called _____
36128. The general form of do-while statement is
36129. The measure of how well the operations in a function relate to one another is _____
36130. The analogous electrical circuit quantity corresponding to the magnetic circuit quantity,permeability is:
36131. An unsigned double type of data
36132. The extraction operator >> is a(n) _____
36133. Modules in C++ programs are
36134. The return type for all destructors is
36135. If an exception is thrown and no catch block matches the type of the thrown parameter, then _____
36136. The comma operator (,) is used to
36137. In load flow analysis the role of a slack bus is:
36138. Which of the following statements creates a named constant called driverAge whose value is 16?
36139. Which functions do not have a this pointer?
36140. When a program calls a function that has default parameters, if you omit an argument, you must _____
36141. Each generic type in a template function definition is preceded by the keyword _________
36142. The declaration section holds
36143. A derived class _____ override attributes of a parent class
36144. In object-oriented terms, an exception may be considered a(n) _____
36145. A(n) _____ is a numeric variable used for counting something
36146. The element of an array is
36147. When the function void someFunction(int x) throw(char) is executed,_____
36148. Which of the following is NOT included in the header of a function?
36149. If you want only one memory location to be reserved for a class variable, no matter how many objects are instantiated, you should declare the variable as________
36150. The logical NOT operator represented by is a