Chapter Quiz: Encoding Techniques (Base64, UTF-8, Hex)

Encoding Techniques Quiz

Complete this assessment with 100% score to master this chapter.

01What is the primary purpose of Base64 encoding?

02How much size overhead does Base64 encoding add?

03What is UTF-8?

04How many bits are represented by one Hexadecimal digit?

05A byte with decimal value 255 is what in Hex?

06What is 'Little-Endian'?

07ASCII uses how many bits per character in its standard form?

08What is 'Percent-Encoding' (URL Encoding)?

09Base58 encoding (used in Bitcoin) removes which characters?

10What is 'Parity Bit' used for?