answersLogoWhite

0

How many bit's in an integer?

Updated: 9/24/2023
User Avatar

Wiki User

9y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How many bit's in an integer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many bit in integer?

The number of bits in an integer is the number of times you can divide the integer by 2, truncating each result, before you reach zero.


How many bits are there in dint?

8 bits = 1byte 2 bytes = 1int dint (double integer) = 4bytes = 32bits


How many bits do you need to encode any signed integer between -1000 and 1000?

11 bits (which actually allows -1024 to 1023)


Decimal equivalent of the largest binary integer that can be obtained with 11 bits?

What is the decimal equivalent of the largest binary integer that can be obtained with (a) 11 bits and (b) 25 bits?


What is short integer?

In computer programming, a variable can be (among other things) an integer or a long integer. An integer can be any whole number in the range of -32,768 to 32,767 A long integer can be any whole number in the range of -2,147,483,648 tp 2,147,483,647 I have never heard of an "integer" variable being called a "short integer" but it makes a kind of sense. Note: The size of integer types is platform-dependent, but usually: short: 16 bits int: 32 bits (16 in archaic systems: MSDOS OS Windows16) long: 32 bits (64 in unix64) long long: 64 bits


How many different values can 128 bits represent?

A 128-bit register can store 2 128th (over 3.40 × 10 38th) different values. The range of integer values that can be stored in 128 bits depends on the integer representation used.


What is range of 8 bit unsigned integer?

Bits administrator


What is the largest decimal number that a two byte integer can represent?

There are 8 bits in a byte, so a two byte integer would be 16 bits. The largest 16 bit integer possible would be 11111111111111112, which is 65535 in base 10.


What is the biggest signed integer that can be coded in X bits?

2x-1


What is the biggest integer that can be coded binary in X bits?

2x -1


What is the decimal equivalent of the largest binary integer that can be obtained with 11 bits?

The largest integer is 211 - 1 which is 2048 - 1 = 2047


What is the largest integer that can be stored in 16 bits?

65,535 in decimal = 1111111111111111 in binary.