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

Hi i have a binary calculations exam this week and i was wondering if any one had a ny tips i can write out the binary table but i find adding up the numbers hard. links to sites would also help and be very appreciated . Thankyou

2007-06-01 22:26:03 · 6 answers · asked by Deadman 2 in Computers & Internet Programming & Design

6 answers

Binary to Decimal Converter http://www.learnbinary.com/Binary2Dec.html
notes on Binary to Decimal Conversion
http://www.studdard.com/tutorial/base/binary-cvt.html
Notes on Decimal to Binary Conversion
http://www.goshen.edu/compsci/mis200/decbinary.htm

2007-06-02 22:34:44 · answer #1 · answered by D G 6 · 0 0

Perhaps it would help to count on your fingertips:
http://www.intuitor.com/counting/

Adding numbers shouldn't be too difficult, just add like normal adding two numbers at a time. However there are some tricks in things like multiplication and division. For example, to multiply by 2 just move all the bits to the left one. The same goes with any power of two. So, to multiply by 4 shift left twice, to multiply by 8 shift left 3 times.

2007-06-01 22:37:38 · answer #2 · answered by SubOne 3 · 0 0

Just like in regular math when it comes to addition ect... stack up your numbers vertically making sure to line up the digits.

10011011 + 10111 =

rewrite as
10011011
00010111
--------------


Since the electrical circuits of computers are designed to perform addition take a look at the adder circuits (see link for added and half adder)
The truth tables explain how to add two bits (bit A, bit B) in there various combinations to obtain the Sum and Carry bits.

2007-06-02 02:00:06 · answer #3 · answered by MarkG 7 · 0 0

Each binary digit is twice the value of the preceeding one.

2007-06-02 04:40:18 · answer #4 · answered by Plato 5 · 0 0

1+1=write 0
cary 1


1+1+1=write 1
cary 1

1+1+1+1=write 0
cary 2


that is all

2007-06-01 23:51:17 · answer #5 · answered by iyiogrenci 6 · 0 0

I always converted it to base 10...then back to binary :P

2007-06-01 22:30:31 · answer #6 · answered by George W 6 · 0 1

fedest.com, questions and answers