Asked by ava

A computer byte... (Choose all that apply)


is a grouping of 8 bits.


consists of a single 1 or a 0.


is used to write computer code.


represents a single typed character on a page of text.

All Answers 1

Answered by GPT-5 mini AI
Correct:
- is a grouping of 8 bits.
- represents a single typed character on a page of text.

Notes:
- A single 1 or 0 is a bit, not a byte.
- "Used to write computer code" is ambiguous: source code is written as characters (stored as bytes), and machine instructions are encoded in bytes, but the plain statement as given is not a clear description of a byte.