subject

Objectives: Build and test Boolean functions, Truth tables, and Karnaugh Maps. Design some real world applications. Step1. Using Analyze Circuit option of the Logisim, design and test BCD-to-Seven-Segment Decoder using the following functions. Intuitively, 7-segment display must be used at the end of your circuit. If the 7-segment is appropriately linked with the automatically-generated circuit, the 7-segment will show you 0 to 9 numbers. Over 10 is out of mind this time. In order to make your 7-segment correctly work, it should be linked with each of output pins in the following order from the left-top pin of the 7-segment, clockwisely: gfab_cde.
The seven segment functions are:
Fa = ~a c + ~a b d + ~b ~c ~d + a ~b ~c
Fb = ~a ~b + ~a ~c ~d + ~a c d + a ~b ~c
Fc = ~a b + ~a d + ~b ~c ~d + a ~b ~c
Fd = ~a c ~d + ~a ~b c + ~b ~c ~d + a ~b ~c + ~a b ~c d
Fe = ~a c ~d + ~b ~c ~d
Ff = ~a b ~c + ~a ~c ~d + ~a b ~d + a ~b ~c
Fg = ~a c ~d + ~a ~b c + ~a b ~c + a ~b ~c
Note: Do not build your own circuits! The analyzer will generate the whole circuit for you except the 7-segment part.
Step2. Given the following truth table, generate Boolean expressions for each output followed by a circuit, step by step. Using Minimized tab of Analyze Circuit option, minimize your circuit and publish it as another circuit. From the second circuit you made in Step2, generate the other circuit using NAND gates only option. (Caution: As a result, you must have three circuits from Step2: the conventional circuit, the minimized circuit, and the circuit using only NAND gates.)
A B C T1 T2
0 0 0 1 0
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 0 1
1 0 1 0 1
1 1 0 0 1
1 1 1 0 1
Step3. Using Analyze Circuit option of the Logisim, enter the following expressions and build a circuit. After building the circuit, minimize the function and build it as another. And take a look at their Karnaugh maps and Truth tables using the Analyze Circuit option.
Step4. Assume a room has three doors and a switch by each door a single light in the room can be controlled.
Let x, y, and z denote the state of the switches
Assume the light is off if all switches are open(off)
Closing any switch turns the light on. Closing another switch will have to turn the light off.
Light is on if any one switch is closed and off if two (or no) switches are closed.
Light is on if all three switches are closed.
Develop a truth table. And then, build a logic circuit using the Analyze Circuit option. Simulate the circuit to check whether or not all the above conditions are satisfied.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:20
Write a program that reads a file consisting of students’ test scores in the range 0–200. it should then determine the number of students having scores in each of the following ranges: 0–24, 25–49, 50–74, 75–99, 100–124, 125–149, 150–174, and 175–200. output the score ranges and the number of students. (run your program with the following input data: 76, 89, 150, 135, 200, 76, 12, 100, 150, 28, 178, 189, 167, 200, 175, 150, 87, 99, 129, 149, 176, 200, 87, 35, 157, 189.)
Answers: 3
question
Computers and Technology, 23.06.2019 19:00
Whose task it is to ensure that the product flows logically from one step to another?
Answers: 3
question
Computers and Technology, 23.06.2019 20:30
Column a of irma’s spreadsheet contains titles for each row, but her document is too big and will be printed three pages across. she wants to be sure that every page will be understood. what can irma do to with this problem?
Answers: 3
question
Computers and Technology, 24.06.2019 16:00
This isn't about school but every time it tells me to watch an ad to unlock the answer to a question it prompts a survey and it just keeps loading. so i haven't been able to get answers for my tests in like a week.
Answers: 2
You know the right answer?
Objectives: Build and test Boolean functions, Truth tables, and Karnaugh Maps. Design some real worl...
Questions
question
Mathematics, 04.06.2020 19:58
question
Mathematics, 04.06.2020 19:58
question
Mathematics, 04.06.2020 19:58
question
Mathematics, 04.06.2020 19:58
question
Mathematics, 04.06.2020 19:58
Questions on the website: 13722361