Quote
A digital systems design problem begins in many cases with the simple word description of the problem. The designer then translates this word description into formal design specifications and proceeds with the design. In light of the above statement, consider the following word description (Roth ’85).
A small corporation has 100 shares of stock, and each share entitles its owner to one vote at the stockholders meeting. Mr. Akins owns 10 shares, Mr. Barnes owns 20 shares, Mr. Clay owns 30 shares, and Mr. Drake owns 40 shares. A two-third majority is required to pass a measure at a stockholder’s meeting; each of the four men has a switch that he closes to vote yes for all his shares and opens to vote no for all his shares.
Task 1 – Develop the voting circuit
1. Create a digital circuit that turns on a light if a measure passes and turns the light off if the measure fails. Follow the procedure described in Laboratory Instructions (I.e., pre-lab design resulting in a report, in-lab implementation and test, and post-lab final report creation and submission).F Be sure you keep track of the time it takes perform each development step outlined in the Laboratory Instructions for use in Question 2c
A small corporation has 100 shares of stock, and each share entitles its owner to one vote at the stockholders meeting. Mr. Akins owns 10 shares, Mr. Barnes owns 20 shares, Mr. Clay owns 30 shares, and Mr. Drake owns 40 shares. A two-third majority is required to pass a measure at a stockholder’s meeting; each of the four men has a switch that he closes to vote yes for all his shares and opens to vote no for all his shares.
Task 1 – Develop the voting circuit
1. Create a digital circuit that turns on a light if a measure passes and turns the light off if the measure fails. Follow the procedure described in Laboratory Instructions (I.e., pre-lab design resulting in a report, in-lab implementation and test, and post-lab final report creation and submission).F Be sure you keep track of the time it takes perform each development step outlined in the Laboratory Instructions for use in Question 2c
A = 10% vote.
B = 20% vote.
C = 30% vote.
D = 40% vote.
If A, B, D are all on then output X. AND gate.
If C, D are on then output Y. AND gate.
If X or Y is a 1, then output P. OR gate.
1 represents a vote for. 0 is a vote against.
X, Y just variables. P means whatever was voted on passed.
Thanks for any input on this, my first time dealing with circuits at this level.

New Topic/Question
Reply
MultiQuote











|