If a field may require more than 255 characters and spaces to effectively describe the data, select a(n) ________ data type

A) Hyperlink B) Short Text C) Attachment D) Long Text


D

Computer Science & Information Technology

You might also like to view...

Which of the following statements are true?

``` Segment 1 Segment 2 int i = 0; for (int i = 0; i <= 20; i++) { while (i < 20) { System.out.println(i); i++; } System.out.println(i); } ``` a. The output from these segments is not the same. b. The scope of the control variable i is different for the two segments. c. Both (a) and (b) are true. d. Neither (a) nor (b) is true.

Computer Science & Information Technology

What type of memory was developed by Rambus, Inc?

A) RDRAM B) RAM C) DDR3 D) DDR, DDR2, and DDR3

Computer Science & Information Technology

Case 10-1Laura is working with JavaScript and HTML to add some functionality to her Web site. She needs to add id attributes to her

and tags.Laura successfully adds an id attribute to her tag, which controls a(n) ____.

A. table row B. table column C. table cell D. entire table

Computer Science & Information Technology

When you are connected to a remote server and managing Hyper-V with PowerShell, what addition will be added to the beginning of your prompt?

A. [HyperV] B. [ServerHyperV] C. [HyperVServer] D. [Server-V]

Computer Science & Information Technology