Binary Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what is the other name for binary

A

base 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what order is biaey in

A

it moves from left to right and starts at 1 which is multiplied by 2 each time
in each column we can use digits from 0 to 1.
you should only count the column that has a 1 underneath it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how do you convert from binary to denary

A

you use the subtraction method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how do you do the subtraction method

A

write your column headings start from the left.
if you can deduct a column value from your denary number, put a 1 in the binary row, then write the number you have remaining below
if you can’t deduct the value, just write a 0 in the binary row.
5 is 0101

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

0+0=

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

1+0=

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

1+1=

A

10(which is 2 in binary)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

how to do addition in binary

A

add the numbers up column by column, starting on the right

remember that only a single bit can be in each box, so extra bits have to be carried to the next column

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how do you show negative numbers in biary

A

you need to understand what the ‘most significant bit’ is
the MSB is the bit on the far left of the binary number you are showing.
using 8 bits the MSB is 128
this means in Twos complement, that the column would represent -128. we can now show negative numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how to convert a negative denary number to binary is…

A
  1. work out the positive version of the denary number
  2. starting from the left, flip all the bits so 1’s become 0’s and 0’s become 1’s
  3. keep doing this until you reach the smallest 1. leave this as 1 and any remaining 0’s as they are
  4. check it is correct by converting it back to denary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly