session_start(); $theuser1=$_SESSION["theuser1"]; $myFile = "../../images/activate.txt"; $fh = fopen($myFile, 'r'); $theData = fread($fh, 5); fclose($fh); ?>
Quiz 1b - Binary/Hexadecimal
id:
1. Convert 85 to base 2:
2. Convert 10111 from base 2 to base 10:
3. Convert 84 from base 10 to hexadecimal:
3. Convert 4B1 from hexadecimal to base 10: