?A webpage gets a new modification date for all of the following EXCEPT:

A. ?daily
B. ?when a small change is made
C. ?when a large change is made
D. when any change is made?


Answer: A

Computer Science & Information Technology

You might also like to view...

A(n) __________ statement provides a default section to validate a user's menu selection.

a. If-Then b. If-Then-Else c. While d. Case

Computer Science & Information Technology

The Task Bag is an object that stores (key, value) pairs. A key is a string and a value is a sequence of bytes. Its interface provides the following remote methods

pairOut, with two parameters through which the client specifies a key and a value to be stored. pairIn, whose first parameter allows the client to specify the key of a pair to be removed from the Task Bag. The value in the pair is supplied to the client via a second parameter. If no matching pair is available, an exception is thrown. readPair, which is the same as pairIn except that the pair remains in the Task Bag. Use CORBA IDL to define the interface of the Task Bag. Define an exception that can be thrown whenever any one of the operations cannot be carried out. Your exception should return an integer indicating the problem number and a string describing the problem. The Task Bag interface should define a single attribute giving the number of tasks in the bag.

Computer Science & Information Technology

____ layout lets you set a specific size for the pages.

A. Liquid B. Elastic C. Fixed-width D. Indexed

Computer Science & Information Technology

Help desk customers are ________

a. External paying customers b. Employees within the same company c. Both a. and b. d. Neither a. nor b.

Computer Science & Information Technology