revision Flashcards
how do you convert binary to denary
if the number fits on the 8-bit numbers column then subtract it
what are the first denary numbers
1 2 4 8 16 32 64 128
how do you add binary numbers
you look at the top Colum and if there is a 1 you add it with a nother digit that has a 1 below it
how do you bit shift and what is it
bit shift is where you move the denary number to the left or right to divide or times the original number
how do you convert denary to binary
to convert denary to binary you find what 8-bit number that has a 1 below it then add them all togethere
what is modulus
it gives you the remainder
what is integer division
the number from division that is not a remainder
what is hexadecimal
the first 16 digits from 0 to 15 then after 9 it goes to abc