Home - About AR - Learning Material - Exams - Clubs - Posters

Amateur Radio Info & Exams - Components 2 - Logic ICs, PLDs, Inductors, & Piezoelectric devices

Logic families

While early logic was RTL, then DTL (resistor-transistor logic, then diode-transistor logic); this has mostly gone by the wayside, TTL, or transistor-transistor logic remains a fairly common form of logic. This uses bipolar transistors. The supply must be 5 volts, and current consumption tends to be high. It can operate at high speed. Off the exam, the part numbers commence with 74 for consumer grade, and 54 for Mil-spec (military specification).

That said, you can still use 1N4148 diodes and/or NPN transistors to perform logic functions.

CMOS, standing for Complementary metal–oxide–semiconductor, is the newer family, with low current consumption, and likewise off the exam, part numbers start with 40 or 45. 74 series with a C in the letter(s) following the 74 are also CMOS.

In most cases, including TTL and CMOS, low (Logic 0) means near the negative or ground rail, and high (Logic 1) means near the positive supply rail. For TTL this is 0 and +5 volts. Certainly in older equipment logic can be inverted, or can operate using negative voltages. An example is the double refrigerator sized IBM 608 calculator (their first all transistor unit) from 1957 appears to have used 0 and -5 volts, with rails at +5. 0, -5, and -10 volts for the diode-transistor logic. It primarily processed data stored on punched cards.

The question which sought the benefit of "low power consumption" has been replaced by one asking for the family with the lowest consumption. It is CMOS.

NMOS was a family from the era of the VIC-20, with high power consumption to the point that heating of the IC caused low reliability! PMOS is another mostly discontinued family. Both were used in early processors and associated ICs.

Another is ECL, emitter coupled logic, which can use differential signalling. It was the fabled family when I was younger, for its high speed, but standard ECL needs -5.2 volts to operate, with Low being –1.75 V, and High –0.9 V. It is power hungry. Wiki: ECL

Gates

Below are five logic gates (using ANSI symbols), as well as an older operational amplifier symbol, as a distractor, at 6.

Various logic gate symbols

At item 5 is the inverter or NOT gate. Important and "important", this device has a single input, and outputs the opposite level, 1 becomes 0, 0 becomes 1. The circule on its output indicates this function. Without the ring, buffers are also available, and are used to distribute a signal around a board to many inputs, or perhaps to drive a small load, such as an LED. Yes, a buffer and amplifier have a similar symbol. Two inverters can be used to make a buffer.

The ring can also appear at inputs, meaning that it is "active low", such as a reset pin, often marked RESET to indicate it is inverted. Thus the pin us pulled to ground to reset a processor or counter. A common trick is to place a capacitor to ground on this pin, with a resistor to charge it. This ensures the IC is in the base condition after power up.

1 and 2 are the AND and NAND gates. The output of an AND gate is high only when both inputs are high. The circle on the NAND indicates the output is inverted, meaning is high unless both inputs are high. These have a straight line at the input, and a semi-circle at the output.

3 and 4 are Or and NOR gates. And OR gate has a high output if one or both inputs are high. A NOR gate is high unless one or both of the inputs are high. The concave curve at the input side, and Gothic arch at the output are the features to note.

Off the exam, exclusive-OR or X-OR gates are high only when one, but not both, inputs are high. X-NOR have an inverted output compared to this. These have a the same curve at the input repeated to the left of the input.

These are covered again on Practical Circuits 1 - Digital circuits & Amplifiers, where I have included Truth Tables. (This link should open in a new tab, which you can close when fisished).

While tiny surface mount packages are available which hold a single gate, in most cases they are in a 14 pin DIL / DIP / PDIP packages. These have 2 pins for power, and 12 for logic, allowing 6 inverters or buffers; or four 2-input gates, three 3-input gates, two 4-input, or single 8-input gates. Hex, Quad, Triple, and Double are often used in the description. ICs with a combination of different gates are or were available, some in 16 pin packages.

There are various further counters, flip-flops, latches, adders, etc, some in 24 pin or larger cases.

The 40107 is an 8 pin IC with two NAND gates with an "open drain" output, meaning it is useful for driving an LED or relay, as long as two conditions are met.

Operational amplifiers (Op-amps) at 6 are discussed on a subsequent page. The convex curve on the input side apears to be a US specific thing, and even then depricated, except in ARRL publications. Not as out of place as you may think, these can be formed into analogue computers.

Pull-up and pull-down resistors

Some ICs and other circuits may have an open collector output, where a zero is indicated by the line being pulled to ground, but left open for 1. Thus a resistor to the connected from the input of the following device to the positive rail. 10 kΩ is typical.

If using signal diodes as an OR gate, a 1 will be asserted by the input to the diode(s), but a resistor is needed to ensure the input is pulled to ground when there in no high feeding the diodes.

This also applies when switches are used as inputs, in some cases when taking a signal from an external device.

Beyond the exam, inputs to unused gates should be tied to ground or supply, generally directly. Unused inputs on a multi-input gate should be tied low on an OR, high on an AND.

BiCMOS

More modern is BiCMOS. This allows elements which benefit from being CMOS, such as the high impedance (FET) inputs using this technology; while elements needing high speed, and especially low impedance, such as the outputs using bipolar transistors, as TTL does. BiCMOS is also used in Op-Amps, while SiGeC (Silicon-Germanium-Carbon) BiCMOS is in some cases replacing GaAs in RF circuitry.

Tri-state Logic

In many computerised system, there are data buses of multiple lines (say 8 bits wide). At various times the processor and other devices take turns in reading and writing data along the bus. Thus devices have to be able to both assert a 1 or 0; or to remain in a high impedance state while other devices communicate.

This is also used in many micro-controller ICs and single board computers, where a pin can be switched between being an input, or an output.

Comparators

This is an IC which compares the voltage of 2 inputs, and switches the output between its two rails depending on the values on the inputs. A typical unit may put the output high if the +ve input exceed the -ve one, and low if it does not. There is normally some hysteresis to prevent noise on a signal close to the reference voltage from causing the unit to switch rapidly between states.

You can use them to indicate the state of a battery. It is common to use voltage dividers to "condition" the sampled voltage to the range of the device, as generally the input to the IC piins should be between the supply rails. Check with the data sheet.

Funway 2 LED and ZenerAs used in some Australian publications, an LED and a Zener, taken from the introductory pages of Funway 2.
No, they are were not drawn entirely straight.

LM311 is a famous example, and LP311 its low power cousin. Op-amps can be used in their place in some cases. The 555 timer uses a couple internally, with the reference points set by the internal chain of 5 kΩ resistors.

FPGAs

Field-programmable gate array (FPGA) are advanced ICs which can now contain at least 50 million gates. They are a develpment on PLAs, PALs, and GALs which applowed companies to replace a PCB full of logic gates with a single customisable or programmable chip. Modern ones can include DSP, processor, and IP data communication as "hard blocks", or processors can eb added as "soft blocks". What is "important" to note is that they are programed using "Hardware description language (HDL)".

Going further, these can be used to build a form of software defined radio. You can likley build things such as open source "CODEC2" voice codecs, as well as DMR and similar codecs, although in the latter case it may be best to stay anonymous, as the people which make huge amounts from the codec ICs get all whiney. There is no no reason a radio's processor cannot also perform the codec functions, except for "rights" issues. TheFPGA coudl aos drive the display, etc.

Piezoelectric devices

Certain materials, when an electric current is applied, deform. This is used in devices such as some tweeters (high frequency speakers), beepers, noise-making toys, ultrasonic cleaners, and ultrasonic anti-fouling transducers for boats. In some cases, these are driven with high voltages (above 100 volts).

Such materials also convert force into electricity and so can be can be used as vibration sensors, microphones, energy recovery, vandal resistant switches (Sydney folk will see these in emergency help points on railway stations), the spark generator in some electric cancer-stick lighters, and devices with claim to alleviate mosquito bite pain using an electric pulse.

Piezo comes from the Greek πιέζω, meaning to squeeze.

Crystals

Crystals, typically consisting of a slice of quartz crystal, also use the Piezoelectric effect. These set the frequency in older two-way radios, but also the master oscillator in modern radios, and for all manner of processors. Much modern technology would have been very difficult to create without them, probably even NTSC or PAL colour TV.

The equivalent circuit of such a crystal consists of "Series RLC in parallel with a shunt C representing electrode and stray capacitance". These are illustrated in the diagram below.

Crystal symbol and equivalent circuit Capacitor-like metalisation forming the connection on a disc of clear crystal material

You can see the commonality between the crystal and capacitor symbols, and the capacitor-like metalisation forming the connection on a disc of clear crystal material. It is likely around 9 mm in diameter.

The previous version of the answer was more extensisve: "Motional capacitance, motional inductance, and loss resistance in series, all in parallel with a shunt capacitor representing electrode and stray capacitance".

You can read more on Wikipedia: Crystal oscillator, especially the "Electrical model" setion.

Inductors and Transformers

From near DC to gigahertz, inductors and transformers are vital in radio systems.

At mains and audio frequencies the use of laminated steel is common. Laminations typically consyst of steel with a "blue" oxide layer. This layer insulates the laminations from each other elecrtrically, while still allowing the magnetic circuit to exist. While visible on many EI and C-core transformers, toroid transformers also used laminations.

At RF frequencies ferrite (a ceramic made from Manganese-zinc and iron oxide, or Nickel-zinc and iron oxide); or iron powder cores are used. The examiner wants you to know that fewer turns may be needed for a particular inductance on ferrite than iron powder. The core material property which determines inductance is Permeability, the longer of the two similar words offered. Its symbol is μ, and it is the inverse of reluctance.

Relevant Questions

These are the actual questions from the Extra licence exam pool, as published by the NCVEC.

E6C01
What is the function of hysteresis in a comparator?
A. To prevent input noise from causing unstable output signals
B. To allow the comparator to be used with AC input signal
C. To cause the output to change states continually
D. To increase the sensitivity

This prevents noise causing the input from fluttering between low and high outputs, answer A.

E6C02
What happens when the level of a comparator’s input signal crosses the threshold?
A. The IC input can be damaged
B. The comparator changes its output state
C. The reference level appears at the output
D. The feedback loop becomes unstable

When the input changes to a voltage above or below the reference input, the output will change state, answer B.

E6C03
What is tri-state logic?
A. Logic devices with 0, 1, and high impedance output states
B. Logic devices that utilize ternary math
C. Logic with three output impedances which can be selected to better match the load impedance
D. A counter with eight states

This is binary logic, with the usual 0 and 1 outputs, plus the ability to not assert a value on the bus, answer A.

Micro-controller ICs often do this, and can use the same pin as an input.

E6C04
Which of the following is an advantage of BiCMOS logic?
A. Its simplicity results in much less expensive devices than standard CMOS
B. It is immune to electrostatic damage
C. It has the high input impedance of CMOS and the low output impedance of bipolar transistors
D. All these choices are correct

BiCMOS has the high input impedance of a CMOS (FET) input, and the low output impedance of bipolar transistors, answer C.

E6C05
Which of the following digital logic families has the lowest power consumption?
A. Schottky TTL
B. ECL
C. NMOS
D. CMOS

NMOS has low power consumption, and are more suitable for battery powered circuits, answer D.

E6C06
Why do CMOS digital integrated circuits have high immunity to noise on the input signal or power supply?
A. Large bypass capacitance is inherent
B. The input switching threshold is about two times the power supply voltage
C. The input switching threshold is about half the power supply voltage
D. Bandwidth is very limited

To go from 0 to 1, the input must exceed half the supply voltage, or from 1 to 0, below half the supply, answer C.

In most cases the inputs are fairly close to the ground or positive rail, so it would take a great deal of noise the cause the input to the wrong state.

E6C07
What best describes a pull-up or pull-down resistor?
A. A resistor in a keying circuit used to reduce key clicks
B. A resistor connected to the positive or negative supply line used to establish a voltage when an input or output is an open circuit
C. A resistor that ensures that an oscillator frequency does not drive lower over time
D. A resistor connected to an op-amp output that prevents signals from exceeding the power supply voltage

This is a resistor to set a level when the input would otherwise be open, say down to ground when the input is an SPDT switch contact to the positive rail; or to pull it up when the input is an open collector output, which goes to ground when the input is active, answer B.

E6C08
In Figure E6-3, what is the schematic symbol for a NAND gate?
A. 1
B. 2
C. 3
D. 4

Various logic gate symbols

The flat input end, and semi-circular output end means AND, but we want a NAND, with the output inverted, so we need the one with the circle on the output, item 2, answer B.

E6C09
What is used to design the configuration of a field-programmable gate array (FPGA)?
A. Karnaugh maps
B. Hardware description language (HDL)
C. An auto-router
D. Machine and assembly language

These consist of a very large number of logic gates and circuits in a single IC, which can be programmed into complex logic systems using hardware description language, answer B.

These can be faster than processors for some tasks. All distractors are real things, the first relating to boolean algebra (logic). The others relate to placing PCB tracks using CAD, and more efficient programming of early processors and microcontrollers.

E6C10
In Figure E6-3, what is the schematic symbol for a NOR gate?
A. 1
B. 2
C. 3
D. 4

The OR function is indicated by the curved input, and the Gothic arch turned sideways. This is converted to NOR bu the the circle on the output, as in item 4, answer D.

Gothic arches are seen in many traditional church buildings, and some historic public or university buildings, including above doors and windows.

E6C11
In Figure E6-3, what is the schematic symbol for the NOT operation (inversion)?
A. 2
B. 4
C. 5
D. 6

These have a single input and a single output, with an inversion circle on output, item 5, answer C.

E6D01
What is piezoelectricity?
A. The ability of materials to generate electromagnetic waves of a certain frequency when voltage is applied
B. A characteristic of materials that have an index of refraction which depends on the polarization of the electromagnetic wave passing through it
C. A characteristic of materials that generate a voltage when stressed and that flex when a voltage is applied
D. The ability of materials to generate voltage when an electromagnetic wave of a certain frequency is applied

Deforming a piece of piezoelectric material generates a pulse of electricity, while applying power deforms them, answer A.

E6D02
What is the equivalent circuit of a quartz crystal?
A. Series RLC in parallel with a shunt C representing electrode and stray capacitance
B. Parallel RLC, where C is the parallel combination of resonance capacitance of the crystal and electrode and stray capacitance
C. Series RLC, where C is the parallel combination of resonance capacitance of the crystal and electrode and stray capacitance
D. Parallel RLC, where C is the series combination of resonance capacitance of the crystal and electrode and stray capacitance

This is series RLC in parallel with a shunt C representing electrodes, and stray capacitance, such as to the case, answer A.

Yikes, lots of similar answers. but it is a somewhat complex arrangement. Importantly, it is the shortest answer.

E6D03
Which of the following is an aspect of the piezoelectric effect?
A. Mechanical deformation of material by the application of a voltage
B. Mechanical deformation of material by the application of a magnetic field
C. Generation of electrical energy in the presence of light
D. Increased conductivity in the presence of light

The piezoelectric effect is used in some truck reversing bleepers, alarms etc, and are available as either complete beepers with the oscillator and driver; or as just the element, with or without an enclosure. In either case, the material is coated onto a thin metal disc. So, yes, the voltage applied deforms the material, answer A.

E6D04
Why are cores of inductors and transformers sometimes constructed of thin layers?
A. To simplify assembly during manufacturing
B. To reduce power loss from eddy currents in the core
C. To increase the cutoff frequency by reducing capacitance
D. To save cost by reducing the amount of magnetic material

As far as mains frequency inductors and power transformers go, laminated steel is used by default, as these reduce loss from eddy currents in the core, answer B.

Which materials are commonly used as a slug core in a variable inductor?
A. Polystyrene and polyethylene
B. Ferrite and brass
C. Teflon and Delrin
D. Cobalt and aluminum

Ferrite or brass slugs are placed in variable inductors, and can be screwed in or out to vary the inductance, answer B.

E6D05
How do ferrite and powdered iron compare for use in an inductor core?
A. Ferrite cores generally have lower initial permeability
B. Ferrite cores generally have better temperature stability
C. Ferrite cores generally require fewer turns to produce a given inductance value
D. Ferrite cores are easier to use with surface-mount technology

Fewer turns are generally required for a certain inductance, answer C.

E6D06
What core material property determines the inductance of an inductor?
A. Permittivity
B. Resistance
C. Reactivity
D. Permeability

The only answer which relates to magnatism is permeability, answer D.

The first on relates to capacitors.

E6D07
What is the current that flows in the primary winding of a transformer when there is no load on the secondary winding?
A. Stabilizing current
B. Direct current
C. Excitation current
D. Magnetizing current

This is the magnetising current, answer D.

E6D08
Which of the following materials has the highest temperature stability of its magnetic characteristics?
A. Brass
B. Powdered iron
C. Ferrite
D. Aluminum

This is iron powder, answer B.

These can handle larger currents. The chirpy 28 MHz power oscillator based CW transmitter I built uses an iron-powder toroidal core as its output transformer, despite the author listing it as ferrite core.

E6D09
What devices are commonly used as VHF and UHF parasitic suppressors at the input and output terminals of a transistor HF amplifier?
A. Electrolytic capacitors
B. Butterworth filters
C. Ferrite beads
D. Steel-core toroids

Ferrite beads increase the inductance of the conductors, but the reactance at HF is much lower than at VHF or UHF, so VHF and UHF signals are attenuated (filtered), while HF ones pass, answer C.

E6D10
What is a primary advantage of using a toroidal core instead of a solenoidal core in an inductor?
A. Toroidal cores confine most of the magnetic field within the core material
B. Toroidal cores make it easier to couple the magnetic energy into other components
C. Toroidal cores exhibit greater hysteresis
D. Toroidal cores have lower Q characteristics

The majority of the magnetic energy is contained within the core, answer A.

E6D11
Which type of core material decreases inductance when inserted into a coil?
A. Ceramic
B. Brass
C. Ferrite
D. Aluminum

Inserting brass (a copper alloy) into a coil reduces its inductance, answer B.

E6D12
What causes inductor saturation?
A. Operation at too high a frequency
B. Selecting a core with low permeability
C. Operation at excessive magnetic flux
D. Selecting a core with excessive permittivity

Saturation happens when operating an inductor at excessive magnetic flux, answer C.

Another way to express this is that the ability of the inductor's core to store magnetic energy has been exceeded.


Way off the exam, European diagrams may replace the logic symbols with blocks containing symbols, as per the IEC standard: & is AND. ≥1 for OR, as the values must be 1 or greater. =1 is an XOR gate, as there must be a value of exactly 1 for it to set the output high.

To invert the output these symbols had a small slash \ linking the block and the output.

More a though excercise than a gatge you can buy, another pair of gates are IMPLY and NIMPLY. IMPLY has the output high unless A is 1 and B is 0, that is, A is greater that B. NIMPLY reverses the output. Its ANSI symbol has a invertion circle on the A input of an OR (or NOR) gate. The IEC symbols contain =B. You could build them using other gates.

Visit: for symbols in both styles. The article for each gate includes the internal or descrete diagram for each gate, and the DIN symbol, which uses semi-circles.


One deleted question looped back to a past topic. The primary cause of inductor self-resonance is: Inter-turn capacitance. Turns in an inductor often consist of copper windings separated only by a thin layer of enamel insulation. Metal layers, separated by thin layers of insulation, we call that a capacitor! Yes, it is the inter-turn capacitance.

Another asked why should core saturation of an impedance matching transformer be avoided? This is because harmonics and distortion could result.


On to: Components 3 - Analogue ICs & Optoelectronics

You can find links to lots more on the Learning Material page.


Written by Julian Sortland, VK2YJS & AG6LE, August 2025.

Tip Jar: a Jefferson (US$2), A$3 or other amount / currency. Thanks!

You can also buy me a non-coffee beverage: ko-fi.com/ag6le