0% found this document useful (0 votes)
23 views1 page

BCD Mod 7 Circuit Design Assignment

This document provides instructions for an assignment to design a combinational logic circuit. The circuit should take a 4-bit binary coded decimal number as input and compute the remainder when divided by 7. It should then display the result on a 7-segment display using a BCD-to-7-segment decoder driver.
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)
23 views1 page

BCD Mod 7 Circuit Design Assignment

This document provides instructions for an assignment to design a combinational logic circuit. The circuit should take a 4-bit binary coded decimal number as input and compute the remainder when divided by 7. It should then display the result on a 7-segment display using a BCD-to-7-segment decoder driver.
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

Module 1 : Combinational Logic Circuits.

Assignment 2 Date: 21.01.2019

2. (a) Design a circuit to compute x (mod 7), where x is a BCD number as 4-bit input

(b) Display the output on a 7-segment display using BCD-to-7-segment decoder driver (chip).

For example, if x = 1001, “2” will be displayed, if x = 0101, “5” will be displayed etc.

You might also like