Section 3 Flashcards
Binary base?
Binary has base 2 of just two numbers 0 and 1
0=off 1=on
State all the numbers of binary
1,2,4,8,16,32,64,128,256
Denary base?
Base 10, 0–9
Hexadecimal numbers
0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
Hexadecimal base?
Base 16 numbers 0-F
What do the letters starting from A-F represent?
10,11,12,13,14,15
Binary to hexadecimal
Split eight bit binary into 2 parts and workout the 8421 number for each and put them together
Hexadecimal to binary
Do same as we would for the other way round except find values of them in binary
Decimal number into Hexadecimal
Divide the number by 16 for 1 hex number then use the remainder as the other hex number
Hexadecimal into decimal number
Multiply left number by 16 right number 1
Why use Hexadecimal?
Easier to remember and easier to read than binary
Hexadecimal is used to represent:
-Colour values in photo editing software and HTML
-MAC addresses
-Memory address locations in assembly language
Binary arithmetic
1+1=0 CARRY 1
1+0= 1 SAME OTHER WAY ROUND
0+0=0
1+1+1= 1 CARRY 1
ETC
Binary Shift
Is when a binary number and all its bits are moved a certain number of places left or right
A shift left is multiplied by 2
How many characters does an ASCII set have?
contains 128 each using 7 bits
What is Bitmap image?
made up of picture elements in pixels
What is a Pixel?
Represents smallest identifiable area of an image, each appearing as a square of a single colour