Adding a ____ to text adds depth and helps the letters display prominently.

A. sizing handle
B. shadow
C. font
D. shape


Answer: B

Computer Science & Information Technology

You might also like to view...

For every recursive solution, there is a(n) ______________ solution.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The value returned by passing #12/31/10# to the CSng function is_________________

a. 12/31/2010 b. 123,110 c. 0 d. No value is returned. A runtime error is generated.

Computer Science & Information Technology

The terminal driver can

A. change the size of a terminal window B. translate lower case letters to upper case letters

Computer Science & Information Technology

Write a program in a class CharacterFrequency that counts the number of times a digit appears in a telephone number. Your program should create an array of size 10 that will hold the count for each digit from 0 to 9. Read a telephone number from the keyboard as a string. Examine each character in the phone number and increment the appropriate count in the array. Display the contents of the array.

What will be an ideal response?

Computer Science & Information Technology