What is true about a long integer?

answers:

it uses more than 32 bits

it has a maximum of 17 bits

it has a decimal

it uses only 1s and 0s

1 answer

The correct statement about a long integer is:

it uses more than 32 bits

In many programming languages, a "long" integer typically uses at least 64 bits. Here’s a clarification on the other options:

  • it has a maximum of 17 bits: This is incorrect; long integers can have more than 17 bits.
  • it has a decimal: This is misleading; while long integers can represent decimal values when converted to a string or printed out, they are inherently whole numbers and do not have decimal components.
  • it uses only 1s and 0s: This describes how all binary data, including integers, is represented at the hardware level, but it does not specifically define long integers.

So, the first option is the true statement about long integers.

Similar Questions
  1. What is TRUE about a long integer?(1 point) OIt uses more than 32 bits. It has a maximum of 17 bits. It has a decimal It uses
    1. answers icon 1 answer
  2. QuestionWhat is TRUE about a long integer? (1 point) Responses It uses more than 32 bits. It uses more than 32 bits. It has a
    1. answers icon 1 answer
    1. answers icon 1 answer
  3. 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
    1. answers icon 1 answer
more similar questions