magnetism Flashcards
colours of the sides of magnet
north(red) and south(blue)
elements that can be magnetized
mild steel, iron, nickel, cobalt
which cannot be magnetized?
mild steel or stainless steel?
stainless steel
explain what is magnetic field
magnetic field is a region where a magnet exerts a magnetic force on another magnet
what are the 2 types of magnets?
permenant magnet where magentism need to be ‘turned on and off’ such as magnetic strips strong information eg. IC no. and admission no.
temportary magenet where magnetism must be there all the time eg. magnetic compass
how many bits are contains in 1 byte
1 byte = 8 bits
draw the table for binary, decimal and hexadecimal digits
refer to notes
hexadecimal system
has 16 digits
0-9. A-F
binary system
2^7 - 2^0
how to change decimal numbers to binary number?
eg. 132
156
29
long division (divide by 2)
ans: 10000100 (top to bottom)
10011100
11101
convert decimal no. to haxadecimals
eg. 150
use long division (divide by 16)
ans: #96
convert binary to decimal number
eg. convert 10001010
use the table of 2^7 to 2^0
ans: 138
convert hexadecimal to decimal number
eg. 0x0B2
use the table 16^2 to 16^0
ans: 178