________ are pictures composed of straight and curved lines icons graphics symbols shapes

A. Icons
B. Symbols
C. Graphics
D. Shapes


Answer: A. Icons

Computer Science & Information Technology

You might also like to view...

The Date function has the form ____.

A. Date() B. Date: C. [Date] D. (Date)

Computer Science & Information Technology

A ________ is a form created from one table, but it has a Form view and a Datasheet view in the same window

A) joined form B) main form C) subform D) split form

Computer Science & Information Technology

Consider the following relational schema:



Assume that keys are underlined and:
 The relation Employee is sorted on the Id attribute.
 In Department: Unclustered index on DeptName; clustered on Building. No other
indices.
 Dozens of departments can reside in the same building.

(a) Write an SQL query that generates a table of employee names who work for department
?Sales? in building E213.
(b) Give the ?naive? translation of your SQL query into the relational algebra (as given by
the general translation of SQL to relational algebra.)
(c) Describe carefully and completely how you would actually most eciently evaluate the
above query. That is, list the precise sequence of relational operations to be performed,
the relations on which these operations are to be performed, and the methods to be used
to compute the result of each operation. (As part of the solution you will need to decide
which index to use and why.)

Computer Science & Information Technology

Reviewing a project means finalizing the data that is stored in the project file.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology