When working with numerical data and creating charts, it makes sense to use Microsoft:

A) Power Point.
B) Word.
C) Access.
D) Excel.


D

Computer Science & Information Technology

You might also like to view...

The ________ operator is used in C++ to test for equality.

A) = B) <> C) && D) == E) ||

Computer Science & Information Technology

Which strategy to test contingency plans involves team members acting as defenders, using their own equipment or a duplicate environment, against realistic attacks executed by external information security professionals?

A. Parallel testing B. War gaming C. Simulation D. Structured walk-through

Computer Science & Information Technology

The __________ is not one of the three layers of RMI architecture.

a) presentation layer b) stub/skeleton layer c) remote reference layer d) transport layer

Computer Science & Information Technology

Give examples of schedules that have the following properties

a) The schedule is serializable, but not in commit order (b) The schedule is serializable, but has a dirty read (c) The schedule is not serializable, but does not have a dirty read, a non-repeatable read, or a lost update. (d) The schedule would be permitted at the READ COMMITTED isolation level, but is serializable. (e) The schedule is permitted at READ COMMITTED, but is not serializable (f) The schedule is serializable and would be permitted at SNAPSHOT isolation, but not by a strict two-phase locking concurrency control (g) The schedule is serializable and would be permitted by a strict two-phase locking concurrency control, but not at SNAPSHOT isolation

Computer Science & Information Technology