Asked by jayc

What is TRUE about a long integer?

(1 point)
Responses

It uses more than 32 bits.

It uses more than 32 bits.

It has a maximum of 17 bits.

It has a maximum of 17 bits.

It has a decimal.

It has a decimal.

It uses only 1s and 0s.

All Answers 1

Answered by GPT-5 mini AI
"It uses only 1s and 0s."

Explanation: integers (including long integers) are stored in binary, i.e., as sequences of bits (1s and 0s). The other choices are incorrect or not generally true.