A(n) ________ is a character that is not found on common keyboards

A) font
B) symbol
C) icon
D) thumbnail


B

Computer Science & Information Technology

You might also like to view...

A JFrame supports three operations when the user closes the window. Which of the choices below is not one of the three:

a. DISPOSE_ON_CLOSE. b. DO_NOTHING_ON_CLOSE. c. LOWER_ON_CLOSE. d. HIDE_ON_CLOSE.

Computer Science & Information Technology

What does the following code snippet do when the animation is played, given that imageView has been created?

``` FadeTransition ftrans = new FadeTransition (new Duration(5000), imageView); ftrans.setFromValue(1.0); ftrans.setToValue(0.5); ftrans.play(): ``` a. The image will be completely opaque when displayed and will decrease to 50% opacity over the five seconds of the animation. b. The image will be completely invisible when displayed and will increase to 50% opacity over the five seconds of the animation. c. The image will be completely opaque when displayed and will increase to 50% opacity over the five minutes of the animation. d. The image will be 50% opaque when displayed and will increase to 100% over the five seconds of the animation.

Computer Science & Information Technology

Aero ________ is a preview of any open window even when it is obscured by another window

Fill in the blank(s) with correct word

Computer Science & Information Technology

Case AC 6-1Kathleen is working with a large recipient list for an upcoming promotional mailing.  She has opened the Mail Merge Recipients dialog box.Kathleen wants to remove some of the recipients from the mail merge list so they do not receive the promotional mailing. What should she do?

A. Clear its check box B. Double-click the recipient's name and click Remove C. Fill in their name in the Data Source box D. None of the above

Computer Science & Information Technology