What data type should be used when keeping track of a name?

A. number
B. character
C. array
D. string


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following data items are arranged from the smallest to the largest in the data hierarchy.

a. records, characters, fields, bits, files. b. bits, files, fields, records, characters. c. fields, characters, bits, files, records. d. bits, characters, fields, records, files.

Computer Science & Information Technology

Which if statement would be true if you needed to see if x (an int) was 5 and y (an int) was 7?

A. if ( x = 5 && y = 7 ) B. if ( x == 5 || y == 7 ) C. if ( x == 5 || y =7 ) D. if( x == 5 && y == 7)

Computer Science & Information Technology

Which options is used with the useradd command to enter text for the comment field?

A. -c B. -e C. -g D. -m

Computer Science & Information Technology

In the figure above, which number points to the maximum width for a tablet?

A. 1 B. 2 C. 3 D. ?4

Computer Science & Information Technology