answersLogoWhite

0


Best Answer

2.0

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the decimal value of byte 2 by itself?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write a function which takes 2 arguments - a byte and a field in the byte and returns the value of?

bool F1(int byte,int pos) { return(byte & 1<<pos) } //pos -> position in the field // say byte is b1011 and pos is 2 then it will return value 0


Convert 2 byte binary number to decimal?

0.00195 KB equals 2 bytes


What is the largest decimal number that can be stored using 8 bits?

11111111; 255 or 1+2+4+8+16+32+64+128=255 Answer 255 There are 8 bits in a byte when all are set to zero (turned off) then the value is 0. When all of the bits in a byte are set to 1 (turned on) you get the largest value that a byte holds which is 255.


What does binary 01110111 equals in decimal form?

(01110111)2 = hexadecimal byte 77 = (119)10


How many nibbles are in a byte?

There are two nibbles in a byte.


What is most significant bit?

In a byte MSB is the bit that represents value 2^7, LSB is the bit that represents value 2^0.


What is the equivalent decimal for 2.70?

The equivalent decimal for 2.70 is 2.70 itself. In decimal form, the number remains the same as the given value. This is because the number 2.70 is already in decimal form, representing 2 whole units and 70 hundredths.


What is the value of the 5 in 21.57 as a fraction and then as a decimal?

The value of the 5 as a fraction is 1/2 or as a decimal is 0.5


What is the half of a value decimal?

It is the amount obtained when you divide the decimal number by 2.


What other decimal equals 0.5?

0.5 is the only decimal that will qualify as a decimal value for 1/2


What is the value for the 2 in the number 1230.023?

The Hundreds place for the 2 before the decimal but the hundredths place for the 2 behind the decimal


What is the largest decimal value that can be represented in binary using two bytes?

11b which is 1*2 + 1*1 = 3 would be for two bits. But a byte is 8 bits, so 2 bytes is 16 bits. The largest binary number is [2^16 - 1], which is 65535 (base ten)