Flicker can display your tags as a(n) ____.
A. tag cloud
B. index
C. keyword environment
D. folder
Answer: A. tag cloud
You might also like to view...
Recovery Point Objective (RPO) is defined as:
a. The maximum length of time that a business process will be unavailable during a disaster b. The maximum amount of data loss during a disaster c. The point in time when a recovery is initiated after a disaster d. The maximum point in time that a business can tolerate downtime during a disaster
To remove a slide from a presentation, in the left hand pane, select the slide and press ________
Fill in the blank(s) with correct word
When you create a new channel using the Channels panel, by default it becomes a(n) ____ channel.
a. transparent b. alpha c. overlay d. color
If the following pseudocode was coded and executed, what would display?
``` Declare String str = "Miami Florida" insert(str, 6, "Beach, ") Display str ``` a. MiamiBeach, Florida b. Miami Beach, Florida c. Miami Beach, d. Beach,Florida