answersLogoWhite

0

Using place value in the same fashion you would as if the number was in base 10, C94 is equal to (12 x (16^2))+(9 x (16^1))+(4 x (16^0)). This is equal to 3220.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

How do you convert 20 over 90 into a percent?

Convert to a decimal number then multiply by 100 ie 20/90=.222222 times it by 100 =22.22 % (to 2 dec. places)


C program to convert a number into its binary equivalent?

int num, bin[50], dec, i=1, j; printf("Enter the decimal number : "); scanf("%d",&dec); num = dec; while(num!=0) { bin[i++] = num%2; num = num/2; } printf("\nBinary equivalent of %d : ",dec); for(j=i-1;j>0;j--) { printf("%d",bin[j]); } getch(); }


What is the sum of the binary addition 1010 plus 1101?

The person above answered by converting to decimal. Since our normal algebraic rules are designed for base-10 (ever try dividing in hex?) I suggest using the Calc program in Windows. Start the program, and in View, change the mode to Scientific. You will see one box called "Dec" selected. That is decimal notation. There is Hex for hexadecimal and Bin for binary. Click Bin, type in 1010, click +, type 1101, and press enter. FYI, if you now click Dec you will instantly convert the answer (10111) to decimal (23.)


What Roman number is dec?

On Converting between Arabic and Roman Numbers ,we get : dec in roman numerals is : XII


Where can you check your novdec index number?

You can check your Nov/Dec index number on the official website of the examination body that conducts the Nov/Dec exams, such as the West African Examinations Council (WAEC) for West African countries. Additionally, your index number may be provided on your examination registration slip or by contacting your school or examination center directly. Always ensure you have the correct details to access your information.

Related Questions

What is the hexidecimal number for 111101110001?

111101110001(dec) = 19de2466f1(hex) 111101110001(bin) = f71(hex)


Write a program to convert decimal numberto hexadecimal number?

One way to accomplish this is to allow the printf statement to do the work for you. Example: printf("Decimal %d = hex %02x\n", number, number); Or you could use the windows calculator. Select the Dec radian, type your number in, then select Hex radian.


What is the id number for glass in Minecraft?

The Dec code for Glass is 20.The Hex code is 14.


What is the id number of iron ingots in Minecraft?

The Dec code for Iron Ingot is 265.The Hex code is 109.


How do you count from binary to decimal?

An easy way to convert from binary to dec and to hex is to use the ASCII chart. It has listings for every command and symbol a computer will recognize.


What is 800 in hexidecimal?

First you need to know what type of number it is... decimal then you open the calculator on your desktop, click view then scientific then set it to decimal (dec.) type in your number then click hex... and wha-la it turns your number into hex. answer is 320


What rhymes with Dec's?

hex, lex, flex, recks


Hex to decimal?

In the same way that each place in a decimal number represents a power of 10, each position in a hexadecimal numeral represents a power of 16. For example, the decimal representation of the number 20 is 20 in decimal is 2 x 101 + 0 x 100 = 20. In dec, the hex number 20 equals 2 then 2 x 161 + 0 · 160 = 32 in dec. Similarly, the number 1E is 1 x 16 + 14 x 1 = 30 inTo convert hex to decimal, first take the position and convert it to decimal, for example, 9 is 9, while B is converted to 11, then multiply each position by 16 to the power of the position number, counting from right to left and beginning at zero. If you need to compute big exponents such as 168, our exponent calculator can help.


Does the SMP command give use the Dec value or the Hex value?

Decimal.


What type of electronic device would be used to convert binary numbers to decimal numbers?

A scientific calculator. Open up the calculator in windows(if you're using windows). Clicl on 'view' and change it to scientific. At the top of the calculator you will see the words Hex, Dec, Oct, and Bin. Click on Bin and type in your binary numbers. Then click on Dec, and it will convert.


What are the prefixes indicating the number of carbons in an organic molecule from 1-10?

These prefixes are:meth, eth, prop, but, pent, hex, hept, oct, non, dec.


What is the binary and decimal code for a period?

Period is 101110