Binary(1010) = Hex(A)
Assuming 2A is hexadecimal, 2A16 = 2*1610 + 1010 = 3210+1010 = 4210
Lets do the binary addition of the numbers given that is , 1010 and 1101 that can be written as : 1010 +1101 ----------- (1 is carry)1 1 11. ------------
the sum of (1001+1010)is=(10011)
1010 base 2 = 10 base 10 1010 base 10 = 11 1111 0010 base 2
The answer is 1 0101 0111 1110 1011 1011 0011 1111 1010 0001 0111
It is A.
1010 = A
The binary number 10101010 converts to hexadecimal (base 16) by grouping the binary digits into sets of four, starting from the right. The binary number 1010 corresponds to A in hexadecimal, and the same for the other 1010. Thus, 10101010 in base 16 is represented as AA.
It is A.
The hexadecimal number AB can be converted to binary by first converting each hex digit to its 4-bit binary equivalent. A in hexadecimal is 1010 in binary, and B is 1011 in binary. Therefore, the binary equivalent of AB is 10101011.
Convert each group of 4 bits into one hexadecimal digit. 1010 is "A" in hexadecimal, so this particular number is "AA".
There is no such thing as a Hexadecimal Binary number. It is either Hexadecimal Or Binary. Not both at the same time in one writing.. Binary to Hex is easy though. split up the 8 binary into two of 4 1011 and 1010 8421 and 8421 How many 1s, How many2s etc. We add together 1+2+8 = 11 2+8 = 10 The hex scale is from 0 to 9, A to F : 0123456789ABCDEF 11 Equals B 10 Equals A your Binary number translated to a Hex Number is "BA"
1010 or 10102.
A binary number system has two states '0' '1' for a long word in bits it can be as follows 101010101010101010101011 intimidating RIGHT? it can be represented in groups of 3 bits in octal 10/010/101/010/101/010/101/011= 22525253 digital or in group of 4 bits as 10/1010/1010/1010/1010/1010 = 2AAAAA 111 =7 octal 1111=f F in hexadecimal numbers 1000 =8 1010 =10 or A
It is simplest to convert each hexadecimal digit into its 4-digit binary equivalent. So: 5 = 0101 A = 1010 3 = 0011 4 = 0100 F = 1111 6 = 0101 So, the binary equivalent is 10110100011010011110101.
Written as a binary number, 10 + 101 + 1010 = 10001.
The question is a little vague, so Ill answer it both ways.1010 in binary is 10 in decimal â—„1010 in decimal is 1111110010 in binary â—„