answersLogoWhite

0

Texas is too big, but you can fit in a Ohio, Maryland, and part of West Virginia.

But seriously though...I am assuming that you mean "how many unique combinations of 1's and 0's can be stored in a 16 bit register."

The answer is given as 2 (the number of different possibilities per digit) raised to the power of 16. The answer is 65536, made up of 0 through 65535. An 8 bit register can represent 256 different values, 0 through 255.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the largest prime number which can be stored in 6 bit register?

9999.99


A byte stored in AL is present in array of 10 bytes stored in the memory Store the number of occurrences of the byte in register AH?

Of 10 bytes simply stored in the memory? YAWN...


What is a memory mapped register?

A memory mapped register is a register that has its specific address stored in a known memory location.


Where does global static local register variables free memory and C Program instructions get stored?

* These are all implementation defined. Access to `register' specified indentifiers should be as fast as possible, so the compiler may place the value in a machine register. However, the compiler is free to treat a `register' declaration as an `auto' declaration. * Where free memory is maintained is an OS specific concept. Instructions are generally stored in code segement. Local Variables are stored in Stack. Register variables are stored in Register. Global & static variables are stored in data segment. The memory created dynamically are stored in Heap And the C program instructions get stored in code segment.


Where do register variables get stored?

Either in registers or on the stack.


How many different patterns could be stored in a 8 bit register. What is the largest value that could be stored?

A simple mathematical formula to calculate the maximum address space of a register is 2^N, where N is the bitrate. 2^8 = 256. So 0-255, and 255 is the largest value. A 16-bit register (2^16) is 65536, so 0-65535


What number is used to register a visa ideal gift card Stored-value card is it the number on the front of the card or one of the numbers on the back of the card?

Its the number on the front. sorry i don't know how to delete this question


Range of signed numbers that can be stored in an 8 bit register?

Range of 8 bit signed number is -128 to 127 Reference: digital fundamentals by Floyd


What is the range of unsigned numbers that can be stored in an 8 bit register?

8


Is the contents of information is stored in memory data register in computer?

yes


What happens if you try to find address of register variable?

Either you get a compiler error. Or you get a compiler warning, and the variable won't be stored in register.


What is the largest prime number that can be stored in 9 bit register?

29 = 512 so the largest integer would be 511. 511 is composite, but 509 is prime and so the answer.