You are on page 1of 4

Unida, Karl Angelo P.

Assignment in Logic Circuits January 26, 2018


15-16050
BSCpE-3
Problems 1 – 12 from given seatwork.

*For the following problems 1-6, convert the given to binary.

1. (20)10

2. (42)8

3. (6A)16

4. (18)10

5. (3B)16

6. (43)10

7. (173)10 to base 7

8. (101101)2 to decimal

9. a. (20.386)10 to binary

b. (10011110010)2, find octal and hexadecimal equivalent

*For problems 10 – 12, find the r’s and (r-1)’s complement

10. (656)10 11. (4573)8 12. (2AB.2E)16


Unida, Karl Angelo P. Assignment in Logic Circuits January 26, 2018
15-16050
BSCpE-3
Problems 1.1 - 1.10

1.1 List the octal and hexadecimal numbers from 10 to 32. Using A and B for the last two digits, list the numbers from 10
to 32 in base 12.
Decimal Octal Hexadecimal Base 12
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

1.2 What is the exact number of bytes in a system that contains (a) 16K bytes, (b) 32M bytes, and (c) 3.2G bytes?

1.3 Convert the following numbers with the indicated bases to decimal:
(a) (432)5

(b) (475)8
Unida, Karl Angelo P. Assignment in Logic Circuits January 26, 2018
15-16050
BSCpE-3
(c) (A98)12

(d) (2345)6

1.4 What is the largest binary number that can be expressed with 12 bits? What are the equivalent decimal and
hexadecimal numbers?

1.5 Determine the base of the numbers in each case for the following operations to be correct:
(a) 12 x 4 = 52

(b) 75 / 3 = 26

(c) 24 + 17 = 40

1.6 The solution to the quadratic equation x2 - 13x + 32 = 0 are x = 5 and x = 4. What is the base of the numbers?

1.7 Convert the hexadecimal number ABCD to binary, and then convert it from binary to octal.

1.8 Convert the decimal number 512 to binary in two ways: (a) convert directly to binary; (b) convert first to
hexadecimal and then from hexadecimal to binary. Which method is faster?
Unida, Karl Angelo P. Assignment in Logic Circuits January 26, 2018
15-16050
BSCpE-3

1.9 Express the following numbers in decimal:


(a) (11010.0101)2

(b) (A6.5)16

(c) (276.24)8

(d) (BABA.B)16

(e) (10110.1101)2

1.10 Convert the following binary numbers to hexadecimal and to decimal: (a) 1.100100, (b) 1100.010. Explain why
the decimal number in (b) is 8 times that in (a).

You might also like