binary numbers Flashcards
1
Q
how do you convert between (base 10) denary and binary(base 2)
A
you have to double the number by 1 then keep doublein the nubers
2
Q
what is a nibble
A
4 bits
3
Q
what is bitwise shifting
A
A bit shift moves each digit in a set of bits left or right. The last bit in the direction of the shift is lost, and a 00 bit is inserted on the other end.
4
Q
How do you add two Binary numbers together
A
like simple addition but base 2
5
Q
how many bytes is a kilobyte
A
1024 bytes
6
Q
what is this %
A
modulus
7
Q
what is this //
A
interdivision