35901. Which of the following tells C++ to display numbers in fixed notation?
35902. The #include instruction is called a
35903. Another drawback to returning an error code from a function is that any error code returned by the function
35904. Classes hold _____
35905. In C++, the address operator is the following symbol _____
35906. 100 numbers of 1 Ohm linear bilateral resistances are connected in parallel and the combination is fed by a 10A constant current source.The power delivered by the source is:
35907. The function that takes arguments to set the bits of cout is _____
35908. When you declare a pointer, you must give it a _____
35909. You typically initialize Short Integer, Integer, and Long Integer variables to
35910. Assume that a variable will need to store only integers in the range of 1 through 20000. The most efficient data type for the variable is _____
35911. Referring to a power plant,the term hot reserve refers to:
35912. Power supply used for dielectric heating will normally have a frequency in the range:
35913. Any #include files may contain
35914. When a break statement is used in a loop, the control skips the rest of the statements in the loop after it and jumps
35915. The function that takes arguments to set the bits of count is _____
35916. When two types are used in a function template and one is labeled T, the other
35917. The best-written classes have
35918. Making class members inaccessible to nonmember functions is an example of
35919. Providing two or more constructors for the same class _____
35920. 3 is a _____ constant
35921. _____ variables remain in memory until the statement block ends
35922. An address is a _____ , while a pointer is a _____
35923. Procedural cohesion is similar to sequential cohesion, except that with procedural cohesion _____
35924. Which of the following creates an animal object named dog?
35925. The getline() function reads a line of text until _____
35926. The extraction operator >> is a(n)
35927. One drawback to returning an error code from a function is _____
35928. Assuming the following three operators appear in an expression (without parentheses), which of the operators will be performed first?
35929. The code that you enter into a C++ program is called _____
35930. If a base class member is private, then
35931. Which of the following instructions tells C++ to merge the source code from the iostream.h file into the current file?
35932. The statement double total = 0.0; performs _____
35933. The two parts of a function are the
35934. The general principle underlying object-oriented error handling is that a called function should __________
35935. As per Kelvin’s Law,the most economical size of conductor is that for which:
35936. Reference variables and const class member
35937. The actual arguments cannot he
35938. The function stricmp("Jose", "JOSE") will return _____
35939. Output voltage of a simple ideal buck type dc-dc converter working in continuous current mode with an input voltage of 12V and turn ON time 5ms and switching frequency 50Hz is:
35940. A predefined function that may be used to handle memory allocation errors is
35941. A function in a derived class that has the same name as a function in the parent class _____
35942. The _____ function returns the uppercase equivalent of a character
35943. When you instantiate a derived class object, a constructor for the derived class _____
35944. A constructor may be _____
35945. Software that can be used in applications other than the one for which it was originally written is called
35946. A power electronic circuit which can a 5V,30Hz output wave from a supply of 5V,30 Hz output wave from a supply of 5V,60 Hz supply is:
35947. Typing the function's name as Main, rather than main, is an example of
35948. When the compiler cannot differentiate between two overloaded constructors, they are called______
35949. A function argument is
35950. A function that is prototyped as double calculate(int num); may______