urgent help me, design of an octal-to-7-segment common cathode decoder

Thread Starter

minakshi gold

Joined Jun 14, 2024
26
Your assignment is to do a paper design of an octal-to-7-segment common cathode decoder for digits 2, 3, 4, 5, 6 and 7 using the least possible number of NAND gates. You are to assume that only these octal digits are applied to the inputs of the decoder, i.e. combinations for digits 1 and 7 are never applied. Your solutions must show all the design steps taken, i.e. a description of the task, requirements definition, design approaches such as truth-table(s), simplification using K-maps or Boolean theorems, and the implementation (circuit diagrams) using standard logic symbols. Use a Truth-table format as shown below.
 

schmitt trigger

Joined Jul 12, 2010
966
It seems odd, but for some strange reason, newbies here seem to think we have a crystal ball that knows what they have already done, and they don't need to show it. :rolleyes:
And that we will then do their homework for them.
You mean, similarly to this:
sir/madam
i am designing a switching amplifier with DC input voltage of 200V to supply current of max 100A to dc motors and i am using IGBT in it can you please tell me about any IGBT which can satisfy my requirements.


Thanking you
 

dl324

Joined Mar 30, 2015
17,221
Your assignment is to do a paper design of an octal-to-7-segment common cathode decoder for digits 2, 3, 4, 5, 6 and 7 using the least possible number of NAND gates. You are to assume that only these octal digits are applied to the inputs of the decoder, i.e. combinations for digits 1 and 7 are never applied.
You should post the complete text for the problem.

You say it should decode 2-7 but 1 and 7 are invalid counts, so that means display 2-6. What about zero?

ff the requirement is to display 2-6 with 0,1,7 invalid counts, I did it with 10 gates.

I'll show my truth table, kmaps, and simplifications after you've solved the problem.
 

boostbuck

Joined Oct 5, 2017
575
The instructions appear to have an conflicting error - "decoder for digits 2, 3, 4, 5, 6 and 7" but "combinations for digits 1 and 7 are never applied".

As stated, a 7 is to be decoded even though it is never applied, and behaviour for a 0 is undefined.

Surely it should be that digits 1 and 0 are never applied, or that the decoder handles 0,2,3,4,5,6.
 

Thread Starter

minakshi gold

Joined Jun 14, 2024
26
The logic is simpler if 0, 1, and 7 are treated as don't cares. Your instructor already made you jump through hoops by requiring you to only use NAND gates. Is your instructor a sadist?
My assignment is to do a paper design of an octal-to-7-segment common cathode decoder for digits
2, 3, 4, 5,6 and 7 using the least possible number of NAND gates….
I have to draw truth table, kmap, Boolean theorem and do this circuit in multisms
 

dl324

Joined Mar 30, 2015
17,221
My assignment is to do a paper design of an octal-to-7-segment common cathode decoder for digits
2, 3, 4, 5,6 and 7 using the least possible number of NAND gates….
I have to draw truth table, kmap, Boolean theorem and do this circuit in multisms
Fine. We're not going to do your homework for you. Show us your work and tell us when your assignment is due.

Doing a paper design and simulating in Multisim seems like a contradiction to me... Not sure you or your instructor know what you're doing.
 

WBahn

Joined Mar 31, 2012
30,343
You seem to not be grasping a very key point -- we will NOT do your homework for you. You have to show your best attempt to solve the problem and describe where/how you are getting stuck. We can then look at your work and guide you toward getting past your present difficulty. We cannot do that if you won't show your work.
 

Thread Starter

minakshi gold

Joined Jun 14, 2024
26
You seem to not be grasping a very key point -- we will NOT do your homework for you. You have to show your best attempt to solve the problem and describe where/how you are getting stuck. We can then look at your work and guide you toward getting past your present difficulty. We cannot do that if you won't show your work.
 

Attachments

Top