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

2007-01-27 19:42:59 · 14 answers · asked by fatin z 1 in Computers & Internet Software

14 answers

the row of 1 and 0, from the left, represent 1,2,4,8,16...etc.
so, 000000 is zero, 1000000 is one, 010000 is two, 1100000 is three. etc.

00001100 would be 48 - get it?

2007-01-27 19:49:18 · answer #1 · answered by lulu 6 · 1 0

Bits and switches
Take an 8 number binary
011001010
Always work from the right. The first digit represents 1, then the next 2, then 4 , 8 , 16 , 32 , 64 , 128 , 256 and so forth. Therefore, the number above equates to 2+8+64+128 and you only count the digits that are equal to 1 and not 0. This is how an 8-bit number can control up to 8 pieces of equipment, using 0 or 1 to determine whether is is on or off!!!
Christ - this has been difficult to explain!!!

2007-01-27 20:04:30 · answer #2 · answered by steve 2 · 0 0

Lulu is close but it's actually the opposite direction.

Starting from the far right, it's simply positional notation.
0001 = 2^0 or 1
0010 = 2^1 or 2
0100= 2^2 or 4
1000 = 2^3 or 8
and so on and so forth

For example,
10010110 would be (again starting from the RIGHT)
(00000000) 0*1 = 0
(00000010) 1*2 = 2
(00000100) 1*4 = 4
(00000000) 0*8 = 0
(00010000) 1*16 = 16
(00000000) 0*32 = 0
(00000000) 0*64 = 0
(10000000) 1*128 = 128
Adding them up gives 150

2007-01-27 19:56:51 · answer #3 · answered by Imagineer 3 · 0 0

dear you must specify from which number system you want to translate into binary numbers,since you have not, I assume that you want to convert a decimal(base 10, which we normally use in our daily lives) to a binary one.
So,here it goes:
suppose I want to convert 34 to binary:
34/2=17,Rem:0
17/2=8, Rem:1
8/2= 4 Rem:0
4/2=2 Rem:0
2/2=1, Rem:0
Rem=1
so the corresponding Binary no will be:100010,the digits are being taken from bottom to top's remainders.

2007-01-27 20:01:34 · answer #4 · answered by avi 1 · 0 0

0=0, 1=1, 2=10, 3=11, 4=100, 5=101, 6=110, 7=111, 8=1000...

2007-01-27 19:55:48 · answer #5 · answered by Gojira the Great 3 · 0 0

I guess you mean binary to decimal? An easy way that I know of is to open windows calculator, click on the binary option button, type in your binary number, then click on the decimal option.It will convert it for you.

2007-01-27 19:51:08 · answer #6 · answered by FastEddie 5 · 1 0

The conversion from binary to decimal is:

sum(x = 0; x to max digit; 2^x * digit[x])

Or you can use this online calculator:

2007-01-27 19:51:04 · answer #7 · answered by Andi 6 · 1 0

That's a complete "non-question". Add details to clarify your problem.

binary is the "purest" form of arithmetic notation - read "Contact" by Carl Sagan for a layman's grasp of the concept, although I suspect that there's room for a trinary notation - read Arthur C Clarke's "Rendezvous with Rama" to understand why everything is done in threes.

2007-01-27 19:50:34 · answer #8 · answered by Anonymous · 0 1

the best trading software http://tradingsolution.info
i have attended a lot of seminars, read counless books on forex trading and it all cost me thousands of dollars. the worst thing was i blew up my first account. after that i opened another account and the same thing happened again. i started to wonder why i couldn,t make any money in forex trading. at first i thought i knew everything about trading. finally i found that the main problem i have was i did not have the right mental in trading. as we know that psychology has great impact on our trading result. apart from psychology issue, there is another problem that we have to address. they are money management, market analysis, and entry/exit rules. to me money management is important in trading. i opened another account and start to trade profitably after i learnt from my past mistake. i don't trade emotionally anymore.
if you are serious about trading you need to address your weakness and try to fix it. no forex guru can make you Professional trader unless you want to learn from your mistake.

2014-12-18 13:50:03 · answer #9 · answered by Anonymous · 0 0

go to start, program, accessories and then calculator , you will find view in the menu bar, click it, then scientific. you will also find binary...which is full form of bin. thank u
vishal

2007-01-27 19:55:22 · answer #10 · answered by vishal b 2 · 0 0

fedest.com, questions and answers