0% found this document useful (0 votes)
22 views3 pages

CSA Cover Page

The document is a problem-based exercise for a computer system architecture course assessing students on topics related to binary, octal, hexadecimal conversion and arithmetic. It contains 11 questions assessing students' understanding of number representation systems, binary arithmetic, logic gates and truth tables. Students are asked to perform conversions between decimal, binary, octal and hexadecimal numbering systems, calculate binary, octal and hexadecimal addition, represent numbers in sign-magnitude, 1's and 2's complement and BCD systems, and draw logic gates and truth tables for AND, OR, and NOT gates as well as a complex logic expression.

Uploaded by

Cerealkiller
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views3 pages

CSA Cover Page

The document is a problem-based exercise for a computer system architecture course assessing students on topics related to binary, octal, hexadecimal conversion and arithmetic. It contains 11 questions assessing students' understanding of number representation systems, binary arithmetic, logic gates and truth tables. Students are asked to perform conversions between decimal, binary, octal and hexadecimal numbering systems, calculate binary, octal and hexadecimal addition, represent numbers in sign-magnitude, 1's and 2's complement and BCD systems, and draw logic gates and truth tables for AND, OR, and NOT gates as well as a complex logic expression.

Uploaded by

Cerealkiller
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

KEMENTERIAN PENGAJIAN TINGGI

JABATAN TEKNOLOGI MAKLUMAT DAN KOMUNIKASI


POLITEKNIK UNGKU OMAR
SESI 1 2022/2023

KOD KURSUS : DFC 10223


NAMA KURSUS : COMPUTER SYSTEM ARCHITECTURE
PENILAIAN : PROBLEM BASED EXERCISE 2

SESI SEMASA Sesi 1 2022/2023


: __ ____________
SEKSYEN KURSUS DDT1A
: ________________________________________
NAMA PENSYARAH KURSUS : _______________________________ _________
ARAHAN PENILAIAN:

1. Jawapan adalah secara individu dalam masa 120 minit (2 jam).

NO. PENDAFTARAN NAMA CLO MARKAH

01DDT22 Bairavee A/P 1 50

F1060 Munusamy Raja 2

Jumlah

Disediakan oleh: Disemak dan Disahkan oleh:

End of document

t
DFC 10223| PROBLEM BASED EXERCISE
CLO1 | TOPIC 2 | 50 MARKS

CLO1: Explain computer function in central processing unit, arithmetic, logic and
assembly language in computer system. (C2, PLO1).

1. Convert the following decimal number to binary, octal, hexadecimal (Show the
calculation work) (6 marks)
a. 40
b. 159

2. Convert the following hexadecimal number to binary, octal, decimal (Show the
calculation work) (6 marks)
a. BD
b. 20B

3. Convert the following binary to hexadecimal, octal, decimal (Show the calculation
work) (6 marks)
a. 10101111
b. 11000001

4. Calculate 110110112 + 110000012 (binary)(1 mark)

5. Calculate 7652 + 4574 (octal) (1 mark)

6. Calculate 3653 + 2376 (octal) (1 mark)

7. Calculate 6734 + 2359 (hexadecimal) (1 mark)

8. Calculate DEAD + BEEF (hexadecimal) (1 mark)

9. Convert the 55 to:


a. Sign and magnitude coding system (2 marks)
b. 1’st complement (1 mark)
c. 2nd complement (1 mark)
d. BCD system (1 mark)
10. Draw the logic gate and truth table for the logic gate:
a. AND (2 marks)
b. OR (2 marks)
c. NOT (2 marks)

11. Following the function below:


ABC’+ A’BC + AB’C + ABC
a. Draw the logic gate (10 marks)
b. Draw the truth table (6 marks)

You might also like