If there is an if-else block within another if-else block, then
the block is said to be __________.
A. compound
B. nested
C. cascading
D. you can’t write if-else blocks within an if-else block.
B
You might also like to view...
Which one of the following statements declares a string variable named message?
a. message string; b. string = message; c. string message; d. string + message;
A broadband Internet access technology that runs over standard phone lines is called ____.
A. broadband B. DSL C. dial-up service D. cable Internet service
Case-Based Critical Thinking QuestionsCase 8-2Mya's Hat Shop currently has a product Web site with various hat photos. She would like to apply a border image, create a semi-transparent object ,and allow customers to print the photos. Mya has hired you to update the Web site. In order for Mya to print photos, the media attribute is added as ____ to specify the printer device.
A. @media print B. @media screen C. @media handheld D. @media
A cache hit occurs when ________.
a) a referenced piece of data is present in cache memory. b) a piece of data is removed from the cache. c) a referenced piece of data is not present in cache memory. d) a piece of data is placed in cache memory.