Lab 1

 
1 Start 2 Complete
Binary and Decimal

1. Translate the following decimal numbers to 8-bit binary numbers:

Binary to decimal

2. Translating the following binary numbers to decimal numbers: 

Hex-decimal to binary

3. Translating the following 2-digit Hexadecimal numbers to 8-bit binary numbers:

Binary to hex-decimal

4. Translating the following 8-bit binary numbers to 2-digit hexadecimal numbers:

Bitwise AND

5. Find the bitwise AND of the two binary numbers:

Check your solution

You can check your solutions with Kerry Veenstra's dynamic page on Binary and Hex