Bibliographies, headers, footers, page numbers are all examples of ________

Fill in the blank(s) with correct word


Building blocks

Computer Science & Information Technology

You might also like to view...

This segment is equivalent to which of the following?

Consider the code segment below. ``` if (gender == 1) { if (age >= 65) { ++seniorFemales; } } ``` a. if (gender == 1 || age >= 65) { ++seniorFemales; } b. if (gender == 1 && age >= 65) { ++seniorFemales; } c. if (gender == 1 AND age >= 65) { ++seniorFemales; } d. if (gender == 1 OR age >= 65) { ++seniorFemales; }

Computer Science & Information Technology

if-else examples can also be called ____, because they contain the action taken when the tested condition is true and the action taken when it is false.

A. do loops B. repetition C. single-alternative selections D. dual-alternative selections

Computer Science & Information Technology

Print Preview is used to see how a document will look when it is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ________ is an image that is configured so that parts of the image can be used as one or more hyperlinks

a. image map b. hyperimage c. navigation image d. list marker image

Computer Science & Information Technology