subject

The objective is to design and implement a digital circuit that acts like a digital lock for a safe which accepts a binary passcode, compare it to a preset code by a comparator and takes an action depending on the validity of the entered value. If a wrong code is entered for three successive trials, the lock should no longer accept a new value unless a Reset switch is pressed. Project Requirements:
1. A 3-bit binary passcode is entered through switches (Preferably dipswitches for ease of use). The preset code is also adjusted through dipswitches.
2. A switch is used to pass the input to the comparator via flip flops.
3. Wrong trials counter is incremented each time a code is passed and a false indication is given by the comparator. Ready-made counter IC could be used but comparator should be implemented.
4. Output action is to illuminate a green LED in case of correct code or a red LED otherwise and another output LED is to be illuminated when wrong trials counter reaches three.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 00:40
Consider the following statements: struct nametype{string first; string last; }; struct coursetype{string name; int callnum; int credits; char grade; }; struct studenttype{nametype name; double gpa; coursetype course; }; studenttype student; studenttype classlist[100]; coursetype course; nametype name; mark the following statements as valid or invalid. if a statement is invalid, explain why.a.) student.course.callnum = "csc230"; b.) cin > > student.name; c.) classlist[0] = name; d.) classlist[1].gpa = 3.45; e.) name = classlist[15].name; f.) student.name = name; g.) cout < < classlist[10] < < endl; h.) for (int j = 0; j < 100; j++)classlist[j].name = name; i.) classlist.course.credits = 3; j.) course = studenttype.course;
Answers: 1
question
Computers and Technology, 23.06.2019 01:10
Problem 1 - hashing we would like to use initials to locate an individual. for instance, mel should locate the person mark e. lehr. note: this is all upper case. generate a hash function for the above using the numbers on your telephone. you know, each letter has a number associated with it, so examine your telephone keypad. generate 512 random 3 letter initials and take statistics on a linked list array size 512 to hold this information report how many have no elements, 1 element, 2 elements, does this agree with the hashing statistics distribution?
Answers: 1
question
Computers and Technology, 23.06.2019 23:00
How do you know if the website is secure if you make a purchase
Answers: 2
question
Computers and Technology, 24.06.2019 00:30
Afiling system in which an intermediary source of reference, such as a file card, must be consulted to locate specific files is called a(n) system. a. shelf filing b. direct filing c. indirect filing d. shingling
Answers: 1
You know the right answer?
The objective is to design and implement a digital circuit that acts like a digital lock for a safe...
Questions
question
Computers and Technology, 03.02.2021 07:20
question
Mathematics, 03.02.2021 07:20
question
Mathematics, 03.02.2021 07:20