Login or Register for FREE!
Subelement E7
PRACTICAL CIRCUITS
Section E7A
Digital circuits: digital circuit principles and logic circuits; classes of logic elements; positive and negative logic; frequency dividers; truth tables
Which circuit is bistable?
  • An AND gate
  • An OR gate
  • Correct Answer
    A flip-flop
  • A bipolar amplifier

A clock is a device that is periodically switching states, and so is not stable because its output does not remain in a particular state. The outputs of AND and OR gates immediately reflect the inputs of their corresponding circuits, and so are not considered stable circuits. A flip-flop can retain its output state(s) after one or more of its inputs have changed, and so is stable in either of its binary states, making it a bistable circuit.

To help you remember: a flip-flop is stable in two (bi-) different states.

Last edited by kv0a. Register to edit

Tags: arrl chapter 5 arrl module 5d

What is the function of a decade counter?
  • Correct Answer
    It produces one output pulse for every 10 input pulses
  • It decodes a decimal number for display on a seven-segment LED display
  • It produces 10 output pulses for every input pulse
  • It decodes a binary number for display on a seven-segment LED display

Just think - if it counts decades a decade is ten years or in this case just the number ten. So, for every decade it pulses once.

Last edited by nickpont. Register to edit

Tags: arrl chapter 5 arrl module 5d

Which of the following can divide the frequency of a pulse train by 2?
  • An XOR gate
  • Correct Answer
    A flip-flop
  • An OR gate
  • A multiplexer

Answer An XOR gate is wrong, because an XOR gate merely performs an exclusive OR operation on two or more inputs.

Answer OR gate is wrong, because an OR gate merely performs a logical OR operation on two or more inputs.

Answer A multiplexer is wrong, because a multiplexer selects one of several possible inputs according to some selector signals.

Answer A flip-flop is correct. Division by two of a pulse train is accomplished by attaching the pulse train to the flip flop's clock, and feeding back the logical negation of the flip flop output to its input.

Suppose the flip flop output starts out at logical 1. On the rising edge of the next pulse presented at the flip flop's clock input, the flip flop output toggles to logical 0. It remains at this value as the pulse falls back to 0. On the rising edge of the following pulse the flip flop output flips back to logical 1. Because the flip flop's output changes half as frequently as its clock input changes, we say that it divides the input frequency by 2.

See a tutorial on frequency division for illustrations.

Hint: You have 2 flip-flops.

Another silly hint: Thru-hikers sometimes Flip-Flop dividing the trail in two.

Last edited by meadman. Register to edit

Tags: arrl chapter 5 arrl module 5d

How many flip-flops are required to divide a signal frequency by 4?
  • 1
  • Correct Answer
    2
  • 4
  • 8

A Flip-flop takes in a signal. The signal is output as either Q or Not Q. By feeding the Not Q back in, the flip-flop divides the frequency by 2. To divide the frequency by 4 you need 2 flip-flops.

Another way to think of this is that you need to be able to count four numbers in binary to divide by 4:

  • 0 = b00
  • 1 = b01
  • 2 = b10
  • 3 = b11

Each flip-flop stores one bit, and you needed two digits (bits) to do that thus you need two flip-flops.

Hint: You have 2 flip-flop shoes.

Last edited by ironcal67. Register to edit

Tags: arrl chapter 5 arrl module 5d

Which of the following is a circuit that continuously alternates between two states without an external clock?
  • Monostable multivibrator
  • J-K flip-flop
  • T flip-flop
  • Correct Answer
    Astable multivibrator

An astable multivibrator consists of two amplifying stages connected in a positive feedback loop by two capacitive-resistive coupling networks. It continually switches from one state to the other.

Multivibrator circuits are frequently used in two-state devices. The question asks about a circuit that continuously alternates without an external clock.

We can immediately eliminate both flip-flop answers because flip-flops change state on input, and the question specifies no external clock. Flip-flops are bistable multivibrators.

We can eliminate "monostable multivibrator" because these circuits are stable in one state: they change state on input and then return to their stable state.

It's enough to simply examine the words used. The question asks for a circuit that continuously changes. This means that it has zero stable states. "Astable" means "no stable", "monostable" means "single stable", and flip-flops are "bistable", or "two-stable."

Alt Hint: 'Ast' is able to alternate two states

Last edited by comdijital. Register to edit

Tags: arrl chapter 5 arrl module 5d

What is a characteristic of a monostable multivibrator?
  • Correct Answer
    It switches momentarily to the opposite binary state and then returns to its original state after a set time
  • It produces a continuous square wave oscillating between 1 and 0
  • It stores one bit of data in either a 0 or 1 state
  • It maintains a constant output voltage, regardless of variations in the input voltage

A Multivibrator is an electronic circuit used to implement a variety of simple two-state systems such as oscillators, timers and flip-flops. There are three types, astable, monostable and bistable.

A Monostable Multivibrator is an electronic circuit in which one of the states is stable, but the other state is unstable (transient). A trigger pulse causes the circuit to enter the unstable state. After entering the unstable state, the circuit will return to the stable state after a set time. Such a circuit is useful for creating a timing period of fixed duration in response to some external event. This circuit is also known as a one shot.

Hint: There are two large words that start with 'M' in the question. The correct answer is the only one that has a large word that starts with an 'M' (momentarily) in it.

Source: Wikipedia - Multivibrator

Last edited by ki5hav. Register to edit

Tags: arrl chapter 5 arrl module 5d

What logical operation does a NAND gate perform?
  • It produces logic 0 at its output only when all inputs are logic 0
  • It produces logic 1 at its output only when all inputs are logic 1
  • It produces logic 0 at its output if some but not all inputs are logic 1
  • Correct Answer
    It produces logic 0 at its output only when all inputs are logic 1

The name of a NAND gate indicates it has the effective function of an AND gate followed by a NOT gate. The NOT gate output is the inverse of the input. The AND gate provides an output logic "1" only when both of the inputs are logic "1". So, adding the NOT gate creates the inverse behavior, and the output is logic "0" only when both of the inputs are logic "1".

Last edited by ad7gh. Register to edit

Tags: arrl chapter 5 arrl module 5c

What logical operation does an OR gate perform?
  • Correct Answer
    It produces logic 1 at its output if any or all inputs are logic 1
  • It produces logic 0 at its output if all inputs are logic 1
  • It only produces logic 0 at its output when all inputs are logic 1
  • It produces logic 1 at its output if all inputs are logic 0

A logical OR is different from the way we commonly use the word "or" in English.

In English we use "or" as one or the other. In formal logic, that is called an "exclusive or" or XOR.

In logic OR is true if either or both are true.

Memory aid for this answer: "Or" = "any or all"

A silly HINT: Correct answer has the word, “or” as does the question.

Last edited by kd7bbc. Register to edit

Tags: arrl chapter 5 arrl module 5c

What logical operation is performed by an exclusive NOR gate?
  • It produces logic 0 at its output only if all inputs are logic 0
  • It produces logic 1 at its output only if all inputs are logic 1
  • Correct Answer
    It produces logic 0 at its output if only one input is logic 1
  • It produces logic 1 at its output if only one input is logic 1

This question is tricky. At first glance it seems to be asking about NOR gates, and the previous explanation cited that description. However, note the word “exclusive.” That means an XNOR gate, which is defined as:

A high output (1) results if both of the inputs to the gate are the same. If one but not both inputs are high (1), a low output (0) results.

The wrong answers are:

  • It produces logic "0" at its output only if all inputs are logic "0"

This is false because it produces logic 0 when only one input is 1.

  • It produces logic "1" at its output only if all inputs are logic "1"

This is false, because it produces logic 1 when both inputs are 1 AND when both inputs are 0.

  • It produces logic "1" at its output if any single input is logic "1"

This is false because it is the opposite of what it does. This answer descibes an XNOR gate.

The correct answer is:

  • It produces logic "0" at its output if any single input is logic "1"

For more information:

https://en.wikipedia.org/wiki/XNOR_gate

Last edited by superuser. Register to edit

Tags: arrl chapter 5 arrl module 5c

What is a truth table?
  • A table of logic symbols that indicate the high logic states of an op-amp
  • A diagram showing logic states when the digital device output is true
  • Correct Answer
    A list of inputs and corresponding outputs for a digital device
  • A table of logic symbols that indicate the logic states of an op-amp

A truth table is a mathematical table used in logic to compute the functional values of logical expressions on each of their functional arguments, that is, on each combination of values taken by their logical variables. In particular, truth tables can be used to tell whether a propositional expression is true for all legitimate input values, that is, logically valid.

In other words, a truth table is a table composed of rows and columns, which express the corresponding output to each of the possible combinations of inputs.

Source: Enderton, 2001

Last edited by mvs90. Register to edit

Tags: arrl chapter 5 arrl module 5c

What type of logic defines "1" as a high voltage?
  • Reverse Logic
  • Assertive Logic
  • Negative logic
  • Correct Answer
    Positive Logic

Positive logic is where the "1" state is defined as having a MORE positive voltage than the "0" state.

Negative logic is where the "1" state is defined as having a MORE negative voltage than the "0" state.

"When a circuit requires logic 1 to operate, engineers may refer to this condition as positive logic. Thus, the more positive voltage causes the action to take place. On the other hand, if a circuit requires a logic 0 to cause action, this type circuit is referred to as negative logic. There is nothing negative or positive about these various circuits. The notation simply provides a shorthand that tells engineers and users whether a logic 1 or a logic 0 causes an action." The Digital I/O Handbook, Chapter 1 Logic Principles, Tom O'Hanlan and Jon Titus

Last edited by k6jsn. Register to edit

Tags: arrl chapter 5 arrl module 5c

Go to E6F Go to E7B