31. The standard output stream, which refers to the computer screen, is called
A. cin
B. cout
C. stin
D. stout
E. None of the above
Advertisement
32. Which of the following operators is the equality operator?
A. !=
B. =
C. ==
D. ->>
E. <>
Advertisement
33. In C++, you use _____ to perform standard input and output operations
A. characters
B. sequences
C. streams
D. tests
Advertisement
34. Values that are used to end loops are referred to as _____ values
A. end
B. finish
C. sentinel
D. stop
Advertisement
35. Which of the following flowchart symbols represents the if selection structure?
A. diamond
B. hexagon
C. oval
D. parallelogram
E. rectangle
Advertisement
< PREVIOUS POSTObject Oriented Programming Using C++ - Section 10
NEXT POST >Introduction to Database - General Questions