Which of the following codes uses 16 bits to represent characters?

A. Unicode
B. ASCII
C. Extended ASCII
D. Binary


Answer: A

Computer Science & Information Technology

You might also like to view...

Write an algorithm that provides someone with clear directions on how to make your favorite snack.

What will be an ideal response?

Computer Science & Information Technology

What is the program output if the user types runt followed by a carriage return when the program is run?

``` char r, x, y, z, w; scanf("%c%c%c%c", &x, &y, &z, &w); if (x < y) r = x; else r = y; if (r > z) r = z; if (r > w) r = w; printf("%c\n", r); ``` a. r b. u c. n d. t e. none of the above

Computer Science & Information Technology

The client tier interacts with the ________ tier to access information from the ________ tier

a) middle; information b) information; middle c) information; bottom d) bottom; information

Computer Science & Information Technology

In the dialog box in the accompanying figure, the ____________________ list option is often used to create a default selection.

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

Computer Science & Information Technology