English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

15 answers

3A

The binary number is 0011 for 3 and 1010 for a decimal value of 10 or hexadecimal A. This makes the hexadecimal number 3A.

2007-10-11 07:29:36 · answer #1 · answered by INOA 7 · 1 0

The answer is 3A.

0011 in binary is (0*8)+(0*4)+(1*2)+(1*1) = 3
1010 in binary is (1*8)+(0*4)+(1*2)+(0*1) = 10 Base 10 = A in hexadecimal.

2007-10-11 07:28:52 · answer #2 · answered by Nigel K 3 · 2 0

Binary: Any number consisting of zeroes and ones. The encoding scheme is important - floating point numbers are usually encoded using IEEE 754-2008, for instance. For an integer with no sign bit or anything, an example might be 1001. Octal: Any number consisting of 0 through 7, inclusive. Eight symbols to code with = "OCTal". That's what octal MEANS. Using a conventional notation, an example might be -77.4 Decimal: Any number consisting of 0 through 9, inclusive. Ten symbols to code with = "DECImal". That's what decimal means. Using a conventional notation, an example might be 4. Hexadecimal: Any number consisting of 0 through 9 and A through F, inclusive. Sixteen symbols to code with = "HEXADECImal", or "6 + 10". Using a conventional notation, an example might be A4.

2016-05-21 22:30:17 · answer #3 · answered by kassandra 3 · 0 0

Yes. It is 3A. If you are using Windows, you probably have a calculator (in the accessories folder, under the start menu). The calculator can do the conversion for you. Just make sure to use it in scientific mode (click on View and then on Scientific).

2007-10-11 14:09:40 · answer #4 · answered by mad_scientist 2 · 0 0

3A

How I got it seperate the binary number into groups of 4
0011 and 1010
Then take the exponents (2 to some power)and add them up
1+2 = 3
8+2 = 10 = A
3A

2007-10-11 07:30:42 · answer #5 · answered by themaniac27 2 · 0 0

Ah, the Windows Calculator has a "scientific" mode that can do binary/hex/octal/decimal conversions.

2007-10-11 07:32:14 · answer #6 · answered by Anonymous · 1 0

Here's a site that will do these conversions for you in the future:
http://www.easycalculation.com/binary-converter.php

2007-10-11 07:29:35 · answer #7 · answered by drshorty 7 · 0 0

Hex = 3A 00 00 00
Dec = 973078528

2007-10-11 07:33:33 · answer #8 · answered by Anonymous · 0 1

Most computers have a calculator function

start
all programs
accessories
calculator

2007-10-11 07:45:15 · answer #9 · answered by Anonymous · 0 0

the correct answer is 58 so converted to hexidecimal is 3A as the 0's are classed as off so they are not counted

2007-10-11 07:35:46 · answer #10 · answered by Anonymous · 0 2

fedest.com, questions and answers