Q1. Which type of statement does not occur in computer programs ?
A. Loop
B. Sequence
C. Selection
D. Denial
Q2. The step by step instructions that solve a problem are called ?
A. an algorithm
B. a sequential structure
C. a plan
D. a list
Q3. To open the format cells dialog box press ?
A. Alt +1
B. Ctrl +1
C. Ctrl + Shift +1
D. F1
Q4. An array name is a ?
A. prototype
B. subscript
C. memory address
D. formal parameter
Q5. Header files often have the file extension ?
A. .HE
B. .H
C. .HEA
D. .HEAD
Q6. To expose a data member to the program you must declare the data member in the-------section of the class ?
A. public
B. user
C. exposed
D. common
Q7. Which of the following are valid characters for a numeric literal constant ?
A. a space
B. a comma
C. percent sign (%)
D. none of the above
Q8. The best form of coupling is ?
A. tight
B. loose
C. free
D. complete
Q9. When the compiler cannot differentiate between two overloaded constructors they are called ?
A. overloaded
B. destructed
C. ambiguous
D. dubious
Q10. What does C++ append to the end of a string literal constant ?
A. An asterisk
B. A number sign
C. A space
D. A null character
A. Loop
B. Sequence
C. Selection
D. Denial
Q2. The step by step instructions that solve a problem are called ?
A. an algorithm
B. a sequential structure
C. a plan
D. a list
Q3. To open the format cells dialog box press ?
A. Alt +1
B. Ctrl +1
C. Ctrl + Shift +1
D. F1
Q4. An array name is a ?
A. prototype
B. subscript
C. memory address
D. formal parameter
Q5. Header files often have the file extension ?
A. .HE
B. .H
C. .HEA
D. .HEAD
Q6. To expose a data member to the program you must declare the data member in the-------section of the class ?
A. public
B. user
C. exposed
D. common
Q7. Which of the following are valid characters for a numeric literal constant ?
A. a space
B. a comma
C. percent sign (%)
D. none of the above
Q8. The best form of coupling is ?
A. tight
B. loose
C. free
D. complete
Q9. When the compiler cannot differentiate between two overloaded constructors they are called ?
A. overloaded
B. destructed
C. ambiguous
D. dubious
Q10. What does C++ append to the end of a string literal constant ?
A. An asterisk
B. A number sign
C. A space
D. A null character
Post a Comment