Digital Systems I – Assign.
#1, Fall 2023
Due: 8:00am, Sept. 6 (Wed.), 2023.
Please send your report to Dr. Chu using the file name format 'EECE 2306_A1_GS#,'
like 'EECE 2306_A1_GS51,' as there isn't a GTA assigned to this class yet.
1. Read Ch. 1 of the textbook.
2. List 5 examples of digital items (or systems).
3. List 5 examples of analog items (or systems).
4. Explain logic circuits and logic gates from Ch. 1.
5. Draw the Figure 1.3 in Ch. 1 (the development process) manually.
6. Write your name using ASCII code, such as ‘B: 0100 0010’.
7. Convert the following number from Decimal to Binary or vice versa.
- Decimal to Binary: 11, 18.25, 12.625, 0.75
- Decimal to Hexadecimal: 12, 18.25, 12.625, 0.75
- Binary to Decimal: 11102, 1101.012, 0011.112, 11102
- Binary to Hexadecimal: 11112, 1101.012, 0011.112, 11102
- Hexadecimal to Octal: 2AB8F16
- Octal to Hexadecimal: 74638