
Which of the following (with examples such as the bold, italic, and underline shown in the accompanying figure) adds emphasis to a font?
A. font style
B. font point
C. font face
D. font weight
Answer: A
You might also like to view...
What format enables a virtual machine to be moved between virtualization platforms, and is often used for deploying virtual appliances?
A. Virtual Machine Disk (VMDK) B. Virtual Disk Image (VDI) C. Open Virtualization Format (OVF) D. Shared Virtualization System (SVS)
What is the output of the following C++ code?count = 1;num = 25;while (count < 25){ num = num - 1; count++;}cout
A. 24 0 B. 24 1 C. 25 0 D. 25 1
When you pass an array or an individual array element of a reference type to a method, the called method receives ________. When you pass an individual element of a primitive type, the called method receives ________.
a. a copy of the element’s reference, a copy of the element’s reference b. a copy of the element’s value, a copy of the element’s reference c. a copy of the element’s value, a copy of the element’s value d. a copy of the element’s reference, a copy of the element’s value
_________ are used to control how users enter data into a field in order to maintain consistency with data entry
A) Indexed fields B) Required fields C) Input masks D) AutoComplete features