Assignment n#1

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Cyber Security Profession

420-FSC

ASSIGNMENT 1
Bit Conversion

Student Name :
Instructor Name: Mohamed EL Emary
Date:
Mark:
Converting Binary to Decimal (A)
Write each binary number as a decimal number.

1. Binary = 1001 2. Binary = 100000


Decimal = Decimal =

3. Binary = 1100101101 4. Binary = 100001000


Decimal = Decimal =

5. Binary = 10101001 6. Binary = 1010000100


Decimal = Decimal =

7. Binary = 1011010111 8. Binary = 1010101111


Decimal = Decimal =

9. Binary = 1101111110100 10. Binary = 110110101111


Decimal = Decimal =

Math-Drills.com
CS 1301 Binary, Hexadecimal, Octal, and Decimal Conversion Worksheet
Made by Leah Criscolo – Fall 2009
DECIMAL TO BINARY BINARY TO DECIMAL
41 1111
30 1101
5 100101
10 10
99 00111100
123 100
244 110
13 11111101
78 1000100
143 100001
94 11010
58 10101011
190 10011001
202 1110111
6 11111

DECIMAL TO OCTAL OCTAL TO DECIMAL


54
366
33
70
25
217
10
5
199
317
3
57
244
37
113
126
78
161
111
307
255
237

You might also like