Binary
ASCII
Unicode
Hexadecimal
100

The smallest unit of data that can only hold a value of 0 or 1.

What is a bit?

100

This encoding system is designed to convert characters like letters and numbers into binary for computer processing.

What is ASCII?

100

When was the Unicode system released?

What is 1991?

100

Hexadecimal uses this base system.

What is base-16?

200

A unit of digital information consisting of 8 bits for computer memory and processing.

What is a byte?

200

In ASCII, characters 0–31 are used for these kinds of non-printable functions, such as signaling a newline or tab.

What are control characters?

200

In Unicode, each character is assigned a unique code in this format, such as U+0041 for the letter ‘A’.

What is a code point?

200

The value of E in hex.

What is 14?

300

The decimal number 13 converted to binary would produce this combination of bits.

What is 1101?

300

What does ASCII stand for?

What is American Standard Code for Information Interchange?

300

Unicode introduced encoding schemes like UTF-8 and UTF-16 to manage its large character set. In UTF-8, common characters like ‘A’ are stored using how many bits?

What is 8 bits?

300

The decimal number of the hex value of 111 is this.

What is 273?

400

The binary number 10110011 converts to this decimal number.

What is 179?

400

ASCII values for digits range from 48 to 57. In this range, the ASCII value 50 represents which digit?

What is 2?

400

Knowing that Unicode is a 32 bit system, how many POSSIBLE values can it hold?

What is 4 billion?

400

Hex mainly used for this.

What is simplifying binary?

500

The decimal number 250 can be represented by these 8 bits.

What is 11111010?

500

When was ASCII first published?

What is 1963?

500

How are values noted in the Unicode system?

What is U+ (followed by the hexadecimal code)?

500

Hex is used in memory for this function.

What is defining locations?