The default unit of measurement for task duration is ____.

A. minutes
B. hours
C. months
D. days


Answer: D

Computer Science & Information Technology

You might also like to view...

Here is a function prototype and a few lines of code. What is the correct call statement?

```void Function(int *p, int &r, string s); int a, b; string s; ``` A. Function(a, b, s); B. Function(&a, &b, s); C. Function(a, &b, s); D. Function(&a, b, s);

Computer Science & Information Technology

A disadvantage of alphabetic derivation codes is that:

A) there is no meaning inherent in the code. B) there may be names that do not have the minimum required number of consonants in the name or description. C) there are not enough attributes in the data to form a code. D) there is no way to obtain information from a part of the code. E) there is no way to sort on any of the data.

Computer Science & Information Technology

____ are particularly useful for individuals who need to scan barcodes while on the go.

A. Portable barcode readers B. Quick Response barcode readers C. Two-dimensional (2D) barcodes D. Fixed barcode readers

Computer Science & Information Technology

A popular service called ____________________ uses Voice over Internet Protocol technology to enable users to communicate with friends and family.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology