You are on page 1of 2

Student ID: (BC220401824)

Assignment # 01 CS101 (FALL 2022)

Question No. 01
Divide the following string of binary numbers into 8-bit binary numbers and then convert
each 8-bit binary number into equivalent text by using the ASCII code.
0101010101101110011010010111010001111001
Solution:
01010101 01101110 01101001 01110100 01111001
01010101 U
01101110 n
01101001 i
01110100 t
01111001 y

Question No. 02
(a) Write the name of the smallest unit of memory.
Solution: The smallest unit of memory is a bit.

(b) Fill in the blanks by performing memory unit conversions.


5 Bytes = _______bits
10 Kilo Bytes (KB) = _______Bytes
15 Mega Bytes (MB) = _______KB
20 Giga Bytes (GB) = _______MB
25 Tera Bytes (TB) = _______GB
Solution:
5 Bytes = 40 bits
10 Kilo Bytes (KB) = 10240 Bytes
15 Mega Bytes (MB) = 15360 KB
20 Giga Bytes (GB) = 20480 MB
25 Tera Bytes (TB) = 25600 GB
Question No. 03
The following circuit diagram contains 9 gates and 8 inputs (A, B, C, D, E, F, G, and H). You
need to carefully observe the diagram and determine the inputs to produce 1 (One) at the
output.

Solution:

A 1
B 1
C 0
D 0
E 1
F 1
G 0
H 0

You might also like