Match each of the following terms to its definition:

I. ASCII
II. decimal
III. hexadecimal
IV. Unicode
V. binary

A. can represent the alphabets of all modern and historic languages
B. character coding system that assigns an integer to 127 different characters
C. number system based on 2
D. number system based on 16
E. number system based on 10


B, E, D, A, C

Computer Science & Information Technology

You might also like to view...

Which of the following C++ Standard Library headers does not contain a C++ Standard Library container class?

a. b. c. d.

Computer Science & Information Technology

When comparing and combining documents, it is good practice to combine the changes into a new document, and leave the original documents unchanged

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following statements about queues is false?

A. A queue is a linear list. B. Data are inserted at the rear of the queue. C. Data are deleted from the front of the queue. D. The basic queue operations are traditionally known as push and pop. E. The minimum fields in a queue head structure are a front pointer and a rear pointer.

Computer Science & Information Technology

________ systems are computer programs that mimic the experience of human experts such as doctorsor lawyers.

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

Computer Science & Information Technology