A ____ is a set of choices, often graphical, arranged in a grid or in a list.
A. window document
B. live preview
C. menu
D. gallery
Answer: D
Computer Science & Information Technology
You might also like to view...
What wildcard is used to represent multiple characters?
What will be an ideal response?
Computer Science & Information Technology
Use the Relational Algebra to express the following queries:
(a) Find the makes of all cars manufactured by ?Mercedes/Chrysler? (b) Find the names and addresses of all dealers who sell Plymouths (i.e., cars with make 'Plymouth'.) (c) Find the addresses of dealers that sell at least one make of car manufactured by a company incorporated in Japan. (d) Find all dealers who don't sell any car manufactured by ?Mercedes/Chrysler?. Consider the following schema:
Manufacturer(MName,HQAddress,Country) Car(Make,ModelNum,MName,Kind) Dealership(DName,DAddress) Sell(DName,Make,ModelNum)
Computer Science & Information Technology