answersLogoWhite

0

16 bits is a byte, for the record half a byte is called a "nibble". I kid you not...

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

A string of 16 bits is called?

A word. It equals 2 bytes. A Long Word is 32 bits long.


How many bits does a Java char contain?

16 bits. Java char values (and Java String values) use Unicode.


What do you call a group of bits containing 16 zeros and ones?

A 16-bit binary number


What is the minimum number of bits would you need to represent 9 different values?

4.1 bit for 2,2 bits for 4,3 bits for 8,4 bits for 16.


Character count java?

Assuming you want to count the number of characters in a String, you just need to call the length() method on the object. For example: String foo = "This is a string"; System.out.println(foo.length()); The above code would result in the number 16 being printed out.


2 bytes is how many bits?

two thousand bits No, there are 8 bits in a byte.


How many bits are needed in order to represent the decimal values from 0 to 15?

4 bits. 24 = 16, so you have 16 different combinations.4 bits. 24 = 16, so you have 16 different combinations.4 bits. 24 = 16, so you have 16 different combinations.4 bits. 24 = 16, so you have 16 different combinations.


How many nibbles are 16 bits?

1 nibble = 4 bits, so 4 nibbles for 16 bits.


How many bits are in the word FROM?

16 bits


What is a group of 16 bits called?

a group of 16 bits is called a "word"


How many network and host bits are in a slash 16 network?

Assuming IP version 4 (the current standard), a complete IP address has 32 bits. /16 means that the first 16 bits specify the network; the remaining bits (also 16 in this case - calculated as 32 minus 16) specify the host.Assuming IP version 4 (the current standard), a complete IP address has 32 bits. /16 means that the first 16 bits specify the network; the remaining bits (also 16 in this case - calculated as 32 minus 16) specify the host.Assuming IP version 4 (the current standard), a complete IP address has 32 bits. /16 means that the first 16 bits specify the network; the remaining bits (also 16 in this case - calculated as 32 minus 16) specify the host.Assuming IP version 4 (the current standard), a complete IP address has 32 bits. /16 means that the first 16 bits specify the network; the remaining bits (also 16 in this case - calculated as 32 minus 16) specify the host.


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.