The ____ tab in the Properties dialog box lists software drivers, and allows you to change printer options.
A. Advanced
B. Options
C. Settings
D. Tools
Answer: A
You might also like to view...
Consider the following interleaving of transactions T and U:
The outcome of optimistic concurrency control with backward validation is that T will be aborted because its read operation conflicts with U's write operation on ai, although the interleavings are serially equivalent. Suggest a modification to the algorithm that deals with such cases.
The firewall built in Windows 7 systems is which of the following types?
a. Packet filtering firewall b. Application gateway firewall c. Stateful inspection firewall d. Circuit gateway firewall
What is the advantage of a distributed IDS?
A. A distributed IDS can collect data from one network device at a central manager console to allow a security manager to detect a more complex attack. B. A distributed IDS prevents all types of attacks. C. A distributed IDS can detect 100% of attacks. D. A distributed IDS can collect data from many devices at a central manager console to allow a security manager to detect a more complex attack.
Which of the following is not true of pointers to functions?
They contain the starting address of the function code. b. They are dereferenced in order to call the function. c. They can be stored in arrays. d. They can not be assigned to other function pointers.