Match the following five terms to their maximum storage capacities:
I. Currency A. 255 characters
II. Number B. Until 9999
III. Date/Time C. Variable
IV. Memo D. 999 Trillion
V. Text E. 65,535 characters
D, C, B, E, A
Computer Science & Information Technology
You might also like to view...
The ____ data model follows a treelike structure.
a. distributed b. hierarchical c. network d. relational
Computer Science & Information Technology
The try clause is a section of code which behaves like any other section of code unless:
A. a line of code in the try clause contains a syntax error B. what it tries to do could be done C. an exception is thrown D. there is a catch clause within the try clause
Computer Science & Information Technology