Ask your own question, for FREE!
Mathematics 14 Online
OpenStudy (anonymous):

((0000 0001 + 0000 0010) -0000 0100) + 0000 0101 = ? (binary)

OpenStudy (anonymous):

ok , so binary to number conversion

OpenStudy (anonymous):

yeap :D

OpenStudy (anonymous):

let me put an example and then do urself and then tell me the answer ok..

OpenStudy (anonymous):

i want result as hexdemical, and binary

OpenStudy (anonymous):

well i think the asnwer is :0000 0100 and 04 dunno if its true thats why i asked

OpenStudy (anonymous):

korcan i am not an expert in doing this but better to google it i mean google the topic u would get it easily , WELL I THINK UR ANSWER IS CORRECT

OpenStudy (anonymous):

well i learned from google so i wanted to check if i learned it right or wrong from someone knows it -.-'

OpenStudy (anonymous):

I think it's right i went to Ask.com thats what i got

OpenStudy (anonymous):

yea i also kyrie , u r right korcan

OpenStudy (anonymous):

kk

OpenStudy (anonymous):

i coded a thing that write to screen Hellow assembly in hexdemical :P

OpenStudy (anonymous):

:P

OpenStudy (anonymous):

wuld you like to see codes? :D

OpenStudy (anonymous):

:D no not nw

OpenStudy (anonymous):

:D kk

OpenStudy (anonymous):

( (1+2 ) -4 ) +5 = 4

OpenStudy (amistre64):

((0000 0001 + 0000 0010) -0000 0100) + 0000 0101 = 0000 0001 + 0000 0010 ------------ 0000 0011 -0000 0100 0000 0011 ----------- -0000 0001 +0000 0101 -0000 0001 ------------ 0000 0100 = 8

OpenStudy (amistre64):

or is that 4?

OpenStudy (amistre64):

0 1 10 11 100 .. its 4 :)

OpenStudy (anonymous):

its 4 :D :D

OpenStudy (anonymous):

working with hexdemicals, and binary is really funny :D

OpenStudy (anonymous):

The answer is 4

OpenStudy (anonymous):

Octal, base 8, is superior to hexadecimal for software debugging. The octal symbols, 0 through 7 can deal with three binary bits and at time and the multiplication and addition tables are only 8 by 8 in size. In adding one more bit, the hexadecimal system comes into play with the symbols 0-9 and A-F . The associated multiplication and addition tables are now 16 by 16 in size. As a result of the hexadecimal complexities, Hewlett Packard designed and manufactured the HP-16C calculator for Engineers and Programmers. Thank you IBM.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!