answersLogoWhite

0

What is 16 in base 2?

Updated: 4/28/2022
User Avatar

Wiki User

13y ago

Best Answer

10000

00001=1

00010=2

00011=3

log16/log2=4 --> 4 zeroes after the 1

10000

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is 16 in base 2?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is binary 10110101 in base 2 when you express in base 16?

B5 in base 16.


What is 16 in base two?

The binary representation of 16 is "10000" in base two.


How do you convert 10011110 base 2 to a hexadecimal number?

10011110 base 2 = 9E base 16


What is the base for 2 thirds?

16


How are the base 16 and base 2 numbers related?

Both base 16 and base 2 number systems use binary numbers (1 and 0) to write out and define decimal numbers.


What value is 16 in base 2?

10000


How do you write 59 in base 2?

59 = 32 + 16 + 8 + 2 +1 = 111011 base 2


How do you convert base 16 to base 2 DIRECTLY without base 2?

To convert base 16 to base 2 DIRECTLY without base 2, consider that each base 16 digit represents four base 2 bits. Just write down the base 2 equivalent for each base 16 digit.0 - 00001 - 00012 - 00103 - 00114 - 01005 - 01016 - 01107 - 01118 - 10009 - 1001A - 1010B - 1011C - 1100D - 1101E - 1110F - 1111Example: 51C35 -> 01011 -> 0001C > 11003 -> 0011So 51C3 -> 0101000111000011(But you should delete the leading 0, hence 101000111000011.)


How do you convert binary number 110010 to decimal?

110010 base 2 has one 2, one 16 and one 32 32 + 16 + 2 = 50 base 10


How do you find the length of the base of an isoceles triangle when both sides are 34cm and the height is 30cm?

pythagoreon thereom 34sq - 30sq = 256 sqrt = 16 base 16+16 = 32 half length of base = SQR(34^2 - 30^2) =SQR(1156-900) =SQR(256) =16 base length = 2x 16=32


If a triangle has an area of 16 and a base of 4 what is the height of the triangle?

area of triangle =(1/2)(base)(height) 16=(1/2)(4)h h=8


If Computers use base 2 why do humans insist on using the base16?

The math for base 16 is easier and faster than the math for base 2.