Match the following field types with their explanation

I. Binary A. Used for long text or combinations of text and numbers
II. Integer B. Used for values included in calculations
III. Memo C. Used for any type of data
IV. Number D. Default field type used for text and numbers up to 255 characters
V. Text E. Used for whole numbers

C, E, A, B, D

Computer Science & Information Technology

You might also like to view...

A stateful packet inspection firewalls keeps track of network connections by using which of the following?

a. A state table b. Fuzzy logic c. Least-privileges principle d. Autonomous packet flow

Computer Science & Information Technology

Which of (a) to (d) is false about overloading << for output?

a. the output function cannot be a class member b. the output function must be a friend c. the output function takes a stream passed by reference d. the output function takes an object passed by reference e. more than one of the above statements is false

Computer Science & Information Technology