Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

this to be done on tinkercad You need to perform the experiment on TINKERCAD Part A. De Morgan's Theorem De Morgan's theorem state that (A

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

this to be done on tinkercad

You need to perform the experiment on TINKERCAD Part A. De Morgan's Theorem De Morgan's theorem state that (A + B)' = A' B' and (A B)' = A' + B'. Verify these theorem by proceeding step by step as follows: 1. Set up a circuit consisting of two NOR gates (remember that one IC has 4 gates of same type) and one AND gate to perform the function Y = A' B', using a NOR gate with its two inputs connected together to perform the NOT function. 2. Obtain the truth table of this circuit and verify that the truth table is the same as that of a NOR gate. 3. Repeat step 1 by replacing NOR with NAND and using an OR gate instead of an AND gate to verify that the truth table of the function Y = A' + B' is the same as that of a NAND gate. A binary Full Subtractor subtracts the Subtrahend bit B and a Borrow-in bit Bin from the Minuend bit A to generate DIFFERENCE and BORROW bits as output. Write down the complete truth table of a Full Subtractor and verify that the DIFFERENCE and BORROW outputs are given by the following logic expressions: DIFFERENCE = A B Bin and BORROW (Bout) = A'.B + (AB)'. Bin. A B Difference XOR Bin XOR Bout NOT NOT OR AND AND on tinkercad 1. Verify the truth table experimentally by applying the inputs A, B and Bin through three input switches and displaying the DIFFERENCE and BORROW outputs on LEDs. Problem Statement on tinkercad 1. A private collector has received a valuable gemstone which they wish to put on display. Due to its value, the collector has proposed an idea to prevent thieves from stealing the gemstone or escaping after attempting to steal it. The gemstone rests on top of a pressure plate on a pedestal, surrounded by a glass case. If glass is removed with weight intact or weight is removed from pressure plate with glass not removed a warning is issued. If the glass is broken and the gemstone's weight is removed from the pressure plate, the alarm is set on. Design the logic circuit required for this trap, modelling the glass case, pressure plate and steel barrier as follows: Glass case (input J): 0 - Glass not removed 1 - Glass removed Pressure plate (input K): 1 - Weight removed 0 - Weight applied 0- Alarm (output X): 0 - Alarm off 1 Alarm On Warning (output Y): 0 - Warning off 1 - Warning On - Part B. Binary Half Adder using Gates A binary Half Adder adds two bits A and B to generate SUM and CARRY bits as the output according to the following Boolean expressions for the outputs: SUM = A'B+A. B' = A + B and CARRY = A.B. A Sum XOR B AND Carry 1. Set up the circuit of a Half Adder using an XOR gate and an AND gate. Apply the inputs A and B from two input slide switches and observe the outputs S1 and C1 on two LEDs for all combinations of the inputs. Tabulate these values and verify the operation of the Half Adder

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 22nd European Conference Adbis 2018 Budapest Hungary September 2 5 2018 Proceedings Lncs 11019

Authors: Andras Benczur ,Bernhard Thalheim ,Tomas Horvath

1st Edition

3319983970, 978-3319983974

More Books

Students also viewed these Databases questions

Question

6. Discuss the steps involved in conducting a task analysis.

Answered: 1 week ago

Question

8. Explain competency models and the process used to develop them.

Answered: 1 week ago