Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

Multisim logic converter

20/12/2020 Client: saad24vbs Deadline: 7 Days

CE212


Lab2


Logic Gates


Instructions:


Please download this document and type in your answers for questions in parts 1, 2, and 3; save this document using the following format: CE212Lab2firstname_lastname.doc.


Introduction


All combinational logic can be reduced to basic AND, OR, and NOT logic operations and the AND gate, OR gate, and inverter that implement them. Understanding the operation of these basic logic gates and recognizing how these combine to create more complex logic are the foundation of digital electronics. This experiment will demonstrate how to analyze the operation of logic gates and verify their operation. In Part 1 of this experiment, you will use Multisim to verify the operation of the AND gate, OR gate, and inverter. In Part 2, you will use the Multisim logic converter to examine the operation of the NAND, NOR, and XOR gates.


Reading


Kleitz, Digital Electronics: A Practical Approach with VHDL, 9th Edition, Chapter 3.


Multisim Circuits


Part 1: Digital_Exp_03_Part_01a, Digital_Exp_03_Part_01b, and Digital_Exp_03_Part_01c.


Part 2: Digital_Exp_03_Part_02a, Digital_Exp_03_Part_02b, and Digital_Exp_03_Part_02c.


Key Objectives


Part 1: Learn how to use switches and probes to verify the operation of the AND gate, OR gate, and inverter.


Part 2: Learn how to use the logic converter to verify the operation of the NAND, NOR, and XOR (exclusive-OR) gates.


Part 1: Basic Logic Gates


3.0 The AND Gate


In this section you will connect components to the AND gate so that you can determine its output for each combination of inputs (i.e., its truth table).


1) Open the file Digital_Exp_03_Part_01a .


2) Select the Place Basic tool from the Component Toolbar.


3) Select “SWITCH” from the Family: window and “SPST” from the Component: list.


4) Left-click to the left and a little above the AND gate to place the switch. Note that Multisim


automatically numbers the reference designator as “J1”.


5) Right-click on J1 and select “Properties” from the right-click menu.


6) Click the down arrow () button to the right of the Key for Switch window and select “A” from the


drop-down list. This will configure the “A” key to open and close the switch.


7) Place another SPST switch to the left and a little below the AND gate. Note that Multisim


automatically numbers the reference designator as “J2”.


8) Right-click on J2 and select “Properties” from the right-click menu.


9) Click the down arrow () button to the right of the Key for Switch window and select “B” from the


drop-down list. This will configure the “B” key to open and close the switch.


10) Connect the right side of J1 to the top input of the AND gate.


11) Connect the right side of J2 to the bottom input of the AND gate. Your circuit should now look like


Figure 3-1.




12) Select the Place Basic tool from the Component Toolbar.


13) Select “RESISTOR” from the Family: window and “1k” from the Component: list.


14) Left-click above and between J1 and the AND gate to place the 1 kΩ resistor. Note that Multisim


automatically numbers the reference designator as “R1”.


15) Right-click on R1 and select “90 clockwise” from the right-click menu. This will rotate the resistor so


that its orientation is vertical.


16) Place and rotate another 1 kΩ resistor to the right of R1. Note that Multisim automatically renumbers the reference designator as “R2”.


17) Connect the bottom of R1 to the wire between J1 and the AND gate.


18) Connect the bottom of R2 to the wire between J2 and the AND gate. Your circuit should now look


something like Figure 3-2.




19) Select the Place Source tool from the Component Toolbar.


20) Select “Power Sources” from the Family: window and “VCC” from the Component: list.


21) Left-click above R1 and R2 to place the source.


22) Select the Place Source tool from the Component Toolbar.


23) Select “Power Sources” from the Family: window and “DGND” from the Component: list.


24) Left-click to the left and below J1 and J2 to place the digital ground.


25) Connect the tops of both R1 and R2 to the VCC source.


26) Connect the left sides of both J1 and J2 to the digital ground.


27) Select the Place Indicator tool from the Component Toolbar.


28) Select “PROBE” from the Family: window and “PROBE_DIG_RED” from the Component: list.


29) Left-click above and to the right of the AND gate to place the probe.


30) Connect the probe to the output of the AND gate. Your circuit should now look like Figure 3-3.




You are now ready to test the circuit. When a switch is closed, its input is pulled down to digital


ground through the switch to a logic “0”. When a switch is open, its input is pulled up to VCC through


the resistor to a logic “1”. When the probe is not lit, the output is LOW, or a logic “0”. When the probe


is lit, the output is HIGH, or a logic “1”.


31) Click the Run switch to start the simulation.


32) Use the “A” and “B” keys to open and close the switches. Record the state of the probe for each


combination of switch settings in the “Output” column of Table 3-1.


33) Stop the simulation.


Table 3-1: AND Gate Truth Table


Switch A


Closed=0


Open=1


Switch B


Closed=0


Open=1


Output


Not Lit=0


Lit=1


0


0


0


1


1


0


1


1


3.1 The OR Gate


In this section you will determine the truth table for the OR gate.


1) Open the file Digital_Exp_03_Part_01b .


2) Use the procedure from Section 3.3 to connect the test circuitry to the OR gate.


3) Use the “A” and “B” keys to open and close the switches. Record the state of the probe for each


combination of switch settings in the “Output” column of Table 3-2.


4) Stop the simulation.


Table 3-2: OR Gate Truth Table


Switch A


Closed=0


Open=1


Switch B


Closed=0


Open=1


Output


Not Lit=0


Lit=1


0


0


0


1


1


0


1


1


3.2 The Inverter


In this section you will determine the truth table for the inverter.


1) Open the file Digital_Exp_03_Part_01c .


2) Use the procedure from Section 3.3 to connect the test circuitry to the inverter. Note that because the inverter has only one input, the test circuit requires only one switch and one resistor. Use the Key for Switch window to configure the “A” key to open and close the switch.


3) Use the “A” key to open and close the switches. Record the state of the probe (0 for not lit and 1 for lit) for each combination of switch settings in the “Output” column of Table 3-3.


4) Stop the simulation.


Table 3-3: Inverter Truth Table


Switch A


Closed=0


Open=1


Output


Not Lit=0


Lit=1


0


1


Write down your observations:


Questions for Part 1


1) Which gate follows the rule “Any 1 gives a 1”?


2) Which gate follows the rule “Any 0 gives a 0”?


3) Explain why the inverter is so-named.


Part 2: Extended Logic Gates


Extended logic gates are similar to basic logic gates in that they implement useful and well-defined logic


functions, but their logic functions can be implemented using basic AND gates, OR gates, and inverters. The most common of these are NAND, NOR, and XOR gates. In this part of the experiment, you will use the Multisim logic converter to determine the truth tables for these gates. The logic converter is not a real laboratory device, although its function can be simulated using real digital instruments and software. Figure 3-4 shows the Logic Converter tool on the Instruments Toolbar. Figure 3-5 shows the minimized and expanded


views of the logic converter.




3.3 The NAND Gate


As its name suggests, the NAND (for “not AND”) gate combines the logic of an AND gate and an inverter.


1) Open the file Digital_Exp_03_Part_02a .


2) Select the Logic Converter tool from the Instruments Toolbar.


3) Left-click above the NAND gate to place the logic converter.


4) Connect the “A” (far left) terminal of the logic converter to the top input of the NAND gate.


5) Connect the “B” (second from far left) terminal of the logic converter to the bottom input of the


NAND gate.


6) Connect the output of the NAND gate to the “Out” (far right) terminal of the logic converter.


7) Double-click on the logic converter to expand it. Your circuit should look like Figure 3-6.




8) Click the top button in the “Conversions” section. This will convert the circuit representation of the


NAND gate to a truth table representation. Note that you do not have to click the “Run” button.


9) Copy the logic converter results into the corresponding columns of Table 3-4. The unlabeled column


at the far right of the logic converter is the output of the NAND gate.


Table 3-4: NAND Gate Truth Table


A


B


Output


0


0


0


1


1


0


1


1


3.4 The NOR Gate


As its name suggests, the NOR (for “not OR”) gate combines the logic of an OR gate and an inverter.


1) Open the file Digital_Exp_03_Part_02b.


2) Use the logic converter to generate the truth table for the NOR gate and copy the results into


Table 3-5.


Table 3-5: Nor Gate Truth Table


A


B


Output


0


0


0


1


1


0


1


1


3.5 The XOR Gate


The exclusive-OR (XOR) gate is similar to the OR gate in that its output is 1 when either input is 1.


1) Open the file Digital_Exp_03_Part_02c.


2) Use the logic converter to generate the truth table for the XOR gate and copy the results into


Table 3-6.


Table 3-6: XOR Gate Truth Table


A


B


Output


0


0


0


1


1


0


1


1


Please write down your Observations:


Questions for Part 2


1) How does the truth table of the NAND gate compare with the truth table of the AND gate?


2) You observe that the output of an unknown 2-input gate is 0 only when the inputs are both 0 or both inputs are 1. What type of logic gate are you observing?


3) What gate follows the rule “Any 1 gives a 0”?


4) An XOR gate is similar to an OR gate in that the output is 1 when either input is 1. How does XOR gate


differ from an OR gate?


CE212


Lab2


Logic Gates


Instructions:


Please download this document and type in your answers for questions in parts 1, 2, and 3; save this


document using


the following format: CE212Lab2


firstname_lastname.doc.


Introduction


All combinational logic can be reduced to basic AND, OR, and NOT logic operations and the AND gate,


OR gate, and inverter that implement them. Understanding the operation of these basic logic gates and


recognizing how


these combine to create more complex logic are the foundation of digital electronics.


This experiment will demonstrate how to analyze the operation of logic gates and verify their operation.


In Part 1 of this experiment, you will use Multisim to verify the


operation of the AND gate, OR gate, and


inverter. In Part 2, you will use the Multisim logic converter to examine the operation of the NAND,


NOR, and XOR gates.


Reading


Kleitz,


Digital Electronics: A Practical Approach with VHDL, 9th Edit


ion


, Chapter


3


.


Multisim Circuits


Part 1:


Digital_Exp_03_Part_01a, Digital_Exp_03_Part_01b, and Digital_Exp_03_Part_01c


.


Part 2:


Digital_Exp_03_Part_02a, Digital_Exp_03_Part_02b, and Digital_Exp_03_Part_02c.


Key Objectives


Part 1: Learn how to use switches and probes to verify the operation of t


he AND gate, OR gate, and


inverter.


Part 2: Learn how to use the logic converter to verify the operation of the NAND, NOR, and XOR


(exclusive


-


OR) gates


.


Part 1: Basic Logic Gates


3.0


The


AND Gate


In this section you will connect components to the AND ga


te so that you can determine its output for


each combination


of inputs (i.e., its truth table).


1) Open the file


Digital_Exp_03_Part_01a


.


2) Select the


Place Basic


tool from the


Component Toolbar


.


3) Select “SWITCH” from the


Family


: window and “SPST” from t


he


Component:


list.


4) Left


-


click to the left and a little above the AND gate to place the switch. Note that Multisim


automatically numbers the reference designator as “J1”.


5) Right


-


click on J


1


and select “Properties” from the right


-


click menu.


6) Click t


he down arrow (


) button to the right of the


Key for Switch


window and select “A” from the


drop


-


down list. This will configure the “A” key to open and close the switch.


CE212


Lab2


Logic Gates


Instructions:


Please download this document and type in your answers for questions in parts 1, 2, and 3; save this


document using the following format: CE212Lab2firstname_lastname.doc.


Introduction


All combinational logic can be reduced to basic AND, OR, and NOT logic operations and the AND gate,


OR gate, and inverter that implement them. Understanding the operation of these basic logic gates and


recognizing how these combine to create more complex logic are the foundation of digital electronics.


This experiment will demonstrate how to analyze the operation of logic gates and verify their operation.


In Part 1 of this experiment, you will use Multisim to verify the operation of the AND gate, OR gate, and


inverter. In Part 2, you will use the Multisim logic converter to examine the operation of the NAND,


NOR, and XOR gates.


Reading


Kleitz, Digital Electronics: A Practical Approach with VHDL, 9th Edition, Chapter 3.


Multisim Circuits


Part 1: Digital_Exp_03_Part_01a, Digital_Exp_03_Part_01b, and Digital_Exp_03_Part_01c.


Part 2: Digital_Exp_03_Part_02a, Digital_Exp_03_Part_02b, and Digital_Exp_03_Part_02c.


Key Objectives


Part 1: Learn how to use switches and probes to verify the operation of the AND gate, OR gate, and


inverter.


Part 2: Learn how to use the logic converter to verify the operation of the NAND, NOR, and XOR


(exclusive-OR) gates.


Part 1: Basic Logic Gates


3.0 The AND Gate


In this section you will connect components to the AND gate so that you can determine its output for


each combination of inputs (i.e., its truth table).


1) Open the file Digital_Exp_03_Part_01a.


2) Select the Place Basic tool from the Component Toolbar.


3) Select “SWITCH” from the Family: window and “SPST” from the Component: list.


4) Left-click to the left and a little above the AND gate to place the switch. Note that Multisim


automatically numbers the reference designator as “J1”.


5) Right-click on J


1


and select “Properties” from the right-click menu.


6) Click the down arrow () button to the right of the Key for Switch window and select “A” from the


drop-down list. This will configure the “A” key to open and close the switch.


Applied Sciences

Architecture and Design

Biology

Business & Finance

Chemistry

Computer Science

Geography

Geology

Education

Engineering

English

Environmental science

Spanish

Government

History

Human Resource Management

Information Systems

Law

Literature

Mathematics

Nursing

Physics

Political Science

Psychology

Reading

Science

Social Science

Home

Blog

Archive

Contact

google+twitterfacebook

Copyright © 2019 HomeworkMarket.com

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Top Essay Tutor
University Coursework Help
Helping Hand
Writer Writer Name Offer Chat
Top Essay Tutor

ONLINE

Top Essay Tutor

I have more than 12 years of experience in managing online classes, exams, and quizzes on different websites like; Connect, McGraw-Hill, and Blackboard. I always provide a guarantee to my clients for their grades.

$45 Chat With Writer
University Coursework Help

ONLINE

University Coursework Help

Hi dear, I am ready to do your homework in a reasonable price.

$42 Chat With Writer
Helping Hand

ONLINE

Helping Hand

I am an Academic writer with 10 years of experience. As an Academic writer, my aim is to generate unique content without Plagiarism as per the client’s requirements.

$40 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Interprofessional Organizational and Systems Leadership - Create a presentation - Analytical reflection essay - Order the following functions by growth rate n - Vision mission and strategy of coca cola - Ai weiwei school bags - Competitive parity vs status quo pricing - 500 words - Www starboard wendys com careers - Vodka cruiser vanilla pine lime - Discussion Board Replies - National intelligence priorities framework list - How to calculate average risk premium - Boost to battery topology - MGT321T Week 1 Apply Exercise - The stone angel sparknotes - A pathway to introductory statistics edition - Reasons why government intervene in business - Unnatural causes in sickness and in wealth transcript - Things i'm grateful for - Jj industries will pay a regular dividend - What effect does creativity have on society and culture - Recommendation system project in python - Lower level luxury suite pepsi center sro - Madden corporation manufactures t shirts - Find the value of this expression below when m=6.0 - Excel - 10 to the power of 4 - Health and safety vision statement examples - Rockwood school district map - The outsiders chapter 7 answers - Limiting reagent lab baking soda vinegar answers - Unit 5 Power Point Presentation - Examples of operant conditioning - This is our story book review - Why does st louis have colder winters than norfolk - Rcf art 300a review - Do i capitalize after a semicolon - Penn foster 750 word essay - A high ranking manager who advocates the project - How can i get motivated to do homework - C1 june 2008 mark scheme - Yeast culture lab - Crucem sanctam subiit translation - Name three of cobit's six control objectives - Convert nutritional calories to kilojoules - Why did klaus kill himself - Enzyme kinetics lab report results - Discussion: Effects of EFMP on the Family and the Careers of Military Members-WK6 - Duties of a class captain - Heart failure video case study ati - Web server plugin for websphere application server - Johnson and johnson stock buyback - New york grid system - Ao paper size australia - 1000 words and three scholarly references - Belmore boy high school - Past and present family life - Signature assignment - Cisco touch 10 installation guide - Ln a ln b - Glencoe mcgraw hill com sites dl free - 300 words - Lay of the anklet poem summary - A brayton cycle with regeneration using air - Datto does destiny outbreak prime - University of windsor msw - Case Study 5 - Assignment 01.1: Implementation Committee - As 3500 part 3 - Youth empowerment project proposal - Information governance concepts strategies and best practices download - Rubber band boat science project - How does risk response impact change control management and vulnerability management? - Disneyteam disney com the hub wdw - HRM Case Study 5 Pages or Less, APA USE PROVIDED SOURCES - Angular kinematics practice problems - Arb part 3 criteria - Mars in aries sexuality - Mcdonald's policies and procedures - 2018 spec exam 2 - Linear functions unit test answers - Six criteria for choosing brand elements - All logic gates and truth table - Vodafone and hutch case study - Disscuion - Auslan online course $57 - Germanus german wirehaired pointers - Preparing for future of work. - Acc 202 final project presentation to investors - Leroy smith bugsy malone - Https training3 ntt sprint com - Poetry analysis paragraph example - Literature Review - How do leaders use the golden rule - The colonial - Snuggle exhilarations spa pink peony and rosewood - Harry potter wand motions - Tenants union victoria contact - Soc