Match the following data types to their examples: I. AutoNumber II. Long Text III. Attachment IV. OLE Object V. Short Text A. a business letter created in Word B. JPG image of a lake C. 2020 Flanders St. D. description of new car for sale E. 1, 2, 3

What will be an ideal response?


E, D, A, B, C

Computer Science & Information Technology

You might also like to view...

Based on the function prototype, what is the correct call statement for WriteASentence?

```void WriteASentence(char s[]); int main() { char sentence[25] = “How now brown cow.”.; char letter = ‘y’; //what is the call statement for WriteASentence``` A. WriteASentence( sentence ); B. WriteASentence( letter, sentence ); C. WriteASentence( sentence [ ] ) ; D. WriteASentence( letter = ‘y’);

Computer Science & Information Technology

A(n) ____________________ is an image that has clickable areas defined on it that, when clicked, serve as links to take the viewer to another location.

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

Computer Science & Information Technology

Briefly describe the first step in securing a Wi-Fi wireless broadband router.

What will be an ideal response?

Computer Science & Information Technology

When a new class is added to a Visual Basic project, its name will appear in the ____ window of the Visual Studio IDE.

A. Data Sources B. Toolbar C. Toolbox D. Solution Explorer

Computer Science & Information Technology