Programming Fundamentals Assignment For Loop
Programming Fundamentals Assignment For Loop
Section: ______________________________
Instructions:
1. Attempt all questions.
2. Write your answer showing all steps required to perform the task.
3. Assignment should be submitted on A4 sheets or Assignment sheets only. Violation
will result to deduction of 1 mark from the scored marks.
4. Each student will have attached this front page with his/her assignment. Violation will
result to deduction of 1 mark from the scored marks.
5. Due Date for Assignment is April 27, 2025.
6. No request to review assignment will be considered after 3 working days of the review
in class.
1 – Sum of Products
Design a combinational circuit that inputs is three – bit numbers and the output is equal to the
squared of the input numbers in binary?
A combinational circuit has four inputs and one output, the output equal 1 when:
1 – all the inputs are equal to 1 or
2 – non of the inputs are equal to 1 or
3 – an odd number of inputs are equal to 1.
Design the logic circuit.