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

1600 words due 9/28/2020- Public and community health impact of driving under the influence of alcohol - How to choose putter length - Hummel winters insurance milan in - Ardex na data sheet - Samson servo 260 price - Linear Programming Problem - Discussion post Nursing theory - 250 words and two scholarly sources - Dead white males play - Tan horse with black mane and tail - Siemens hmi data logging - What is the efficient scale of the painting company - Funny house captain speech - Discrete event simulation excel - 9781284078329 - Algebra Talk - The other wes moore mla citation - Ciid pty ltd epping - Security Policy Plan - Msom 3101 final exam - John maxwell five levels of leadership book - Wk 2 - The following comparative information is available for rose company for 2017. - A portrait of linear algebra 3rd edition answer key - Smart phones should be allowed in school - Week 8 assignment nurs - Module 01 Written Assignment - Managed Care Myths - How to use tree diagrams for probability - Final Narrative paper - Business Policies and Strategies - How many times does a cricket chirp in 15 seconds - Cardiff university law school - P2 29a accounting - Top 100 singles 2004 - A war against boys michael kimmel - Essay question - El burlador de sevilla english translation - Devon bishop age 45 is single - Individual proactiv products - A physical count of merchandise inventory on july 30 - Nydam v the queen 1977 vr 430 - ADEL - Prejudice against immigrants was known as ___ - T1 - Assessment Cath - Name three specific consequences of the boston busing crisis. - Wuthering heights chapter summaries - Practice with taxonomy and classification answer key - Elements compounds and mixtures powerpoint - Australian air force pilot uniform - Www.fool.com/shop/newsletters/index.aspx - Kerin marketing the core 8th edition - The Stranger - Case study on consumer behaviour with questions and answers - Lewis dot structure of phosphorus - Limes farm junior school - Human Resources - British journal of management submissionbritish journal of management submission - Taking a picture of robert the doll without permission - Team Leadership/Management Style: Primary Post Assignment (20 Points): - Sonnets from the portuguese context - Answer 3 objectives questions - 1 mg ml glucose solution - Brightest glow stick color - Exercise 6 8 bank reconciliation and adjusting entries lo p3 - Find the exact length of the curve. x = et − 4t, y = 8et/2, 0 ≤ t ≤ 5 - Federation university psychology clinic - Brewer and treyens research method - What is a mco in healthcare - Gattaca movie questions - Op amp cutoff frequency - How to calculate budgeted income statement - Economics Essay - Assignment 1 - Chain of responsibility policy template - Weekly Assignment 5 - Escience labs test tube rack - A television camera is positioned - The mr mc rule applies - Hsu vtf 15h mk2 review - Thieves haven narrow stone pathway - Conclusion of coca cola company - Advertisement analysis - Change the style of the selected sparkline to sparkline style accent 2 darker 25 - Ap macroeconomics loanable funds market - Mens kilts for sale - Why is mla format important yahoo answers - Help 1 - Week 2 summary - Abc model of crisis intervention papers - Nursing competency standards australia - Cpt code for removal of urolift implant - David l katz quackwatch - Canker definition romeo and juliet - Stitch fix target market - Biology - Ib physics topic 6 questions - Nurse’s Role in Influencing the Legislative Process - Animal alphabet and animal numbers vhs - White quarry farm tadcaster - Discussion: Response - Assignment 4