29 Pages

LogicCir

Course: CH 2007, Fall 2009
School: Oregon
Rating:
 
 
 
 
 

Word Count: 1656

Document Preview

nature The of logic circuits A logic circuit is an electronic device used to mimic the operations of symbolic logic. Symbolic logic consists of expressions which contain variables and operations, and which may assume values of "true" or"false." In the same way, a logic circuit accepts input from one or more sources and produces a result of "on" or...

Register Now

Unformatted Document Excerpt

Coursehero >> Oregon >> Oregon >> CH 2007

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
nature The of logic circuits A logic circuit is an electronic device used to mimic the operations of symbolic logic. Symbolic logic consists of expressions which contain variables and operations, and which may assume values of "true" or"false." In the same way, a logic circuit accepts input from one or more sources and produces a result of "on" or "off." The existence of such deceptively simple circuits creates a surprising number of technical possibilities, since these logic circuits turn out to be the basis of modern digital computers. In this experiment, you will deal with some of the more elementary logic circuits to see how some of the more complicated devices can be constructed from them. Design considerations The primary design consideration of a logic circuit is reliability: you need to be sure that the logical operation gives you the same answer every time you pose the question. To this end, The input must be tolerant to a reasonable range of "yes" or "no" voltages. The output should follow a predictable logical operation on the inputs. The output must be constant over a reasonable load. In particular, the output of one logic circuit should be usable as the input for another logic circuit with reliable and predictable results. Example: the "AND" gate As an example, consider the AND gate. This is a simple device with two inputs and one output. The circuit is depicted with the following symbol: The two leads on the left are input leads, and the one on the right is output. Additional connections which provide power to the circuit are not shown. The behavior of the output in response to the various input conditions may be tabulated as follows: Input A on on off off Output B on off on off on off off off Logic table for the "AND" gate The input/output table of a logic circuit is directly related to the "truth table" of the corresponding logical operator. In the case of the AND gate, the logical equivalent is the statement "C=AB" whose truth table looks like this: A True True False False B True False True False C True False False False + Notice the similarity to the electronic behavior of the circuit. Input A on on off off Output B on off on off on off off off The one-to-one correspondence between "on" in the previous table and "true" in the table above is, of course, the reason an AND gate is constructed the way it is. Frequently, both tables are summarized using binary notation: 1 for "on" or "true," and 0 for "off" or "false." A simple logic gate So how do you make a logic circuit? In this lab, you won't need to; all of the logic circuits you will need are already available as integrated circuits. To help you understand how a logic circuit works, however, consider the following circuit: What happens at the output "C" when the inputs "A" and "B" are both grounded? A simple logic gate What happens at the output "C" when the inputs "A" and "B" are both grounded? If A and B are grounded, C will also be held at ground. Any current provided by the +10V power supply will drain away to ground through A and B. +What if A is held at ground and B is held at 10V? A simple logic gate What if A is held at ground and B is held at 10V? Again, terminal C will be held at ground. The 10V bias on terminal B keeps any current from flowing through the lower diode, but current can still flow through the upper diode to terminal A. + What if the voltages on A and B are reversed? A simple logic gate One combination remains: what if A and B are both held at +10V? This time terminal C rises to +10 volts. Current cannot flow through either diode, so terminal C rises to the voltage of the power supply. A simple logic gate The connection between the output of this circuit and the truth table of the AND gate should be obvious. If you substitute "T" for "10V" and "F" for"0," the table below is identical to the truth table for the AND operation. What if you make the reverse substitution, however? A simple logic gate If you make the reverse substitution, it turns out that you would get the truth table for the logical "OR" operator. Electronic devices which use "ground" for "false" are known as positive logic devices. Those using "ground" to represent "true" are known as negative logic devices. Now that you know in general how a logic circuit works, there are some specific things you need to know about how the work together. More criteria Is design the output we designate as TRUE positive or negative? Is it hot or ground? What voltage ranges may be tolerated by the input? What happens to inputs which are not connected? How much current can the output provide in its "high" state? How much current can the "low" state drain away? A set of circuits which meets these criteria consistently is referred to as a family of logic circuits. The family of logic circuits you will be working with are TTL (transistor-transistor logic) circuits. TTL circuits TTL circuits are among the most popular and widely used logic circuits. They are characterized by the following properties: They are positive logic devices. Logical "0" (False) is defined to be ground, and logical "1" (True) is defined as +5 volts. In fact, "0" can be anywhere in the range between 0 and 0.4V and the chip is still considered to be working within its tolerances. Similarly, "1" can be anywhere in the range from 2.4 to 5 volts, and a TTL chip will still recognize the input. Input in the range between 0.4 and 2.4 volts is not defined. TTL circuits Disconnected inputs rise to "1." To see how this can happen, return for a moment to the AND gate whose circuit we examined earlier. If neither A nor B is connected to anything (not even a ground) then all three terminals (A, B, and C) will rise to whatever voltage the power supply provides and stay there. TTL circuits The output of a TTL chip will provide 0.4 milliamperes when the output is "high" and will drain away about 16 ma when the output is low. Notice the factor of 40 difference between the current provided by a high state and a low state. If you need the chip to provide any useful current, such as to light an LED, you should plan to do so in a "low" state. The input of a TTL chip requires 0.04 ma to reach a high state and about 1.6 ma to reach a low state. Since there is a factor of 10 difference between what the input requires and what the output provides, each TTL chip can drive up to ten other chips simultaneously. The NAND gate One of the most useful circuits is the NAND gate. It has the following circuit symbol: Its output is the inverse of the AND gate; its logically equivalent function is C=~(A B) (read: C equals not A and B). The truth table of the logical function is: The NAND gate It is not obvious at a glance why the NAND gate is so much more useful than a simple AND gate. The most important reason is that other logical components can be constructed using a NAND gate. For instance, you can make an inverter simply by wiring the two inputs of the NAND gate together: Tying the two inputs together like this forces them to have the same input polarity. The logic table of this device...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Oregon - CH - 417
The nature of logic circuitsA logic circuit is an electronic device used to mimic the operations of symbolic logic. Symbolic logic consists of expressions which contain variables and operations, and which may assume values of "true" or"false." In th
Oregon - CH - 417
Writing a lab reportThe first thing to realize in preparing a technical paper is that there is a prescribed literary form for such a document. Like a haiku or a sonnet, a scientific paper must adhere to certain standards of organization and presenta
Oregon - CH - 2007
Active and passive circuit elementsThe circuit elements we have encountered up to now have been, for the most part, passive circuit elements. These include, for example, resistors and capacitors. They alter the flow of electrons through a circuit, b
Oregon - CH - 417
Active and passive circuit elementsThe circuit elements we have encountered up to now have been, for the most part, passive circuit elements. These include, for example, resistors and capacitors. They alter the flow of electrons through a circuit, b
Oregon - CH - 2007
Compressibility of a real gasThe compressibility factor of a gas (and, by extension, any fluid) is defined asPVm Z= RTFor an ideal gas, the compressibility factor is always 1. For a real gas, the deviation of the compressibility factor from 1 is
Oregon - CH - 417
Compressibility of a real gasThe compressibility factor of a gas (and, by extension, any fluid) is defined asPVm Z= RTFor an ideal gas, the compressibility factor is always 1. For a real gas, the deviation of the compressibility factor from 1 is
Oregon - CH - 2006
An overview of GC/MSAutomatic liquid sampler (ALS) Mass spectrometerGas chromatographThe autosamplerThis is the only part of the apparatus that actually appears to do anything. Its function is to inject a measured sample onto the GC column.Th
Oregon - CH - 418
An overview of GC/MSAutomatic liquid sampler (ALS) Mass spectrometerGas chromatographThe autosamplerThis is the only part of the apparatus that actually appears to do anything. Its function is to inject a measured sample onto the GC column.Th
Oregon - CH - 2006
Base catalyzed ester hydrolysisWe start with what you learned in organic chemistry:R C O + OHkOR' k+ O R C OR' OH-activated complexk'R C O + OR'very fastR C O + R'OHOHOBase catalyzed ester hydrolysis.Symbolically,k' AB C + D A + B
Oregon - CH - 418
Base catalyzed ester hydrolysisWe start with what you learned in organic chemistry:R C O + OHkOR' k+ O R C OR' OH-activated complexk'R C O + OR'very fastR C O + R'OHOHOBase catalyzed ester hydrolysis.Symbolically,k' AB C + D A + B
Oregon - CH - 2006
Solutions of rate equationsThe analytic method:dN = kN Write the differential equation dt dN = kdt Rearrange N N Integrate ln = kt N0SimplifyN = N0 e ktThe integration step depends, among other things, on having only one variable on each
Oregon - CH - 418
Solutions of rate equationsThe analytic method:dN = kN Write the differential equation dt dN = kdt Rearrange N N Integrate ln = kt N0SimplifyN = N0 e ktThe integration step depends, among other things, on having only one variable on each
Oregon - CH - 2006
Photochemical processesAbsorption of light (creation of an electronically excited state) Relaxation (thermalization of vibrational energy within that state) Emission from the original excited state (fluorescence) Thermalization of electronic energy
Oregon - CH - 418
Photochemical processesAbsorption of light (creation of an electronically excited state) Relaxation (thermalization of vibrational energy within that state) Emission from the original excited state (fluorescence) Thermalization of electronic energy
Oregon - CH - 2007
The Boltzmann distributionThe Boltzmann distribution predicts the probability that a molecule will be found in a particular state with a given energy if the molecule is in thermal equilibrium with a constant temperature bath: EiPi ! e"kTThe
Oregon - CH - 418
The Boltzmann distributionThe Boltzmann distribution predicts the probability that a molecule will be found in a particular state with a given energy if the molecule is in thermal equilibrium with a constant temperature bath: EiPi ! e"kTThe
Oregon - CH - 2006
Ethyl acetate hydrolysisTo follow the progress of the reactionNa+ + OH + EtOAc EtOH + Na + + OAc conductimetrically, we need to observe two overriding principles: Choose a method of measurement that is linear in concentration so that a minimum
Oregon - CH - 418
Ethyl acetate hydrolysisTo follow the progress of the reactionNa+ + OH + EtOAc EtOH + Na + + OAc conductimetrically, we need to observe two overriding principles: Choose a method of measurement that is linear in concentration so that a minimum
Oregon - CH - 2006
Phosphatase-catalyzed hydrolysisIn this experiment you will monitor the hydrolysis of a phosphate ester. This hydrolysis is catalyzed by a phosphatase enzyme (typically one derived from wheat germ or potatoes). This reaction is extremely important i
Oregon - CH - 418
Phosphatase-catalyzed hydrolysisIn this experiment you will monitor the hydrolysis of a phosphate ester. This hydrolysis is catalyzed by a phosphatase enzyme (typically one derived from wheat germ or potatoes). This reaction is extremely important i
Oregon - CH - 2007
Solutions of rate equationsThe analytic method:dN = ! kN Write the differential equation dt dN = ! kdt Rearrange N N Integrate ln = !kt N0SimplifyN = N0 e! ktThe integration step depends, among other things, on having only one variable on eac
Oregon - CH - 418
Solutions of rate equationsThe analytic method:dN = ! kN Write the differential equation dt dN = ! kdt Rearrange N N Integrate ln = !kt N0SimplifyN = N0 e! ktThe integration step depends, among other things, on having only one variable on eac
Oregon - CH - 2006
Adjustment handle Diaphragm (elastomer or metal)The RegulatorSpringMain valve (essentially a bicycle valve)outletinletThe RegulatorDiaphragm (elastomer or metal) inlet outlet Main valve (essentially a bicycle valve)The RegulatorStainl
Oregon - CH - 418
Adjustment handle Diaphragm (elastomer or metal)The RegulatorSpringMain valve (essentially a bicycle valve)outletinletThe RegulatorDiaphragm (elastomer or metal) inlet outlet Main valve (essentially a bicycle valve)The RegulatorStainl
Oregon - CH - 2007
Acid phosphatase catalyzed hydrolysis of p-nitrophenol phosphateMonitor p-nitrophenol vs. time Convert p-nitrophenol concentration to a reaction rate Perform the Lineweaver-Burk t Compare with literatureMonitoring p-nitrophenolIn the p-nitropheno
Oregon - CH - 418
Acid phosphatase catalyzed hydrolysis of p-nitrophenol phosphateMonitor p-nitrophenol vs. time Convert p-nitrophenol concentration to a reaction rate Perform the Lineweaver-Burk t Compare with literatureMonitoring p-nitrophenolIn the p-nitropheno
Oregon - CH - 2006
EtOAc.nb1The basic integral:In[9]:=Out[9]=1 x Ha - xL Hb - xLLog@-a + xD - Log@-b + xD a-bEvaluate at the limits of integration:In[10]:= Out[10]=Log@-a + xD - Log@-b + xD Log@-a + 0D - Log@-b + 0D - a-b a-b Log@-aD -
Oregon - CH - 418
EtOAc.nb1The basic integral:In[9]:=Out[9]=1 x Ha - xL Hb - xLLog@-a + xD - Log@-b + xD a-bEvaluate at the limits of integration:In[10]:= Out[10]=Log@-a + xD - Log@-b + xD Log@-a + 0D - Log@-b + 0D - a-b a-b Log@-aD -
Oregon - CH - 2006
Modeling Reaction RatesThe procedure for modeling chemical reaction rates generally follows these steps: Postulate a chemical modeln1 R1 + n2 R2 + ProductWrite the related rate equationd[Product] n1 n2 = [R1 ] [R2 ] dtIntegrate the differe
Oregon - CH - 418
Modeling Reaction RatesThe procedure for modeling chemical reaction rates generally follows these steps: Postulate a chemical modeln1 R1 + n2 R2 + ProductWrite the related rate equationd[Product] n1 n2 = [R1 ] [R2 ] dtIntegrate the differe
Oregon - CH - 2008
A gas chromatogram/mass spectrumObject of the exerciseWe would like to unravel the chemistry that occurs within the ionization source. The information available is The masses of the ions that survive the mass lter Their relative abundanceWhat we
Oregon - CH - 418
A gas chromatogram/mass spectrumObject of the exerciseWe would like to unravel the chemistry that occurs within the ionization source. The information available is The masses of the ions that survive the mass lter Their relative abundanceWhat we
Oregon - CH - 2008
Adsorption of a gas onto a surface Importance Study of intermolecular forces Chemical catalysis Gas storage Cryopumping Material study (and modification) Fluid purification Prototypes of other chemical processesCommon surfaces used "Ac
Oregon - CH - 418
Adsorption of a gas onto a surface Importance Study of intermolecular forces Chemical catalysis Gas storage Cryopumping Material study (and modification) Fluid purification Prototypes of other chemical processesCommon surfaces used "Ac
Oregon - CH - 2006
triggerstrobe driverTriplet lifetime experiment samplephotomultiplier tubestrobe lamp computeroscilloscopetriggerstrobe driverTriplet lifetime experiment samplephotomultiplier tubestrobe lamp computeroscilloscopeStrobe lampfast
Oregon - CH - 418
triggerstrobe driverTriplet lifetime experiment samplephotomultiplier tubestrobe lamp computeroscilloscopetriggerstrobe driverTriplet lifetime experiment samplephotomultiplier tubestrobe lamp computeroscilloscopeStrobe lampfast
Oregon - CH - 419
Molecular Vibrations We start with the Hamiltonian for a diatomic molecule:p e = + + + 2mN j 2mi rij rik2 i2 pN jZj e 22Z jZ l e 2 riland quickly abandon the effort. Instead, we make the Born-Oppenheimer approximation:=e+v+
Cornell - LZ - 55
Curriculum VitaeLANYUE ZHOUCornell University Department of Economics 449B Uris Hall Ithaca, New York 14853, U.S.A. Email: LZ55@cornell.edu Phone: (607) 351-4654 http:/www.people.cornell.edu/pages/lz55Oct 2008CITIZENSHIP: ChinaVISA: F1EDUC
Cornell - LZ - 55
Three Essays on International Joint Ventures, Behavioral Finance, and International Portfolio Investment Dissertation Abstract Lanyue Zhou Cornell University Essay One: Managerial Hubris and International Joint Ventures: Evidence from U.S.-China JV A
Oregon - GI - 2007
10th IEEE Global Internet Symposium 2007(In conjunction with IEEE Infocom 2007) Anchorage, AK, May 11, 2007Call for PapersThe 10th IEEE Global Internet Symposium will be held simultaneously and co-located with IEEE Infocom 2007. All relevant date
Oregon - GI - 2007
Bare Demo of IEEEtran.cls for ConferencesMichael ShellSchool of Electrical and Computer Engineering Georgia Institute of Technology Atlanta, Georgia 303320250 Email: http:/www.michaelshell.org/contact.htmlHomer SimpsonTwentieth Century Fox Sprin
Oregon - BA - 315
21The Monetary SystemESSENTIALS OFECONOMICSFOURTH EDITIONN. G R E G O R Y M A N K I WPowerPoint Slides by Ron Cronovich 2007 Thomson South-Western, all rights reservedIn this lecture, look for the answers to these questions:What assets
Oregon - CH - 228
Determination of Molar Mass via the Dumas Method1. Purpose In this experiment you will determine the molar mass of an unknown liquid using a simplified variation of the Dumas method. 2. Background In the early 19th century, Jean-Baptiste Dumas, a di
Oregon - CH - 228
Determination of the Percent Oxygen in Air1,2,31.PurposeThe purpose of this laboratory experiment is to determine the percentage by volume of oxygen in air.2.BackgroundConsider for a moment the air that you breathe. Since the time of the
Oregon - CH - 227
General Chemistry Lab Announcements: Office hours cancelled on Wed. 10/29 Dont forget to check the CH227 web site for class results from last weeks lab. Be sure to round values correctly (see page 24 of the text) Notice: You must attend lab next
Oregon - CH - 227
General Chemistry Lab CH227Exp. #7: Identification of Common Chemicals (two week lab)National Fire Protection Association (NFPA) Hazard Identification System More information on the web at http:/chemlabs.uoregon.edu/Safety/NFPA.htmlWhat precau
Oregon - CH - 227
General Chemistry Lab CH227Due Today: reading questions from the webExp. #2: Introduction to Excel, Spreadsheets and StatisticsPre-lab reading: Pages 21 - 25 and Appendix C of lab text This week in lab: Turn in completed pre-lab questions from te
Oregon - CH - 228
CH 228 Announcements My Monday office hours have been changed to 12:00 - 1:00 (room 176 Onyx). Office hours this Wednesday are cancelled. Det. of NA lab: Calculate N A 3 times and report Det. the mean. The TBA lab for the week of Mar. 2 will be e
Oregon - CH - 228
Exp #10: Spectroscopy2-week lab, next week is optional if you finish this weekSpectroscopy is the study of the interaction of light with matter12SpectroscopySpectroscopy is the study of the interaction of light with matter Spectroscopy is t
Oregon - CH - 228
General Chemistry Lab CH228Exp. #16: A Fatty Acid Monolayer: Determination of Avogadros NumberCoos Bay, Oregon February, 1999Fate of Spilled Oil1WaterWater + polar or ionic substanceEx: NaCl ClNa+XXHydrogen bonding in waterion-dipol
Oregon - CH - 228
Welcome to CH 228! General Chemistry LaboratoryCH 227CH 228 CH 229 Continuationfrom fall term Same text, same course proceduresDr. Deborah Exton dexton@uoregon.edu dexton@uoregon. 346-4629Academic Dishonesty Laboratory TAs Somethe s
Oregon - CH - 228
Exp. #12 Spectrophotometric Determination of a Food DyeFD&C Red Dye No. 40 (Allura Red) (Allura Be sure to visit the Virtual TA (VTA) for frequently asked questions and calculation checker.Goals: Determine the quantity of Allura Red in Kool-Aid.
Oregon - CH - 228
CH 228 Announcements Make-up labNext week This week: Experiment #18 Monday, 3/9, 3:00 pm Tuesday, 3/10, 11:00 amlast regular lab of the term lab report is due in your TAs mailbox at the time of your regularly scheduled lab next weekEx
Oregon - CH - 228
Gases defined by 4 properties: #15: The Ideal Gas Law and the Determination of the Gas Constant, R P = pressure V = volume n = number of moles of gas T = temperature (Kelvin)These properties are interrelated. When one is changed, the others wi
Oregon - CH - 227
Galvanized Nails, Quality Control and an Introduction to Green Chemistry - Grading KeyPre-lab according to guidelines on page 14 of text nail data tabulated observations recorded, including waste mgmt. Report: Introduction theory, problem addressed
Oregon - CH - 227
Identification of Common Chemicals - Grading KeyPre-lab according to guidelines on page 14 of text Observations NFPA Hazard Diamond Preliminary Flow Chart Final Flow Chart Subjective points / Style /20 /20 /10 /15 /30 /5Score/100
Oregon - MATH - 111
Name:Worksheet 5 - Section 5.5Solve each word problem algebraically. This means NO decimal approximations should appear in your solutions. However, you may nd it meaningful to consider an approximation to your nal answer to ensure it makes sense.
Oregon - ECON - 450
Labor Demand I. The Production Function. A. The objective: hire labor to Max A 1. A = p*q - TC = p*q - [ w*E + r*K] 2. Simplification: Focus on q a. p is assumed constant: competitive market b. cost depends on optimal E and K which depend on q B. Lon
Oregon - SROTHMA - 1
STEVEN B. ROTHMANhttp:/www.uoregon.edu/~srothma1/Department of Political Science University of Oregon Eugene, OR 97403-1284 Tel: (541) 346-4890 Fax: (541) 346-4860 srothma1@uoregon.eduIntroductionMy coursework, research, conference presentations
Oregon - ECON - 101
Econ 101 Winter 2004Midterm 2 The truth is more important than the facts.Professor Singell Form A - Frank Lloyd WrightInstructions: Circle your answers on your question sheet and then transfer your answers to your scantron. Your question sheet
Cornell - ENGL - 2
College Office or Service Unit: Name: Himani MewarCollege of EngineeringCurrent Title: Director of Finance and Budget Years of Service at Cornell: 7 Degrees/Certifications: Bachelor of Science, Business Administration, State University of New Yo