<<= Back Next =>>
You Are On Multi Choice Question Bank SET 723

36151. When variables refer to attributes of an entity (such as name, address, and phone number of a person), those attributes form a _____





36152. Rotation of a rotating Induction Type Mechanical Energy Meter under no load condition can be reduced by:





36153. The needle of a MI Ammeter oscillates around a central value.It may be due to poor.





36154. A function's single most important role is to






36155. The delete operator returns ______ to the operating system





36156. The major advantage of data hiding is that _____





36157. The letter V is a _____





36158. Separating parts of a program into units that remain unaffected by other parts of a program is the concept known as _____





36159. A function whose purpose is to send messages to other functions is known as a _____





36160. With commercial classes, the function source code is usually________





36161. The type of value that a function sends back to the function that calls it is known as its _____





36162. Assume that a program includes the short agePtr = NULL; statement. The name of the pointer is _____





36163. Which of the following are never inherited?





36164. The expression c = i++ causes






36165. An identifier in C






36166. Which of the following creates a String named constant called partNo, whose value is AB45?





36167. The bitwise AND operator is represented by the symbol






36168. The exclusive OR operator gives the result 1 when






36169. ‘Daniel Vettori’ is the captain of which one of the following teams?





36170. The function strcmp("Jose", "JOSE") will return _____




36171. A pointer to void can hold pointers to





36172. Which of the following is the extraction operator?






36173. The function whose prototype is void getData(Item &thing); receives





36174. When a multidimensional array is accessed, each array index is





36175. To create a variable, you must assign _____ to it





36176. You indicate a variable is a pointer variable by placing a(n) _____ in front of the variable's name





36177. A function can make_________





36178. A default exception block must be placed _____





36179. Which of the following control structures is used in every program?





36180. In the C language, a string is assigned to the





36181. Which of the following statements declares a one-dimensional Character array named item that consists of five elements?






36182. The range of an Ammeter is to be extended from 250mA to 2If the 250 mA meter has an internal resistance of 10 Ohm,what is the approximate value of the shunt resistance required to extend the range.





36183. The main() function is always






36184. Variables that are known only to the function in which they are declared are called _____ variables






36185. In the expression p --> val,p is a(n)





36186. In a template function, _____ argument is generic, or parameterized





36187. Object-oriented programmers primarily focus on _________





36188. You define a structure type globally because





36189. The standard output stream, which refers to the computer screen, is called






36190. Which of the following operators is the equality operator?






36191. In C++, you use _____ to perform standard input and output operations





36192. Values that are used to end loops are referred to as _____ values





36193. Which of the following flowchart symbols represents the if selection structure?






36194. Two or more arrays whose elements are related by their position (subscript) in the arrays are called _____ arrays






36195. Assume that a program creates and initializes a Short Integer variable named age and a pointer named agePtr, to which it assigns the address of the age variable. Which of the following statements will assign the number 21 to the age variable?




36196. The statement fwrite ( (char)&objl, sizeof(objl) );





36197. The body of a C++ function is surrounded by _____





36198. Which of the following type casts will convert an Integer variable named amount to a Double type?





36199. The loosest type of coupling is





36200. Which of the following is a string literal constant?






<<= Back Next =>>
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution