Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

when writing binary data, we often put a space between each byte to mak…

Question

when writing binary data, we often put a space between each byte to make it easier for humans to read. consider this binary data: 010101011101001011000000 which choice puts a space after each byte? choose 1 answer: 010101011101 001011000000 not quite! give it another try! 01010101 11010010 11000000

Explanation:

Step1: Recall byte size

A byte has 8 bits.

Step2: Separate binary data

Separate the given binary data into 8 - bit chunks.

Answer:

01010101 11010010 11000000