A ____ asks a series of questions and then uses your answers to create a control in a form or report.

A. Form Wizard
B. Control Wizard
C. Report Wizard
D. Control Gallery


Answer: B

Computer Science & Information Technology

You might also like to view...

The __________ is responsible for allocating space on disk.

a. IOCS b. device manager c. file system d. user

Computer Science & Information Technology

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

1) While forked processes are allocated separate memory locations and data, threads execute in the same memory space and share the same resources. 2) Thread method wait causes the calling Thread to wait for the corresponding Thread to die before it can proceed. 3) When a program contains more than one running thread, these threads are switched in and out of the interpreter by the global interpreter lock (GIL) at specified intervals. 4) Unlike a blocked thread, a sleeping thread may still use the interpreter.

Computer Science & Information Technology

Which statement exemplifies abstraction?

A. The president of General Motors views the company in terms of every worker, every supplier, and every car. B. The president of General Motors views the company in terms of its corporate divisions and high-level policy issues. C. A good approach to algorithm design and software development is to focus on how we might actually implement a particular operation. D. A convenient way to view the hardware component called "memory" is to focus on the billions of electronic devices that go into constructing a memory unit.

Computer Science & Information Technology

The file open function is called open().

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

Computer Science & Information Technology