This character encoding scheme allows non-English characters and special characters to be represented.
A. ASCII
B. Unicode
C. ANSIC
D. EBCDIC
Answer: B
Computer Science & Information Technology
You might also like to view...
What shell variable contains the directory stack?
What will be an ideal response?
Computer Science & Information Technology
A single bit can represent two values: 0 and 1. Two bits can represent four values: 00, 01, 10, and 11. Three bits can represent eight values: 000, 001, 010, 011, 100, 101, 110, and 111. How many values can be represented by
a. 8 bits? b. 16 bits? c. 32 bits?
Computer Science & Information Technology
When diagrams are used to describe the algorithm, the description is referred to as ____.
a. pseudocode c. a formula b. a flowchart d. a program
Computer Science & Information Technology
IfMyNumber = 7.82, what is the value of Int(MyNumber/2)+ 0.5?
a. 4.41 b. 3.5 c. 3.91 d. 4.5
Computer Science & Information Technology