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, 23.06.2019 08:00
The managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an .
Answers: 3
question
Computers and Technology, 23.06.2019 09:20
How to print: number is equal to: 1 and it is odd number number is equal to: 2 and it is even number number is equal to: 3 and it is odd number number is equal to: 4 and it is even number in the console using java using 1 if statement, 1 while loop, 1 else loop also using % to check odds and evens
Answers: 3
question
Computers and Technology, 23.06.2019 14:30
The option enables you to modify a slide element in most presentation applications.
Answers: 2
question
Computers and Technology, 24.06.2019 21:40
Assume you need to test a function named inorder. the function inorder receives three int arguments and returns true if and only if the arguments are in non-decreasing order: that is, the second argument is not < the first and the third is not < the second. write the definition of driver function testinorder whose job it is to determine whether inorder is correct. so testinorder returns true if inorder is correct and returns false otherwise. for the purposes of this exercise, assume inorder is an expensive function call, so call it as few times as possible!
Answers: 1
You know the right answer?
Objectives: Build and test Boolean functions, Truth tables, and Karnaugh Maps. Design some real worl...
Questions
question
Chemistry, 25.02.2021 05:00
question
English, 25.02.2021 05:00
question
French, 25.02.2021 05:00
question
Biology, 25.02.2021 05:00
question
Biology, 25.02.2021 05:00
question
Mathematics, 25.02.2021 05:00
Questions on the website: 13722360