Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Guess the number game (help needed in design)

Status
Not open for further replies.

diamond_toy

Newbie level 2
Joined
May 6, 2013
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
I need help in designing the logic & block diagram of the circuit which allows a user to guess a randomly generated Decimal number... If his guess is correct, the LED glows green, else it glows red. Another random number is generated ONLY when the user guesses correctly...

I have to make this using combinational and sequential circuits...
 

What kind of help do you need? Do you want somebody to design it for you, or do you have a specific question?
 

Yes I am looking for somebody to design it for me. :/
I just don't know where to start from..
 

To generate a random number, it is common to send fast pulses through a counter. Then stop after a random time.

The 4017 IC would be handy for this purpose since it has ten outputs.

To let a human select a number 1 through 10, arrange 10 switches. An 'AND' gate circuit will tell if he pressed the switch which corresponds to the active line from the 4017 IC.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top