How many characters can be stored in a field with a Short Text data type?

A. 100
B. 255
C. 500
D. 256


Answer: B

Computer Science & Information Technology

You might also like to view...

The __________ approach is a set of related threads scheduled to run on a set of processors at the same time, on a one-to-one basis.

A) ?dynamic scheduling ? B) ?load sharing C) ?gang scheduling ? D) ?dedicated processor assignment

Computer Science & Information Technology

The default ordering criterion for the elements in an associative container is the relational operator ____.

A. >= B. <= C. > D. <

Computer Science & Information Technology

Which of the following devices allows segregation of collision domains but not broadcasting domains?

A. NIC B. Switch C. Hub D. Router

Computer Science & Information Technology

The delete operator should only be used on pointers that

A) have not yet been used. B) have been correctly initialized. C) point to storage allocated by the new operator. D) are appropriately dereferenced. E) None of the above

Computer Science & Information Technology