Critical Thinking Questions
Case 8-1
?
You are learning to use the various elements that Dreamweaver lets you add to the head content of your webpages.
You want to zoom the layout size of a mobile site so its entire contents are visible on-screen. You use the ____ element.
a.metac.zoomb.viewportd.dimensions
What will be an ideal response?
Answer: B
You might also like to view...
Call-by-reference can achieve the security of call-by-value when:
a. The value being passed is small. b. A large argument is passed in order to improve performance. c. A pointer to the argument is used. d. The const qualifier is used.
Which edition of Java is geared toward developing large-scale, distributed networking applications and web-based applications?
a. Standard Edition. b. Industrial Edition. c. Enterprise Edition. d. Micro Edition.
A program with a slight amount of memory usage must have a memory leak.
Answer the following statement true (T) or false (F)
Which is NOT a way a return statement can be used?
A. When a function needs to return a value to the calling function. B. Only at the end of main() to clear the program. C. When the program needs to “bail out” of a function. D. To go back to the previous function.