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

Ten years ago of american families - Paper - Allocation method appraisal - Adobe photoshop lightroom 4 serial number - How much is 400 acres - Decisiemens per metre to microsiemens per centimeter - I know that my redeemer lives lyrics lutheran hymnal - Public policy 3 chapter assignments - Dsa in network security - Essay - Annotated Bibliography - Nursing diagnosis for corneal ulcer - Need suggestions that where to buy assignments online? - M55 inlet port shutoff motor - 6/222 boronia road boronia - Lead and lag indicators - Flinders car park 13 - I want to die while you love me - Computer industry average financial ratios - Great expectations film 1946 - Disgronificator - Christmas storms and sunshine - Jci standards 7th edition pdf free download - Apn professional development plan sample - Only for DR. Michelle - Order # 9688 - Clinical Field Experience B: Student Needs and Instructional Planning - Maxine hong kingston tongue tied - Marie de france lanval summary - Health it and ehrs principles and practice 6th edition - If one of the 255 subjects is randomly selected - The north west london blues sat essay sample - Scyon secura exterior flooring - Heroes with a mission bumppo and batman answers - Week4 disc 6052 - Week 1 - Assignment: Evaluate Research and Analyst Skills - Plant and animal cells worksheet answer key - Circuit breaker cascading tables - Essay en Espanol # 4 - Need help with this assignment - Macleay apartments potts point sydney - Demeter and persephone myth summary - Attitudes in remember the titans - Energy conservation techniques occupational therapy pdf - Class 3 Redo Assessment 1 - The flowers by alice walker theme - Express the ratio in the simplest form - The newborn's capacity to imitate - Selection test from walden answers - Introduction to data mining tan steinbach - Alert and oriented x3 but confused - Social Work: Discussion Question 3 - The solubility of acetanilide in your recrystallizing solvent is - Exposition of cask of amontillado - 2 PAGES ESSAY - Ethics in Criminal Justice: - Ink in a blink russell kentucky - Kel mcnaughton carving jig - Performance lawn equipment case answers - 745 Wk 1 DQ 1# - Law firm staff evaluation forms - Uttermost tam champagne pressed 30 x 40 wall mirror - Slump test sciatic nerve - Film study guide the wizard of oz answers - Data dictionary in dbms ppt - How to read literature like a professor chapter 12 summary - Bus ring and star topologies are mostly used in the - Prestige kitchen cabinet handles - 5 ways to strongly authenticate a remote machine - Honeywell xc70 battery change - Week 4 career and company research - Audit management representation letter example - Justice quotes in medea - Voltage variation in india - Miller forensic assessment of symptoms test m fast pdf - Powerpoint Should Consist Of 20 Slides. Rubric Is Attached .PLEASE FALLOW THE RUBRIC - Climax of the secret life of walter mitty - Csi wildlife analyzing genetic evidence - Batter my heart as a metaphysical poem - Independent project 4 5 excel 2016 - Good night and good luck analysis essay - SOCW 6090 - Discussion: Applying Differential Diagnosis to Neurodevelopmental Disorders - What is a level 2 merit equivalent to - Jangling the keys of the kingdom - Advanced Ergonomics - Prince2 project product description example - Chemistry lab acids and bases - Convert cm3 to ft3 - Pullman fleet services haydock - 5-7 garema circuit kingsgrove nsw 2208 - Zencv - Astra twintop emergency boot release - Flinders university sturt campus - The body by stephen king - Site safe task analysis - Sylvia the truman show - Answers to textbook questions and problems - 560 fe - Time domain to phasor calculator - Incision and drainage foot cpt code