QUESTION IMAGE
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
Step1: Recall byte size
A byte has 8 bits.
Step2: Separate binary data
Separate the given binary data into 8 - bit chunks.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
01010101 11010010 11000000