DIGITAL ELECTRONICS INTRODUCTION. August 2012

Size: px
Start display at page:

Download "DIGITAL ELECTRONICS INTRODUCTION. August 2012"

Transcription

1 AM DIGITAL ELECTRONICS INTRODUCTION August 2012 DISTRIBUTION RESTRICTION: Approved for public release. Distribution is unlimited. DEPARTMENT OF THE ARMY MILITARY AUXILIARY RADIO SYSTEM FORT HUACHUCA ARIZONA

2 This Page Intentionally Left Blank Ver. 0 i

3 CHANGE PAGE LIST OF EFFECTIVE PAGES INSERT LATEST CHANGED PAGES. DISTROY SUPERSEDED PAGES NOTE The portion of this text affected by the changes is indicated by a vertical line in the outer margins of the page. Changes to illustrations are indicated by shaded or screened areas or by miniature pointing hands. Changes of issue for original and changed pages are: ORIGIONAL..0. Page NO. Change No. Title Page NO. Change No. Page No. Change No. *Zero in this column indicates an original page A Change 0 US Army 2. RETAIN THIS NOTICE AND INSERT BEFORE TABLE OF CONTENTS. 3. Holders of this document will verify that page changes and additions indicated above have been entered. This notice page will be retained as a check sheet. This issuance, together with appended pages, is a separate publication. Each notice is to be retained by the stocking points until the standard is completely revised of canceled Ver. 0 a

4 CONTENTS 1 INTRODUCTION TO DIGITAL LOGIC INTEGRATED CIRCUITS: BIPOLAR AND MOS TRANSISTORS: LOGIC FAMILY: Logic Family Interfacing: Commercial Logic Families: Integrated Injection Logic (PL) COMPUTER AND LOGIC SUBSYSTEMS DIGITAL CIRCUITS NUMBERING SYSTEMS: Binary Numbering System (2 bits): Octal Number system (Base 8): Hexadecimal (Base 16): UNIT AND NUMBER BASE (RADIX) POSITIONAL NOTATION ARITHMETIC IN BINARY AND HEXIMITAL: BOOLEAN ALGEBRA INTRODUCTION: BOOLEAN OPERATORS AND SYMBOLS: Truth Tables: AND Operation: The OR Operation: NOT Operation TIMING DIAGRAMS: LOGIC SIGNAL VOLTAGE LEVELS TTL GATE VOLTAGES: CMOS GATE VOLTAGES: WORST CASE: SCHMITT TRIGGER: MIXED DIGITAL TYPE CIRCUITS: Ver. 0 i

5 PREFACE Improvements Suggested corrections, or changes to this document, should be submitted through your State Director to the Regional Director. Any Changes will be made by the National documentation team. Distribution Distribution is unlimited. Versions The Versions are designated in the footer of each page if no version number is designated the version is considered to be 1.0 or the original issue. Documents may have pages with different versions designated; if so verify the versions on the Change Page at the beginning of each document. REFERENCES Allied Communications Publications (ACP): 1. ACP Communications Instruction, General 2. ACP Radiotelegraph Procedures 3. ACP Radiotelephone Procedures 4. ACP Communications Instructions Radio Teletypewriter 5. ACP Communications Instructions Operating Signals DOD Instructions 1. DOD Instruction US Army Documents US Army Regulations 1. AR Military Auxiliary Radio System (MARS) and Amateur Radio Program US Army FM/TM Manuals 1. FM Tactical Radio Operations 2. TM Electrical Design, Lightning and Static Electricity Protection US Army MARS 1. AM US Army MARS Net Plan Commercial References 1. Basic Electronics, Components, Devices and Circuits; ISBN X, By William P Hand and Gerald Williams Contributors This document has been produced by the Army MARS Technical Writing Team under the authority of Army MARS HQ, Ft Huachuca, AZ. The following individuals are subject matter experts who made significant contributions to this document. William P Hand Ver. 0 iii

6 ACRONYMS AND ABBREVIATIONS: AM Digital Electronics - Introduction Abbreviations CMOS DTL ECL FET HEX LSD LSI MOS MOSFET MSD MSI NAND NOR NRZ RAM RTL SSI TTL Definition Complementary Metal Oxide Semiconductor Diode Transistor Logic Emitter coupled logic Field Effect Transistor Hexadecimal Base 16 Number system Least Significant Digit Large Scale Integration Metal Oxide Semiconductor Medal Oxide Semiconductor Field Effect Transistor Most Significant Digit Medium Scale Integration Negative AND Inverted AND Circuit Negative OR Inverted OR Circuit Non-Return to Zero Random Access Memory Resistor Transistor Logic Small Scale Integration Transistor-Transistor Logic Ver. 1.0 iii

7 1 INTRODUCTION TO DIGITAL LOGIC Digital logic is a complex system of simple gates (electronic on-off switches) intended to control some device. It makes decisions on the basis of tests and routes electrons according to predetermined rules. Digital logic is a true-false, go-no-go system. Complex decisions can be made by combining a large enough number of gates. Logic operations fall into three categories: control, memory, and computation. A computer does computations but it also has control logic to route data from memory to arithmetic unit, from memory to the outside world, and so on. Logic systems designed for control purposes may also have some computing logic and memory hardware. For example, a traffic light controller might count the cars in several directions and make calculations to determine when to change the lights. Memory could also be included to remember that traffic is unusually light on Sunday mornings and heavy on certain holidays. Figure 1-1 illustrates how gates can be used for controlling various actions. Figure 1-1 Logic Gate Example Ver

8 1.1 INTEGRATED CIRCUITS: AM Digital Electronics - Introduction An integrated circuit is a lot of gates made in microscopic proportions on the W' square (more or less) wafer (chip) of silicon. The individual gates are connected by microscopic printed wiring into circuits to do specific jobs, such as counting, or decoding digital information. Photographic masks and high temperature automated chemical techniques permit almost molecule by molecule formation of the circuitry. Integrated circuits are classified according to the number of gates on the chip, without regard to specific function (that is, whether control, memory, or computation). 1. SSI Small Scale Integration (SSI) is an integrated circuit package with 12 or fewer logic gates on the chip. 2. MSI Medium Scale Integration (MSI) is an integrated circuit package with between 12 and 100 logic gates on the chip. 3. LSI Large Scale Integration (LSI) is an integrated circuit package with over 100 gates on the chip. Up to 10,000 gates on a chip is currently possible, with up to one-half million on a chip in experimental stages. 1.2 BIPOLAR AND MOS TRANSISTORS: Digital integrated circuits are made of either bipolar (junction) or metal oxide semiconductor (MOS) transistors. The MOS transistor is simpler, much smaller, and consumes very little power compared to a conventional bipolar transistor. However, it is very slow. It is used where 100 to 10,000 (or sometimes more) gates on a chip are required. The bipolar transistor works at a much higher speed than the MOS, but it takes much more space on a chip and consumes a great deal more power. Because of its size and power requirements, it is used only in SSl and MSI packages (up to 100 gates). 1.3 LOGIC FAMILY: A logic family is a group of compatible functional integrated circuit packages. Like Tinker-toys or Leggo, they can be assembled into a variety of forms-no sanding or fitting is required-they just snap together. Each family is based on a specific type of transistor LOGIC FAMILY INTERFACING: When subsystems based on two different logic families must work together in a system, a little extra hardware is required. The special components are called interface components. The most popular logic families are fairly compatible, but there are some minor technical difficulties COMMERCIAL LOGIC FAMILIES: Transistor-Transistor-Logic (TTL): The transistor-transistor-logic (TTL) family is the most popular small scale integration commercial logic family. It is based on bipolar transistors, and it is last, but power hungry Metal Oxide Semiconductor (MOS): The metal oxide semiconductor (MOS) family has two types, called the "P" type (P-MOS) and the "N" type (N-MOS), depending on whether the P-MOS transistor or the N - M OS transistor is the basis of the family. Both types are used when 100 or more gates on a chip are required. They are slower than TTL, but easy on power. The complementary metal oxide semiconductor (C-MOS) family utilizes a double-barreled MOS transistor. Ver

9 1.3.3 INTEGRATED INJECTION LOGIC (PL) A most exciting, fairly new logic family, it is as fast as the TTL and as miserly with power as the MOS. Its small size and simple construction make it suitable for large scale integration (LSI). 12L is based on a radical, upside-down bipolar transistor design. The emitter coupled logic (ECL)family is a complex, expensive gate circuit. 1.4 COMPUTER AND LOGIC SUBSYSTEMS Figure 1-2 is a flow diagram of the hierarchy of digital systems. Note that the logic flow eventually branches and there are two possible end results: (1) Microcomputers (2) Mini and large computers So far LSI has been used less in larger computers because of its slower speed. Integrated injection logic promises to make LSI minicomputers possible. There is also a trend to combine several minis to make up very large computing systems. The flow diagram (reference Figure 1-2) soon branches into two gate assignment categories: (1) memory (using flip-flops, described below), and (2) combinational logic 1.5 DIGITAL CIRCUITS Digital circuits, or Logic circuits as they are called at times, have to deal with two states or conditions, but there are many different digital states that can be used. The most common three are: 1. Positive Logic - A zero voltage and a Positive voltage for the two states 2. Negative Logic - A zero voltage and a negative voltage for the two states 3. Non-return to Zero - Plus voltage for one and a negative for the other state In order to understand how information can be conveyed in just two signal states, we must understand the basics of different mathematical systems and basics Boolean algebra. We are familiar with the base 10 system we use every day but there are many different types of numbering systems. We humans use a decimal, or base-10, numbering system, probably because people have 10 fingers. If we had three fingers and a thumb on each hand, then in all probability we would be using the octal numbering system, which has a base of 8. Early computers were designed around the decimal numbering system. This approach made computer logic capabilities unnecessarily complex and did not make efficient use of resources. (For example, 10 vacuum tubes were needed to represent one decimal digit.) In 1945, as computer pioneers were struggling to improve this cumbersome approach, John von Neumann suggested that the numbering system used by computers should take advantage of the physical characteristics of electronic circuitry. To deal with the basic electronic states of on and off, von Neumann suggested using the binary numbering system. His insight has vastly simplified the way computers handle data. Ver

10 Early computers were designed around the decimal numbering system. This approach made the creation of computer logic capabilities unnecessarily complex and did not make efficient use of resources. (For example, 10 vacuum tubes were needed to represent one decimal digit.) In 1945, as computer pioneers were struggling to improve this cumbersome approach, John von Neumann suggested that the numbering system used by computers should take advantage of the physical characteristics of electronic circuitry. To deal with the basic electronic states of on and off, von Neumann suggested using the binary numbering system. His insight has vastly simplified the way computers handle data. Ver

11 Computers operate in binary and communicate to us in decimal. A special program translates decimal into binary on input, and binary into decimal on output. Under normal circumstances, a programmer would see only decimal input and output. On occasion, though, he or she must deal with long and confusing strings of 1s and 0s that represent the content of RAM, the computers memory. Occasionally a programmer or computer engineer takes a snapshot of the contents of RAM (on-bits and off-bits) at a given moment in time. To reduce at least part of the confusion of seeing only 1s and 0s on the output, the hexadecimal (base-16) numbering system is used as shorthand to display the binary contents of both RAM and secondary storage, such as disk. The decimal equivalents for binary, decimal, and hexadecimal numbers are shown in Figure 1-1. We know that in decimal, any number greater than 9 is represented by a sequence of digits. When you count in decimal, you "carry" to the next position in groups of 10. As you examine Figure 1, notice that you carry in groups of 2 in binary and in groups of 16 in hexadecimal. Also note that any combination of four binary digits can be represented by one "hex" digit. Table 1-1 Number Systems Decimal Binary Octal Hex Zero One Two Three Four Five Six Seven Eight Nine Ten A Eleven B Twelve C Thirteen D Fourteen E Fifteen F Sixteen Seventeen Eighteen Nineteen Twenty Ver

12 The hexadecimal numbering system is used only for the convenience of the programmer, computer scientist, or computer engineer when reading and reviewing the binary display of memory. Computers do not operate, or process in hex. During the 1960s and early 1970s, programmers often had to examine the contents of RAM to debug their programs (that is, to eliminate program errors). Today's programming languages have user friendly diagnostics (error messages) and computerassisted tools that help programmers during program development. These diagnostics and development aids have minimized the need for applications programmers to convert binary and hexadecimal numbers into their more familiar decimal equivalents. However, if you become familiar with these numbering systems, you should achieve a better overall understanding of computers. And, someday you may need to read hex to decode an error message or set the jumpers on an expansion card. Ver

13 1.6 NUMBERING SYSTEMS: BINARY NUMBERING SYSTEM (2 BITS): The binary system has only two digits or bits. Each bit is either a one or a zero. The binary, or base-2, numbering system is based on the same principles as decimal, or base-10, numbering system, with which we are already familiar. The only difference between the two numbering systems is that binary uses only two digits, 0 and 1, and the decimal numbering system uses 10 digits, 0 through 9. The equivalents for binary, decimal, and hexadecimal numbers are shown in Figure 1-1. The value of a given digit is determined by its relative position in a sequence of digits. Consider the example in Figure 2. If we want to write the number 124 in decimal, the interpretation is almost automatic because of our familiarity with the decimal numbering system. To illustrate the underlying concepts, let's give Ralph, a little green two-fingered Martian, a bag of 124 (decimal) marbles and ask him to express the number of marbles in decimal. Ralph, who is more familiar with binary, would go through the following thought process (see Figure 2). Figure 1-1 Binary Numbering System Ver

14 1.6.2 OCTAL NUMBER SYSTEM (BASE 8): The octal, or base 8, number system is a common system used with computers. Because of its relationship with the binary system, it is useful in programming some types of computers. Look closely at the comparison of binary and octal number systems in Table 1-3. You can see that one octal digit is the equivalent value of three binary digits. The following examples of the conversion of octal 2258 to binary and back again further illustrate this comparison: Table Binary and Octal Comparison Ver

15 1.6.3 HEXADECIMAL (BASE 16): The biggest drawback to using a binary numbering system for computer operations is that programmers may have to deal with long and confusing strings of 1s and 0s. To reduce confusion, hexadecimal, or base-16, numbering system is used as shorthand to display binary contents of primary and secondary storage. Binary and hexadecimal numbering systems are multiples of 2: 2 and 24, respectively. Because of this, there is a convenient relationship between these systems. The numbering-system equivalence table shown in Figure 1 illustrates that a single hexadecimal digit represents four binary digits (01112 = 716, = D16, = A16 where subscripts are used to indicate the base of the numbering system). In hexadecimal, or "hex," letters are used to represent six higher order digits. Two hexadecimal digits can be used to represent eight-bit byte of an EBCDIC equals sign (=) ( are the same as 7E16). Figure 1-2 illustrates how a string of EBCDIC bits can be reduced to a more recognizable form using hexadecimal. Figure 1-2 Number System Expressed in Different Ways The word System is shown as it would appear in input/output, internal binary notation, and hexadecimal notation. We can convert one number in a numbering system to an equivalent number in another numbering system. For example, there are occasions when we might wish to convert a hexadecimal number into its binary equivalent. We shall also learn the fundamentals of numbering-system arithmetic. Figure 1-3 Converting Numbering Systems Ver

16 1.7 UNIT AND NUMBER AM Digital Electronics - Introduction The terms that you learned in the decimal and binary sections are also used with the octal system. The unit remains a single object, and the number is still a symbol used to represent one or more units. 1.8 BASE (RADIX) As with the other systems, the radix, or base, is the number of symbols used in the system. The octal system uses eight symbols - 0 through 7. The base, or radix, is indicated by the subscript POSITIONAL NOTATION The octal number system is a positional notation number system. Just as the decimal system uses powers of 10 and the binary system uses powers of 2, the octal system uses power of 8 to determine the value of a number's position. The following bar graph shows the positions and the power of the base: Remember, that the power, or exponent, indicates the number of times the base is multiplied by itself. The value of this multiplication is expressed in base 10 as shown below: All numbers to the left of the radix point are whole numbers, and those to the right are fractional numbers. MSD and LSD when determining the most and least significant digits in an octal number, use the same rules that you used with the other number systems. The digit farthest to the left of the radix point is the MSD, and the one farthest right of the radix point is the LSD. Ver

17 1.10 ARITHMETIC IN BINARY AND HEXIMITAL: The essentials of decimal arithmetic operations have been drilled into us so that we do addition and subtraction almost by instinct. We do binary arithmetic, as well as that of other numbering systems, in the same way that we do decimal arithmetic. The only difference is that we have fewer (binary) or more (hexadecimal) digits to use. Figure 1-4 illustrates and compares addition and subtraction in decimal with that in binary and hex. Notice in Figure 1-4 that you carry to and borrow from adjacent positions, just as you do in decimal arithmetic. FIGURE 1-4 Binary, Decimal, and Hexadecimal Arithmetic Comparison As you can see, the only difference in doing arithmetic in various numbering systems is the number of digits used. Ver

18

19 2 BOOLEAN ALGEBRA 2.1 INTRODUCTION: Boolean algebra, a form of mathematics used for exercises in formal logic, was invented by George Boole, an English mathematician, in For 100 years Boole's logical algebra (symbolic logic) remained a curiosity, suitable only for philosophical debate. Then in the' mid-1950s Claude Shannon of the Bell Telephone Company discovered that Boole's logic was just the tool he needed to solve the complex switching problems involved in providing telephone service. Computer designers quickly realized the potential benefits of applying Shannon's Boolean symbolic logic. Boolean algebra is far simpler than ordinary algebra. In Boolean there are no roots or powers, for instance. It is a binary system; a variable or constant in Boolean can have only one of two possible values, 0 or 1. A gate (electronic on-off switch) in a computer (or other digital) circuit can be in only one of the two possible conditions, on or off 2.2 BOOLEAN OPERATORS AND SYMBOLS: The operators in ordinary algebra are add (+), subtract (-), multiply (X), divide (+), roots (";-), and powers (X n ). Boolean algebra, however, contains only the operators AND (Boolean multiplication), OR (Boolean sum), and NOT (complement or inversion). The AND operation is indicated by a dot ( ) or by writing the letters together as for multiplication in ordinary algebra. The OR operation is indicated by a plus sign (+). The NOT operation is indicated by a bar (-) over a letter that represents a variable. It is important to remember that the symbols (+) and (.) do not mean the same thing in Boolean as in ordinary algebra. Electronic gates are super-speed versions of ordinary mechanical switches. Modern gates can switch from off to on, or from on to off, in 10 nanoseconds or less TRUTH TABLES: Tables that show the results of all possible combinations of true and false conditions in logical statements are called truth tables. Boolean expressions are either true or false; that is, they are binary (two-state) in nature. Digits 1 and 0 are used to represent true and false conditions; 1 symbolizes a true condition and 0 symbolizes a false condition. Symbols 0 and 1 are used in general logic equations to represent false and true, respectively. When we are discussing hardware other symbols are often used as follows: True = 1 High = H +5 Volts False = 0 Low = L 0 Volts Ver

20 2.2.2 AND OPERATION: The AND operation is represented by the Boolean expression A.B = f. The f symbol stands for "function" and is used to indicate that we are dealing with a formal logic equation. All possible combinations for the AND operation with two variables are listed in Figure 2-1. As the table shows, when both A and B are false, f is false; when A is true and B is false, f is false; when A is false and B is true, f is false; and when both A and B are true, f is true. When there are two possible conditions for each variable in the truth table, the number of possible combinations is equal to 2n, where n is the number of independent variables in the logical expression. When there are two independent variables, the number of combinations is 22, or 4. When there are three independent variables, the number of combinations is i, or 8. All possible combinations for the three-variable AND expression, f = A B'C, are listed in the truth table in part F of Figure 2-1 Figure 2-1 The AND Gate with Truth Tables Ver

21 In the common TTL logic family, zeros and 1s are represented by voltages: 5 Volts = Logical 1 0 Volts =- Logical 0 A 1 (+5 volts) is often called high, and 0 volts low. Truth tables are often written in the form shown in the truth table on the right in part (f) of Figure THE OR OPERATION: The 0 R operation is represented by the Boolean expression f = A + B. All possible combinations for the OR operation with two variables are listed in the truth table in Figure 2-2. As the tables show, when both A and B are false, f is false; when A is true and B is false, f is true; when A is false and B is true, f is true; and when both A and Bar] true, f is true. Figure 2-2 OR Function with Truth Table Ver

22 2.2.4 NOT OPERATION The inverter is an inverting pulse amplifier that performs the NOT operation, often called the complement operation. If a I goes in, a 0 comes out; if a O goes in, a 1 comes out. An A in produces an Ā (NOT A) out. Figure 2-3 illustrates inverter operation. Summary of inverter functions 1. if A = 0 A = I 2. if A = I A = 0 3. if A = Hi A = Lo 4. if A= Lo A = Hi Figure 2-3 Inverter (NOT Function) with Truth Tables Ver

23 2.3 TIMING DIAGRAMS: Logic diagrams show how data flows in circuits. Truth tables tell us exactly what the circuit does. In addition because nearly all digital circuits are precisely timed by a clock generator, it is offer necessary to know exactly when the gate opens and closes. The timing diagram provides this information. Figure 2-4 show: timing diagrams for: two-input AND gate, two-input OR gate, and triinverter. Both AND gates and OR gates can have a number of inputs, but inverters have only one. Figure 2-4 Timing Diagrams Ver

24

25 3 LOGIC SIGNAL VOLTAGE LEVELS Logic gate circuits are designed to input and output only two types of signals: "high" (1) and "low" (0), as represented by a variable voltage: full power supply voltage for a "high" state and zero voltage for a "low" state. In a perfect world, all logic circuit signals would exist at these extreme voltage limits, and never deviate from them (i.e., less than full voltage for a "high," or more than zero voltage for a "low"). However, in reality, logic signal voltage levels rarely attain these perfect limits due to stray voltage drops in the transistor circuitry, and so we must understand the signal level limitations of gate circuits as they try to interpret signal voltages lying somewhere between full supply voltage and zero. 3.1 TTL GATE VOLTAGES: TTL gates operate on a nominal power supply voltage of 5 volts, +/ volts. Ideally, a TTL "high" signal would be 5.00 volts exactly, (reference Figure 3-1) and a TTL "low" signal 0.00 volts exactly. However, real TTL gate circuits cannot output such perfect voltage levels, and are designed to accept "high" and "low" signals deviating substantially from these ideal values. "Acceptable" input signal voltages range from 0 volts to 0.8 volts for a "low" logic state, and 2 volts to 5 volts for a "high" logic state. "Acceptable" output signal voltages (voltage levels guaranteed by the gate manufacturer over a specified range of load conditions) range from 0 volts to 0.5 volts for a "low" logic state, and 2.7 volts to 5 volts for a "high" logic state: Figure 3-1 TTL Signal Levels If a voltage signal ranging between 0.8 volts and 2 volts were to be sent into the input of a standard TTL gate, there would be no certain response from the gate. Such a signal would be considered uncertain, and no logic gate manufacturer would guarantee how their gate circuit would interpret such a signal. As you can see, the tolerable ranges for output signal levels are narrower than for input signal levels, to ensure that any TTL gate outputting a digital signal into the input of another TTL gate will transmit voltages acceptable to the receiving gate. The difference between the tolerable output and input ranges is called the noise margin of the gate. For TTL gates, the low-level noise margin is the difference between 0.8 volts and 0.5 volts (0.3 volts), while the high-level noise margin is the difference between 2.7 volts and 2 volts (0.7 volts) (reference Figure 3-2). Simply put, the noise Ver

26 margin is the peak amount of spurious or "noise" voltage that may be superimposed on a weak gate output voltage signal before the receiving gate might interpret it wrongly: Figure 3-2 TTL High Noise 3.2 CMOS GATE VOLTAGES: CMOS gate circuits have input and output signal specifications that are quite different from TTL. For a CMOS gate operating at a power supply voltage of 5 volts, the acceptable input signal voltages range from 0 volts to 1.5 volts for a "low" logic state, and 3.5 volts to 5 volts for a "high" logic state. "Acceptable" output signal voltages (voltage levels guaranteed by the gate manufacturer over a specified range of load conditions) range from 0 volts to 0.05 volts for a "low" logic state, and 4.95 volts to 5 volts for a "high" logic state: Figure 3-3 CMOS 5V Input Signal Levels It should be obvious from these figures that CMOS gate circuits have far greater noise margins than TTL: 1.45 volts for CMOS low-level and high-level margins, versus a maximum of 0.7 volts for TTL. In other words, CMOS circuits can tolerate over twice the amount of superimposed "noise" voltage on their input lines before signal interpretation errors will result. Ver

27 CMOS noise margins widen even further with higher operating voltages. Unlike TTL, which is restricted to a power supply voltage of 5 volts, CMOS may be powered by voltages as high as 15 volts (some CMOS circuits as high as 18 volts) (Reference Figure 3-4). Shown here are acceptable "high" and "low" states, for both input and output, of CMOS integrated circuits operating at 10 volts and 15 volts, respectively. Figure 3-4 Higher Voltage CMOS Inputs Ver

28 3.3 WORST CASE: Margins for acceptable "high" and "low" signals may be greater than what is shown in previous illustrations. What is shown represents "worst-case" input signal performance, based on manufacturer's specifications. In practice, it may be found that a gate circuit tolerates "high" signals of considerably less voltage and "low" signals of considerably greater voltage than those specified. Conversely, extremely small output margins -- guaranteeing output states for "high" and "low" signals to within 0.05 volts of power supply "rails" -- are optimistic. Such "solid" output voltage levels are true only for conditions of minimum loading (reference Figure 3-5). If the gate is sourcing or sinking substantial current to a load, the output voltage will not be able to maintain these optimum levels, due to internal channel resistance of the gate's final output for MOSFETs. Within the "uncertain" range for any gate input, there will be some point of demarcation dividing the gate's actual "low" input signal range from its actual "high" input signal range. That is, somewhere between the lowest "high" signal voltage level and the highest "low" signal voltage level guaranteed by the gate manufacturer, there is a threshold voltage at which the gate will actually switch its interpretation of a signal from "low" or "high" or vice versa. For most gate circuits, this unspecified voltage is a single point: Figure 3-5 Typical Response to a Variable Input Signal In the presence of AC "noise" voltage superimposed on the DC input signal, a single threshold point where the gate alters its interpretation of logic level results in an erratic output: Figure 3-6 Slowly Changing AC Signal Input Ver

29 If the AC input signal varies as shown in Figure 3-7, there is a similar problem like (analog) voltage comparator op-amp circuits. With a single threshold where an input causes the output to switch between "high" and "low" states, presence of significant noise cause erratic changes in output: 3.4 SCHMITT TRIGGER: Figure 3-7 Data Signal input with AC Noise Some positive feedback provides a solution to this problem. With an op-amp, this is done by connecting the output back around to the noninverting (+) input through a resistor. In a gate circuit, this entails redesigning the internal gate circuitry, establishing feedback inside the gate package rather than through external connections. A gate so designed is called a Schmitt trigger. Schmitt triggers interpret varying input voltages according to two threshold voltages: a positive-going threshold (VT+), and a negative-going threshold (VT-)(reference Figure 3-8): Figure 3-8 Schmitt Trigger Response to a Noisy Input Signal Schmitt trigger gates are distinguished in schematic diagrams by the small "hysteresis" symbol drawn within them, reminiscent of the B-H curve for a ferromagnetic material. Hysteresis engendered by positive feedback within the gate circuitry adds an additional level of noise immunity to the gate's performance. Schmitt trigger gates are frequently used in applications Ver

30 where noise is expected on the input signal line(s), and/or where an erratic output would be very detrimental to system performance. 3.5 MIXED DIGITAL TYPE CIRCUITS: The voltage level requirements of TTL and CMOS technology can present interface problems in design when the both types of gates are used in the same circuit design. Although operating CMOS gates on the same 5.00 volt power supply voltage required by the TTL gates is no problem, TTL output voltage levels will not be compatible with CMOS input voltage requirements. For Example reference Figure 3-9 where a TTL NAND gate outputting a signal into a CMOS inverter gate. Both gates are powered by the same 5.00 volt supply (V cc ). If the TTL gate outputs a "low" signal (guaranteed to be between 0 volts and 0.5 volts), it is properly interpreted by the CMOS gate's input as a "low" (expecting a voltage between 0 volts and 1.5 volts): Figure 3-9 TTL Low Output is Within Limits However, when the TTL gate outputs a "high" signal (guaranteed to be between 5 volts and 2.7 volts), it might not be properly interpreted by the CMOS gate's input as a "high" (expecting a voltage between 5 volts and 3.5 volts): Ver

31 Figure 3-10 TTL High Output outside Limits Given this mismatch, it is entirely possible for a TTL gate to output a valid "high" signal (valid, that is, according to the standards for TTL) within the "uncertain" range for CMOS input, and may be (falsely) interpreted as a "low". An easy "fix" for this problem is to augment the TTL gate's "high" signal voltage level by means of a pullup resistor: Figure 3-11 TTL High Output outside Limits Ver

32 Something more than this is required to interface a TTL output with a CMOS input, if the receiving CMOS gate is powered by a greater power supply voltage: Figure 3-12 TTL Not Compatible with CMOS Directly There will be no problem with CMOS interpreting a TTL gate's "low" output, but a "high" signal from a TTL gate is another matter entirely. The guaranteed output voltage range of 2.7 volts to 5 volts from the TTL gate output is nowhere near CMOS gate's acceptable range of 7 volts to 10 volts for a "high" signal. If we use an open-collector TTL gate instead of a totem-pole output gate, though, a pullup resistor to the 10 volt V dd supply rail will raise the TTL gate's "high" output voltage to the full power supply voltage supplying the CMOS. Since an open-collector gate can only sink current, not source current, the "high" state voltage level is entirely determined by power supply to which the pullup resistor is attached, thus neatly solving the mismatch problem: Ver

33 Figure 3-13 TTL Driving CMOS CMOS gates have excellent output voltage characteristics, thus there is typically no problem connecting a CMOS output to a TTL input. The only significant issue is current loading presented by TTL inputs, since CMOS output must sink current for each TTL inputs while in the "low" state. When CMOS is powered by a voltage source in excess of 5 volts (V cc ), though, a problem will result. The "high" output state of the CMOS gate, being greater than 5 volts, will exceed the TTL gate's acceptable input limits for a "high" signal. A solution to this problem is to create an "open-collector" inverter circuit using a discrete NPN transistor, and use it to interface the two gates together: Figure 3-14 CMOS Driving a Transistor Ver

34 The "pullup" resistor is optional, since TTL inputs automatically assume a "high" state when left floating, which is what will happen when the CMOS gate output is "low" and the transistor cuts off. Of course, one very important consequence of implementing this solution is the logical inversion created by the transistor: when the CMOS gate outputs a "low" signal, the TTL gate sees a "high" input; and when the CMOS gate outputs a "high" signal, the transistor saturates and the TTL gate sees a "low" input. So long as this inversion is accounted for in the logical scheme, all will be well. Ver

Logic signal voltage levels

Logic signal voltage levels Logic signal voltage levels Logic gate circuits are designed to input and output only two types of signals: "high" (1) and "low" (0), as represented by a variable voltage: full power supply voltage for

More information

DIGITAL ELECTRONICS WAVE SHAPING AND PULSE CIRCUITS. September 2012

DIGITAL ELECTRONICS WAVE SHAPING AND PULSE CIRCUITS. September 2012 AM 5-403 DIGITAL ELECTRONICS WAVE SHAPING AND PULSE CIRCUITS September 2012 DISTRIBUTION RESTRICTION: Approved for public release. Distribution is unlimited. DEPARTMENT OF THE ARMY MILITARY AUXILIARY RADIO

More information

DIGITAL ELECTRONICS GATE FUNDUMENTALS

DIGITAL ELECTRONICS GATE FUNDUMENTALS AM 5-402 DIGITAL ELECTRONICS GATE FUNDUMENTALS September 2012 DISTRIBUTION RESTRICTION: Approved for public release. Distribution is unlimited. DEPARTMENT OF THE ARMY MILITARY AUXILIARY RADIO SYSTEM FORT

More information

BASIC ELECTRONICS DC CIRCUIT ANALYSIS. December 2011

BASIC ELECTRONICS DC CIRCUIT ANALYSIS. December 2011 AM 5-201 BASIC ELECTRONICS DC CIRCUIT ANALYSIS December 2011 DISTRIBUTION RESTRICTION: Approved for public release. Distribution is unlimited. DEPARTMENT OF THE ARMY MILITARY AUXILIARY RADIO SYSTEM FORT

More information

Chapter 1: Digital logic

Chapter 1: Digital logic Chapter 1: Digital logic I. Overview In PHYS 252, you learned the essentials of circuit analysis, including the concepts of impedance, amplification, feedback and frequency analysis. Most of the circuits

More information

CS302 - Digital Logic Design Glossary By

CS302 - Digital Logic Design Glossary By CS302 - Digital Logic Design Glossary By ABEL : Advanced Boolean Expression Language; a software compiler language for SPLD programming; a type of hardware description language (HDL) Adder : A digital

More information

Introduction. Reading: Chapter 1. Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi.

Introduction. Reading: Chapter 1. Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi. Introduction Reading: Chapter 1 Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi http://csce.uark.edu +1 (479) 575-6043 yrpeng@uark.edu Why study logic design? Obvious reasons

More information

Logic Families. Describes Process used to implement devices Input and output structure of the device. Four general categories.

Logic Families. Describes Process used to implement devices Input and output structure of the device. Four general categories. Logic Families Characterizing Digital ICs Digital ICs characterized several ways Circuit Complexity Gives measure of number of transistors or gates Within single package Four general categories SSI - Small

More information

INTRODUCTION TO DIGITAL CONCEPT

INTRODUCTION TO DIGITAL CONCEPT COURSE / CODE DIGITAL SYSTEM FUNDAMENTALS (ECE 421) DIGITAL ELECTRONICS FUNDAMENTAL (ECE 422) INTRODUCTION TO DIGITAL CONCEPT Digital and Analog Quantities Digital relates to data in the form of digits,

More information

Approximate Hybrid Equivalent Circuits. Again, the impedance looking into the output terminals is infinite so that. conductance is zero.

Approximate Hybrid Equivalent Circuits. Again, the impedance looking into the output terminals is infinite so that. conductance is zero. Again, the impedance looking into the output terminals is infinite so that conductance is zero. Hence, the four h-parameters of an ideal transistor connected in CE transistor are The hybrid equivalent

More information

AM BASIC ELECTRONICS TRANSMISSION LINES JANUARY 2012 DEPARTMENT OF THE ARMY MILITARY AUXILIARY RADIO SYSTEM FORT HUACHUCA ARIZONA

AM BASIC ELECTRONICS TRANSMISSION LINES JANUARY 2012 DEPARTMENT OF THE ARMY MILITARY AUXILIARY RADIO SYSTEM FORT HUACHUCA ARIZONA AM 5-306 BASIC ELECTRONICS TRANSMISSION LINES JANUARY 2012 DISTRIBUTION RESTRICTION: Approved for Pubic Release. Distribution is unlimited. DEPARTMENT OF THE ARMY MILITARY AUXILIARY RADIO SYSTEM FORT HUACHUCA

More information

Digital Logic Circuits

Digital Logic Circuits Digital Logic Circuits Let s look at the essential features of digital logic circuits, which are at the heart of digital computers. Learning Objectives Understand the concepts of analog and digital signals

More information

Objective Questions. (a) Light (b) Temperature (c) Sound (d) all of these

Objective Questions. (a) Light (b) Temperature (c) Sound (d) all of these Objective Questions Module 1: Introduction 1. Which of the following is an analog quantity? (a) Light (b) Temperature (c) Sound (d) all of these 2. Which of the following is a digital quantity? (a) Electrical

More information

Module-1: Logic Families Characteristics and Types. Table of Content

Module-1: Logic Families Characteristics and Types. Table of Content 1 Module-1: Logic Families Characteristics and Types Table of Content 1.1 Introduction 1.2 Logic families 1.3 Positive and Negative logic 1.4 Types of logic families 1.5 Characteristics of logic families

More information

COMPUTER ORGANIZATION & ARCHITECTURE DIGITAL LOGIC CSCD211- DEPARTMENT OF COMPUTER SCIENCE, UNIVERSITY OF GHANA

COMPUTER ORGANIZATION & ARCHITECTURE DIGITAL LOGIC CSCD211- DEPARTMENT OF COMPUTER SCIENCE, UNIVERSITY OF GHANA COMPUTER ORGANIZATION & ARCHITECTURE DIGITAL LOGIC LOGIC Logic is a branch of math that tries to look at problems in terms of being either true or false. It will use a set of statements to derive new true

More information

COMBINATIONAL and SEQUENTIAL LOGIC CIRCUITS Hardware implementation and software design

COMBINATIONAL and SEQUENTIAL LOGIC CIRCUITS Hardware implementation and software design PH-315 COMINATIONAL and SEUENTIAL LOGIC CIRCUITS Hardware implementation and software design A La Rosa I PURPOSE: To familiarize with combinational and sequential logic circuits Combinational circuits

More information

Asst. Prof. Thavatchai Tayjasanant, PhD. Power System Research Lab 12 th Floor, Building 4 Tel: (02)

Asst. Prof. Thavatchai Tayjasanant, PhD. Power System Research Lab 12 th Floor, Building 4 Tel: (02) 2145230 Aircraft Electricity and Electronics Asst. Prof. Thavatchai Tayjasanant, PhD Email: taytaycu@gmail.com aycu@g a co Power System Research Lab 12 th Floor, Building 4 Tel: (02) 218-6527 1 Chapter

More information

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as

1. The decimal number 62 is represented in hexadecimal (base 16) and binary (base 2) respectively as BioE 1310 - Review 5 - Digital 1/16/2017 Instructions: On the Answer Sheet, enter your 2-digit ID number (with a leading 0 if needed) in the boxes of the ID section. Fill in the corresponding numbered

More information

Classification of Digital Circuits

Classification of Digital Circuits Classification of Digital Circuits Combinational logic circuits. Output depends only on present input. Sequential circuits. Output depends on present input and present state of the circuit. Combinational

More information

IES Digital Mock Test

IES Digital Mock Test . The circuit given below work as IES Digital Mock Test - 4 Logic A B C x y z (a) Binary to Gray code converter (c) Binary to ECESS- converter (b) Gray code to Binary converter (d) ECESS- To Gray code

More information

BOOLEAN ALGEBRA AND LOGIC FAMILIES

BOOLEAN ALGEBRA AND LOGIC FAMILIES C H A P T E R 7 Learning Objectives Unique Feature of Boolean Algebra Laws of Boolean Algebra Equivalent Switching Circuits DeMorgan s Theorem s The Sum-of-Products (SOP) Form The Standard SOP Form The

More information

Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates

Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Objectives In this chapter, you will learn about The binary numbering system Boolean logic and gates Building computer circuits

More information

Navy Electricity and Electronics Training Series

Navy Electricity and Electronics Training Series NONRESIDENT TRAINING COURSE SEPTEMBER 1998 Navy Electricity and Electronics Training Series Module 13 Introduction to Number Systems and Logic NAVEDTRA 14185 DISTRIBUTION STATEMENT A: Approved for public

More information

Shown here is a schematic diagram for a real inverter circuit, complete with all necessary components for efficient and reliable operation:

Shown here is a schematic diagram for a real inverter circuit, complete with all necessary components for efficient and reliable operation: The NOT gate The single-transistor inverter circuit illustrated earlier is actually too crude to be of practical use as a gate. Real inverter circuits contain more than one transistor to maximize voltage

More information

DO NOT COPY DO NOT COPY

DO NOT COPY DO NOT COPY 184 hapter 3 Digital ircuits Table 3-13 Manufacturers logic data books. Manufacturer Order Number Topics Title Year Texas Instruments SDLD001 74, 74S, 74LS TTL TTL Logic Data Book 1988 Texas Instruments

More information

CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam

CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam MIDTERM EXAMINATION 2011 (October-November) Q-21 Draw function table of a half adder circuit? (2) Answer: - Page

More information

Reading. Lecture 17: MOS transistors digital. Context. Digital techniques:

Reading. Lecture 17: MOS transistors digital. Context. Digital techniques: Reading Lecture 17: MOS transistors digital Today we are going to look at the analog characteristics of simple digital devices, 5. 5.4 And following the midterm, we will cover PN diodes again in forward

More information

Propagation Delay, Circuit Timing & Adder Design. ECE 152A Winter 2012

Propagation Delay, Circuit Timing & Adder Design. ECE 152A Winter 2012 Propagation Delay, Circuit Timing & Adder Design ECE 152A Winter 2012 Reading Assignment Brown and Vranesic 2 Introduction to Logic Circuits 2.9 Introduction to CAD Tools 2.9.1 Design Entry 2.9.2 Synthesis

More information

Propagation Delay, Circuit Timing & Adder Design

Propagation Delay, Circuit Timing & Adder Design Propagation Delay, Circuit Timing & Adder Design ECE 152A Winter 2012 Reading Assignment Brown and Vranesic 2 Introduction to Logic Circuits 2.9 Introduction to CAD Tools 2.9.1 Design Entry 2.9.2 Synthesis

More information

Chapter 3 Digital Logic Structures

Chapter 3 Digital Logic Structures Chapter 3 Digital Logic Structures Transistor: Building Block of Computers Microprocessors contain millions of transistors Intel Pentium 4 (2): 48 million IBM PowerPC 75FX (22): 38 million IBM/Apple PowerPC

More information

The entire range of digital ICs is fabricated using either bipolar devices or MOS devices or a combination of the two. Bipolar Family DIODE LOGIC

The entire range of digital ICs is fabricated using either bipolar devices or MOS devices or a combination of the two. Bipolar Family DIODE LOGIC Course: B.Sc. Applied Physical Science (Computer Science) Year & Sem.: IInd Year, Sem - IIIrd Subject: Computer Science Paper No.: IX Paper Title: Computer System Architecture Lecture No.: 10 Lecture Title:

More information

Architecture of Computers and Parallel Systems Part 9: Digital Circuits

Architecture of Computers and Parallel Systems Part 9: Digital Circuits Architecture of Computers and Parallel Systems Part 9: Digital Circuits Ing. Petr Olivka petr.olivka@vsb.cz Department of Computer Science FEI VSB-TUO Architecture of Computers and Parallel Systems Part

More information

Transistors, Gates and Busses 3/21/01 Lecture #

Transistors, Gates and Busses 3/21/01 Lecture # Transistors, Gates and Busses 3/2/ Lecture #8 6.7 The goal for today is to understand a bit about how a computer actually works: how it stores, adds, and communicates internally! How transistors make gates!

More information

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. ELECTRONIC PRINCIPLES AND APPLICATIONS

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. ELECTRONIC PRINCIPLES AND APPLICATIONS R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. DEPARTMENT OF PHYSICS QUESTION BANK FOR SEMESTER V PHYSICS PAPER VI (A) ELECTRONIC PRINCIPLES AND APPLICATIONS UNIT I: SEMICONDUCTOR DEVICES

More information

Basic Logic Circuits

Basic Logic Circuits Basic Logic Circuits Required knowledge Measurement of static characteristics of nonlinear circuits. Measurement of current consumption. Measurement of dynamic properties of electrical circuits. Definitions

More information

Name: Class: Date: 1. As more electronic systems have been designed using digital technology, devices have become smaller and less powerful.

Name: Class: Date: 1. As more electronic systems have been designed using digital technology, devices have become smaller and less powerful. Name: Class: Date: DE Midterm Review 2 True/False Indicate whether the statement is true or false. 1. As more electronic systems have been designed using digital technology, devices have become smaller

More information

Abu Dhabi Men s College, Electronics Department. Logic Families

Abu Dhabi Men s College, Electronics Department. Logic Families bu Dhabi Men s College, Electronics Department Logic Families There are several different families of logic gates. Each family has its capabilities and limitations, its advantages and disadvantages. The

More information

Logic diagram: a graphical representation of a circuit

Logic diagram: a graphical representation of a circuit LOGIC AND GATES Introduction to Logic (1) Logic diagram: a graphical representation of a circuit Each type of gate is represented by a specific graphical symbol Truth table: defines the function of a gate

More information

Associate In Applied Science In Electronics Engineering Technology Expiration Date:

Associate In Applied Science In Electronics Engineering Technology Expiration Date: PROGRESS RECORD Study your lessons in the order listed below. Associate In Applied Science In Electronics Engineering Technology Expiration Date: 1 2330A Current and Voltage 2 2330B Controlling Current

More information

Gates and Circuits 1

Gates and Circuits 1 1 Gates and Circuits Chapter Goals Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors Combine basic gates into circuits Describe the behavior

More information

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics Sr. No. Date TITLE To From Marks Sign 1 To verify the application of op-amp as an Inverting Amplifier 2 To

More information

(Refer Slide Time: 02:05)

(Refer Slide Time: 02:05) Electronics for Analog Signal Processing - I Prof. K. Radhakrishna Rao Department of Electrical Engineering Indian Institute of Technology Madras Lecture 27 Construction of a MOSFET (Refer Slide Time:

More information

Number system: the system used to count discrete units is called number. Decimal system: the number system that contains 10 distinguished

Number system: the system used to count discrete units is called number. Decimal system: the number system that contains 10 distinguished Number system: the system used to count discrete units is called number system Decimal system: the number system that contains 10 distinguished symbols that is 0-9 or digits is called decimal system. As

More information

Digital Electronics Course Objectives

Digital Electronics Course Objectives Digital Electronics Course Objectives In this course, we learning is reported using Standards Referenced Reporting (SRR). SRR seeks to provide students with grades that are consistent, are accurate, and

More information

Electronic Circuits EE359A

Electronic Circuits EE359A Electronic Circuits EE359A Bruce McNair B206 bmcnair@stevens.edu 201-216-5549 1 Memory and Advanced Digital Circuits - 2 Chapter 11 2 Figure 11.1 (a) Basic latch. (b) The latch with the feedback loop opened.

More information

ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS

ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS ENGINEERING TRIPOS PART II A ELECTRICAL AND INFORMATION ENGINEERING TEACHING LABORATORY EXPERIMENT 3B2-B DIGITAL INTEGRATED CIRCUITS OBJECTIVES : 1. To interpret data sheets supplied by the manufacturers

More information

BICMOS Technology and Fabrication

BICMOS Technology and Fabrication 12-1 BICMOS Technology and Fabrication 12-2 Combines Bipolar and CMOS transistors in a single integrated circuit By retaining benefits of bipolar and CMOS, BiCMOS is able to achieve VLSI circuits with

More information

Fan in: The number of inputs of a logic gate can handle.

Fan in: The number of inputs of a logic gate can handle. Subject Code: 17333 Model Answer Page 1/ 29 Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model

More information

Unit level 4 Credit value 15. Introduction. Learning Outcomes

Unit level 4 Credit value 15. Introduction. Learning Outcomes Unit 20: Unit code Digital Principles T/615/1494 Unit level 4 Credit value 15 Introduction While the broad field of electronics covers many aspects, it is digital electronics which now has the greatest

More information

Chapter 4 Combinational Logic Circuits

Chapter 4 Combinational Logic Circuits Chapter 4 Combinational Logic Circuits Chapter 4 Objectives Selected areas covered in this chapter: Converting logic expressions to sum-of-products expressions. Boolean algebra and the Karnaugh map as

More information

CMOS Schmitt Trigger A Uniquely Versatile Design Component

CMOS Schmitt Trigger A Uniquely Versatile Design Component CMOS Schmitt Trigger A Uniquely Versatile Design Component INTRODUCTION The Schmitt trigger has found many applications in numerous circuits, both analog and digital. The versatility of a TTL Schmitt is

More information

Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months

Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months PROGRESS RECORD Study your lessons in the order listed below. Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months 1 2330A Current

More information

1.) If a 3 input NOR gate has eight input possibilities, how many of those possibilities result in a HIGH output? (a.) 1 (b.) 2 (c.) 3 (d.) 7 (e.

1.) If a 3 input NOR gate has eight input possibilities, how many of those possibilities result in a HIGH output? (a.) 1 (b.) 2 (c.) 3 (d.) 7 (e. Name: Multiple Choice 1.) If a 3 input NOR gate has eight input possibilities, how many of those possibilities result in a HIGH output? (a.) 1 (b.) 2 (c.) 3 (d.) 7 (e.) 8 2.) The output of an OR gate with

More information

Multiple Category Scope and Sequence: Scope and Sequence Report For Course Standards and Objectives, Content, Skills, Vocabulary

Multiple Category Scope and Sequence: Scope and Sequence Report For Course Standards and Objectives, Content, Skills, Vocabulary Multiple Category Scope and Sequence: Scope and Sequence Report For Course Standards and Objectives, Content, Skills, Vocabulary Wednesday, August 20, 2014, 1:16PM Unit Course Standards and Objectives

More information

Lecture 9 Transistors

Lecture 9 Transistors Lecture 9 Transistors Physics Transistor/transistor logic CMOS logic CA 1947 http://www.extremetech.com/extreme/164301-graphenetransistors-based-on-negative-resistance-could-spell-theend-of-silicon-and-semiconductors

More information

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2013 SCHEME OF VALUATION

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2013 SCHEME OF VALUATION GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-03 SCHEME OF VALUATION Subject Code: 0 Subject: PART - A 0. What does the arrow mark indicate

More information

LOGIC DIAGRAM: HALF ADDER TRUTH TABLE: A B CARRY SUM. 2012/ODD/III/ECE/DE/LM Page No. 1

LOGIC DIAGRAM: HALF ADDER TRUTH TABLE: A B CARRY SUM. 2012/ODD/III/ECE/DE/LM Page No. 1 LOGIC DIAGRAM: HALF ADDER TRUTH TABLE: A B CARRY SUM K-Map for SUM: K-Map for CARRY: SUM = A B + AB CARRY = AB 22/ODD/III/ECE/DE/LM Page No. EXPT NO: DATE : DESIGN OF ADDER AND SUBTRACTOR AIM: To design

More information

Chapter 4 Combinational Logic Circuits

Chapter 4 Combinational Logic Circuits Chapter 4 Combinational Logic Circuits Chapter 4 Objectives Selected areas covered in this chapter: Converting logic expressions to sum-of-products expressions. Boolean algebra and the Karnaugh map as

More information

Fig 1: The symbol for a comparator

Fig 1: The symbol for a comparator INTRODUCTION A comparator is a device that compares two voltages or currents and switches its output to indicate which is larger. They are commonly used in devices such as They are commonly used in devices

More information

PREVIEW COPY. Amplifiers. Table of Contents. Introduction to Amplifiers...3. Single-Stage Amplifiers...19

PREVIEW COPY. Amplifiers. Table of Contents. Introduction to Amplifiers...3. Single-Stage Amplifiers...19 Amplifiers Table of Contents Lesson One Lesson Two Lesson Three Introduction to Amplifiers...3 Single-Stage Amplifiers...19 Amplifier Performance and Multistage Amplifiers...35 Lesson Four Op Amps...51

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: Digital Electronics (Code: )

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: Digital Electronics (Code: ) GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM Course Title: Digital Electronics (Code: 3322402) Diploma Programmes in which this course is offered Semester in which offered Power

More information

Operational Amplifiers

Operational Amplifiers Operational Amplifiers Table of contents 1. Design 1.1. The Differential Amplifier 1.2. Level Shifter 1.3. Power Amplifier 2. Characteristics 3. The Opamp without NFB 4. Linear Amplifiers 4.1. The Non-Inverting

More information

Electronics. Digital Electronics

Electronics. Digital Electronics Electronics Digital Electronics Introduction Unlike a linear, or analogue circuit which contains signals that are constantly changing from one value to another, such as amplitude or frequency, digital

More information

Gates and and Circuits

Gates and and Circuits Chapter 4 Gates and Circuits Chapter Goals Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors Combine basic gates into circuits Describe the

More information

4-bit counter circa bit counter circa 1990

4-bit counter circa bit counter circa 1990 Digital Logic 4-bit counter circa 1960 8-bit counter circa 1990 Logic gates Operates on logical values (TRUE = 1, FALSE = 0) NOT AND OR XOR 0-1 1-0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 1 0 1 1 1 1 1 0 0 0

More information

DIGITAL LOGIC CIRCUITS

DIGITAL LOGIC CIRCUITS EE6301 DIGITAL LOGIC CIRCUITS LT P C 3 1 0 4 OBJECTIVES: To study various number systems, simplify the logical expressions using Boolean functions To study implementation of combinational circuits To design

More information

Digital Electronic Concepts

Digital Electronic Concepts Western Technical College 10662137 Digital Electronic Concepts Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 4.00 Total Hours 108.00 This course

More information

Lecture 7: Digital Logic

Lecture 7: Digital Logic Lecture 7: Digital Logic Last time we introduced the concept of digital electronics i.e., one identifies a range of voltages with the value, and another range with the value But we didn t specify these

More information

NZQA unit standard version 2 Page 1 of 6. Demonstrate and apply fundamental knowledge of digital and analogue electronics for IMC technicians

NZQA unit standard version 2 Page 1 of 6. Demonstrate and apply fundamental knowledge of digital and analogue electronics for IMC technicians Page 1 of 6 Title Demonstrate and apply fundamental knowledge of digital and analogue electronics for IMC technicians Level 3 Credits 12 Purpose This unit standard covers an introduction to digital and

More information

+ power. V out. - power +12 V -12 V +12 V -12 V

+ power. V out. - power +12 V -12 V +12 V -12 V Question 1 Questions An operational amplifier is a particular type of differential amplifier. Most op-amps receive two input voltage signals and output one voltage signal: power 1 2 - power Here is a single

More information

SRV ENGINEERING COLLEGE SEMBODAI RUKMANI VARATHARAJAN ENGINEERING COLLEGE SEMBODAI

SRV ENGINEERING COLLEGE SEMBODAI RUKMANI VARATHARAJAN ENGINEERING COLLEGE SEMBODAI SEMBODAI RUKMANI VARATHARAJAN ENGINEERING COLLEGE SEMBODAI 6489 (Approved By AICTE,Newdelhi Affiliated To ANNA UNIVERSITY::Chennai) CS 62 DIGITAL ELECTRONICS LAB (REGULATION-23) LAB MANUAL DEPARTMENT OF

More information

4-bit counter circa bit counter circa 1990

4-bit counter circa bit counter circa 1990 Digital Logic 4-bit counter circa 1960 8-bit counter circa 1990 Logic gates Operates on logical values (TRUE = 1, FALSE = 0) NOT AND OR XOR 0-1 1-0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 1 0 1 1 1 1 1 0 0 0

More information

QUIZ. What do these bits represent?

QUIZ. What do these bits represent? QUIZ What do these bits represent? 1001 0110 1 QUIZ What do these bits represent? Unsigned integer: 1101 1110 Signed integer (2 s complement): Fraction: IBM 437 character: Latin-1 character: Huffman-compressed

More information

LIST OF EXPERIMENTS. KCTCET/ /Odd/3rd/ETE/CSE/LM

LIST OF EXPERIMENTS. KCTCET/ /Odd/3rd/ETE/CSE/LM LIST OF EXPERIMENTS. Study of logic gates. 2. Design and implementation of adders and subtractors using logic gates. 3. Design and implementation of code converters using logic gates. 4. Design and implementation

More information

CMOS the Ideal Logic Family

CMOS the Ideal Logic Family CMOS the Ideal Logic Family National Semiconductor Application Note 77 Stephen Calebotta January 1983 INTRODUCTION Let s talk about the characteristics of an ideal logic family It should dissipate no power

More information

UNIT III. Designing Combinatorial Circuits. Adders

UNIT III. Designing Combinatorial Circuits. Adders UNIT III Designing Combinatorial Circuits The design of a combinational circuit starts from the verbal outline of the problem and ends with a logic circuit diagram or a set of Boolean functions from which

More information

Course Outline Cover Page

Course Outline Cover Page College of Micronesia FSM P.O. Box 159 Kolonia, Pohnpei Course Outline Cover Page Digital Electronics I VEE 135 Course Title Department and Number Course Description: This course provides the students

More information

Exam Booklet. Pulse Circuits

Exam Booklet. Pulse Circuits Exam Booklet Pulse Circuits Pulse Circuits STUDY ASSIGNMENT This booklet contains two examinations for the six lessons entitled Pulse Circuits. The material is intended to provide the last training sought

More information

1 Signals and systems, A. V. Oppenhaim, A. S. Willsky, Prentice Hall, 2 nd edition, FUNDAMENTALS. Electrical Engineering. 2.

1 Signals and systems, A. V. Oppenhaim, A. S. Willsky, Prentice Hall, 2 nd edition, FUNDAMENTALS. Electrical Engineering. 2. 1 Signals and systems, A. V. Oppenhaim, A. S. Willsky, Prentice Hall, 2 nd edition, 1996. FUNDAMENTALS Electrical Engineering 2.Processing - Analog data An analog signal is a signal that varies continuously.

More information

LM125 Precision Dual Tracking Regulator

LM125 Precision Dual Tracking Regulator LM125 Precision Dual Tracking Regulator INTRODUCTION The LM125 is a precision, dual, tracking, monolithic voltage regulator. It provides separate positive and negative regulated outputs, thus simplifying

More information

Output Circuit of the TTL Gate

Output Circuit of the TTL Gate JFETs, G a As DEVICES A N D CIRC UITS, A N D TTL CIRC UITS 27 28 MICR OELECTR ONIC CIRCUITS SEDRA /SMITH 14.3 TRANSISTOR TRANSISTOR LOGIC (TTL OR T 2 L) For more than two decades (late 1960s to late 1980s)

More information

EE19D Digital Electronics. Lecture 1: General Introduction

EE19D Digital Electronics. Lecture 1: General Introduction EE19D Digital Electronics Lecture 1: General Introduction 1 What are we going to discuss? Some Definitions Digital and Analog Quantities Binary Digits, Logic Levels and Digital Waveforms Introduction to

More information

Unit/Standard Number. LEA Task # Alignment

Unit/Standard Number. LEA Task # Alignment 1 Secondary Competency Task List 100 SAFETY 101 Demonstrate an understanding of State and School safety regulations. 102 Practice safety techniques for electronics work. 103 Demonstrate an understanding

More information

ANALOGUE AND DIGITAL ELECTRONICS STUDENT S WORKBOOK U3: DIGITAL ELECTRONICS

ANALOGUE AND DIGITAL ELECTRONICS STUDENT S WORKBOOK U3: DIGITAL ELECTRONICS NLOGUE ND DIGITL ELECTRONICS STUDENT S WORKBOOK U3: DIGITL ELECTRONICS Joaquim Crisol Llicència D, Generalitat de Catalunya NILE Norwich, pril of 211 Table of contents Table of contents 3 DIGITL ELECTRONICS....

More information

EE301 Electronics I , Fall

EE301 Electronics I , Fall EE301 Electronics I 2018-2019, Fall 1. Introduction to Microelectronics (1 Week/3 Hrs.) Introduction, Historical Background, Basic Consepts 2. Rewiev of Semiconductors (1 Week/3 Hrs.) Semiconductor materials

More information

JEFFERSON COLLEGE COURSE SYLLABUS ETC255 INTRODUCTION TO DIGITAL CIRCUITS. 6 Credit Hours. Prepared by: Dennis Eimer

JEFFERSON COLLEGE COURSE SYLLABUS ETC255 INTRODUCTION TO DIGITAL CIRCUITS. 6 Credit Hours. Prepared by: Dennis Eimer JEFFERSON COLLEGE COURSE SYLLABUS ETC255 INTRODUCTION TO DIGITAL CIRCUITS 6 Credit Hours Prepared by: Dennis Eimer Revised Date: August, 2007 By Dennis Eimer Division of Technology Dr. John Keck, Dean

More information

Positive and Negative Logic

Positive and Negative Logic Course: B.Sc. Applied Physical Science (Computer Science) Year & Sem.: IInd Year, Sem - IIIrd Subject: Computer Science Paper No.: IX Paper Title: Computer System Architecture Lecture No.: 4 Lecture Title:

More information

Fast IC Power Transistor with Thermal Protection

Fast IC Power Transistor with Thermal Protection Fast IC Power Transistor with Thermal Protection Introduction Overload protection is perhaps most necessary in power circuitry. This is shown by recent trends in power transistor technology. Safe-area,

More information

Low Cost 10-Bit Monolithic D/A Converter AD561

Low Cost 10-Bit Monolithic D/A Converter AD561 a FEATURES Complete Current Output Converter High Stability Buried Zener Reference Laser Trimmed to High Accuracy (1/4 LSB Max Error, AD561K, T) Trimmed Output Application Resistors for 0 V to +10 V, 5

More information

Digital Electronics 8. Multiplexer & Demultiplexer

Digital Electronics 8. Multiplexer & Demultiplexer 1 Module -8 Multiplexers and Demultiplexers 1 Introduction 2 Principles of Multiplexing and Demultiplexing 3 Multiplexer 3.1 Types of multiplexer 3.2 A 2 to 1 multiplexer 3.3 A 4 to 1 multiplexer 3.4 Multiplex

More information

11 Counters and Oscillators

11 Counters and Oscillators 11 OUNTERS AND OSILLATORS 11 ounters and Oscillators Though specialized, the counter is one of the most likely digital circuits that you will use. We will see how typical counters work, and also how to

More information

Introduction to Electronics. Dr. Lynn Fuller

Introduction to Electronics. Dr. Lynn Fuller ROCHESTER INSTITUTE OF TECHNOLOGY MICROELECTRONIC ENGINEERING Introduction to Electronics Dr. Lynn Fuller Webpage: http://www.rit.edu/~lffeee 82 Lomb Memorial Drive Rochester, NY 14623-5604 Tel (585) 475-2035

More information

Module-3: Metal Oxide Semiconductor (MOS) & Emitter coupled logic (ECL) families

Module-3: Metal Oxide Semiconductor (MOS) & Emitter coupled logic (ECL) families 1 Module-3: Metal Oxide Semiconductor (MOS) & Emitter coupled logic (ECL) families 1. Introduction 2. Metal Oxide Semiconductor (MOS) logic 2.1. Enhancement and depletion mode 2.2. NMOS and PMOS inverter

More information

NZQA registered unit standard version 1 Page 1 of 6

NZQA registered unit standard version 1 Page 1 of 6 Page 1 of 6 Title Demonstrate and apply fundamental knowledge of digital and analogue electronics for IMC technicians Level 3 Credits 12 Purpose This unit standard covers an introduction to digital and

More information

Logic Families. A-PDF Split DEMO : Purchase from to remove the watermark. 5.1 Logic Families Significance and Types. 5.1.

Logic Families. A-PDF Split DEMO : Purchase from  to remove the watermark. 5.1 Logic Families Significance and Types. 5.1. A-PDF Split DEMO : Purchase from www.a-pdf.com to remove the watermark 5 Logic Families Digital integrated circuits are produced using several different circuit configurations and production technologies.

More information

Intermediate 2 Electronic and Electrical Fundamentals Specimen Question Paper NATIONAL QUALIFICATIONS [C025/SQP068] Time: 2 hours 30 minutes

Intermediate 2 Electronic and Electrical Fundamentals Specimen Question Paper NATIONAL QUALIFICATIONS [C025/SQP068] Time: 2 hours 30 minutes [C05/SQP068] Intermediate Electronic and Electrical Fundamentals Specimen Question Paper Time: hours 0 minutes NATIONAL QUALIFICATIONS 00 marks are allocated to this paper. Attempt all questions in Section

More information

UNIT-IV Combinational Logic

UNIT-IV Combinational Logic UNIT-IV Combinational Logic Introduction: The signals are usually represented by discrete bands of analog levels in digital electronic circuits or digital electronics instead of continuous ranges represented

More information

Transistor Characteristics

Transistor Characteristics Transistor Characteristics Introduction Transistors are the most recent additions to a family of electronic current flow control devices. They differ from diodes in that the level of current that can flow

More information

Transistor Design & Analysis (Inverter)

Transistor Design & Analysis (Inverter) Experiment No. 1: DIGITAL ELECTRONIC CIRCUIT Transistor Design & Analysis (Inverter) APPARATUS: Transistor Resistors Connecting Wires Bread Board Dc Power Supply THEORY: Digital electronics circuits operate

More information

Digital Applications (CETT 1415) Credit: 4 semester credit hours (3 hours lecture, 4 hours lab) Prerequisite: CETT 1403 & CETT 1405

Digital Applications (CETT 1415) Credit: 4 semester credit hours (3 hours lecture, 4 hours lab) Prerequisite: CETT 1403 & CETT 1405 Digital Applications () Credit: 4 semester credit hours (3 hours lecture, 4 hours lab) Prerequisite: CETT 1403 & CETT 1405 Course Description This course covers digital techniques and numbering systems,

More information