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
You might also like to view...
Answer the following statements true (T) or false (F)
1. The computer will carry out the instructions that follow the symbol // 2. A program must have a main function. 3. The following is an example of a declaration statement: cout << “Enter a number: ”; 4. An identifier must start with a letter or an underscore. 5. It is best to use very short identifiers.
Which of the following operations is not a stack operation?
A) remove and return an item with a specified value B) set the element at the bottom of the stack to a specified value C) remove and return the item at a specified position D) All of the above: that is, none of the above are stack operations