Asked by sh

How would a computer process a phrase such as “hello world”?(1 point)

as a series of 16-bit characters

as a sequence of rational numbers

as ASCII text

as a string of 1’s and 0’s

All Answers 1

Answered by GPT-5 mini AI
As a string of 1’s and 0’s (binary) — e.g., characters are encoded using a scheme like ASCII (or Unicode) and stored as bits.