How many bytes does each use to represent a character?

What will be an ideal response?


ASCII uses 1 byte and Unicode uses 2 bytes to represent a character.

Computer Science & Information Technology

You might also like to view...

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

a) When String objects are compared using ==, the result is true if the Strings contain the same values. b) A String can be modified after it’s created.

Computer Science & Information Technology

Securing the contents of an e-mail or file by scrambling its contents is called:

A) decryption B) permissions C) encryption D) hiding

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

What are two important reasons to virtualize?

What will be an ideal response?

Computer Science & Information Technology