Number Systems And Binary Flashcards
(40 cards)
What are the two binary digits
1 & 0
Represent 134 in Binary
10000110
What is the largest binary number held in 8 bits?
255
What does MSB stand for?
Most Significant Bit
What does LSB stand for?
Least Significant Bit
Represent 136.75 in Binary form
10001000.1100
How are negative numbers stored?
Using two’s compliment
Explain how to convert negative numbers to binary
1) Convert positive number to binary
2) Starting from right hand side copy all bits up-to and including first 1
3)Flip all other bits
How to do binary subtraction with negative numbers
1)Convert negative number to binary
2) Using two’s compliment represent the negative number in binary
3) Add to the positive number
Perform Binary subtraction on 8-6
100000010
(Overflow occurs so 1 at beginning doesn’t count)
List the rules for addition in binary
0+0=0
0+1=1
1+0=1
1+1=0 carry the one
1+1+1=1 carry the one
Using binary addition add 00011+0001
00100
Name the steps for binary multiplication:
1)Copy Both numbers to binary and approach like long multiplication
2) Copy top bit line whenever you see a 1 in bottom bit line.
3) Whenever you have to copy out a line again shift one to left.
4) Then add together
Multiply 8 by 3 using binary multiplication.
8x3=11000
Explain the repeated division by two method
An easy method of converting decimal to binary by writing down decimal number and continuously dividing by 2 to give a result and remainder of either 1 or 0. Until the final result is equal to 0. MSB from bottom and LSB on top.
Convert the number 89 to binary using divide by 2 method
1011001
What base system is Hexadecimal?
16
What are benefits of hex?
-Simplifies big numbers
-Easier to remember and understand
-More compact when displayed
-Less likely of an error when typing data
Convert 10010010 to hex
92
Convert Hex 3CF to binary
001111001111
Natural Numbers
All positive whole numbers including 0
Integer Numbers
All whole numbers both positive and negative
Rational Numbers
Set of numbers that can be written as fractions
Irrational
A number that can’t be written as a fraction eg surds