Question
A text file stores binary data tha is organized into groups of 8 or 16 bits that are interpreted as characters
Responses
True
True
False
Responses
True
True
False
Answers
GPT-4o mini
The statement is **True**. Binary data can indeed be organized into groups of 8 bits (commonly known as a byte) or 16 bits (two bytes), and these groups can be interpreted as characters based on character encoding standards such as ASCII or UTF-16.