The code that is used to represent glyphs or syllables or whole words is:

A) block sequence.
B) Unicode.
C) mnemonic code.
D) significant-digit.


B) Unicode.

Computer Science & Information Technology

You might also like to view...

Logically, the best way to assure a predictable outcome is to establish a single approach that will ensure that any action taken to achieve a given purpose will actually accomplish, and continue to accomplish, the intended outcome.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The printDocument() method of the Window object prints the document displayed in the current window.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Suppose that outFile is an ofstream variable and output is to be stored in the file outputData.out. Which of the following statements opens the file outputData.out and associates outFile to the output file?

A. outFile("outputData.out"); B. outFile.open("outputData.out"); C. open(outFile,"outputData.out"); D. open.outFile("outputData.out");

Computer Science & Information Technology

You can forgo all formatting decisions by creating documents from pre-formatted queries.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology