The document contains an assignment for ECE 1551 that involves converting decimal numbers to binary, hexadecimal, and BCD notations, as well as converting hexadecimal numbers to binary and decimal. Additionally, it includes operations using 2’s complement notation with specified results. The assignment is structured in a clear format with numbered tasks and examples.
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 ratings0% found this document useful (0 votes)
9 views2 pages
ECE1551 HW1 Number Sys Add Subtract
The document contains an assignment for ECE 1551 that involves converting decimal numbers to binary, hexadecimal, and BCD notations, as well as converting hexadecimal numbers to binary and decimal. Additionally, it includes operations using 2’s complement notation with specified results. The assignment is structured in a clear format with numbered tasks and examples.
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/ 2
ECE 1551 Assignment Chap.
1 Write the following decimal numbers in a) binary b) hexadecimal notation c) BCD notation.
12 - 1100, c, 0001 0010
24 - 11000, 18, 0001 1000
35 - 100011, 23, 1010 0011
135 - 10000111, 87, 0001 0011 0101
68 - 1000100, 44, 0110 1000
2 Write the following hexadecimal numbers in a) binary b) decimal.
FF - 11111111, 255
10 - 10000, 16
32 - 110010, 50
1A - 11010, 26
- 11101111, 11110000 - 11111111, 100000000
- 00100101, 00100110 - 01010101, 01010110 - 01111010, 01111011 - 00000000, 00000001 4 Perform the following operations using 2’s complement notation. Make sure you use enough bits.