Scope of the Assignment
This assignment aims to help in developing independent learning skills. Students are expected to work in group or individual and use online /library resources to complete the assignment
Course Learning Outcomes:
- Will have thorough knowledge about basic structure of a digital computer and arithmetic operations of binary number system.
- Will have a thorough knowledge of digital circuits, half adder, full adder, Flip flops and reducing Boolean expressions
- Write Assembly language programs using GNU
Assignment Questions:
- Convert the following
- 8AC16=———————-8
- 7478=———————–16
- Reduce the following Boolean algebra using Karnaugh map
- BD+A+BC+CD+AB
- ABCD+AD+ABC+BC+A
- A+C+AC+AB
- Write 8085 assembly codes for the following
- Subtract two 8 bit numbers
- Multiply two 8 bit numbers
- Write 8085 assembly codes for the following
- Find the BCD of given number
- Arrange n numbers in ascending order