In the __________ encoding scheme, each 24 bits become four 6-bit chunks, and…
2022
In the __________ encoding scheme, each 24 bits become four 6-bit chunks, and eventually are sent as 32 bits.
Answer: C. base 64 — Base64 converts 24-bit binary data into four 6-bit chunks, representing them as printable ASCII characters for safe data transmission.
- A.
8 bit
- B.
binary
- C.
base 64
- D.
quoted–printable
Attempted by 203 students.
Show answer & explanation
Correct answer: C
Base64 converts 24-bit binary data into four 6-bit chunks, representing them as printable ASCII characters for safe data transmission.
Loading lesson…