Critical Thinking QuestionsCase 9-2Sonya tells her classmate Miranda that she can save a lot of time in the preparation of a document for their class if she makes use of building blocks. Miranda wants to hear more about this from Sonya.
Which of the following is not an example of a building block that Miranda might be able to use in her document?
a. pie chartb. cover pagec. page numbersd. text box
What will be an ideal response?
Answer: A
You might also like to view...
In general a pen object is used to:
a) fill an entire shape with a color b) fill an entire shape with a pattern c) draw an outline of an shape in black or blue d) draw an outline of a shape
Which of the following are true about two-dimensional arrays?
a) Two-dimensional integer arrays cannot be initialized via an initializer list. b) Two-dimensional arrays can only store up to 10 elements per array (or per row). c) Two-dimensional arrays are not accessible using for loops. d) Two-dimensional arrays cannot hold objects. e) None of the above is true.
The C++ very nearly contains the ______ programming language as proper subset.
Fill in the blank(s) with the appropriate word(s).
What statement regarding overloading methods is accurate?
A. When you create overloaded methods, you write multiple methods with different names but the same parameter list. B. When you overload a method, the number of parameters must be the same, but the types can be different. C. An overloaded method must have parameters. D. The compiler is able to discern which method to use based on the arguments you supply for a method call.