Data Processing Circuits Flashcards
How many inputs does a half adder accept ?
2 binary inputs
How many outputs does a half adder produce ?
Two. Sum & Carry bit
What is a parallel binary adder ?
Two or more connected full adders
What is a nibble ?
A group of four bits
What is an application of adders (full and parallel) ?
Simple voting system
What does a comparator do ?
Compare the magnitude of two binary quantities
What does a encoder do ?
Detects presence of a specified combination of bits on its inputs
What are the two main data selection circuits ?
MUX and DE- MUX
What does a multiplexer do ?
Forwards a selected input into the output line
How many output lines are there in a multiplexer ?
One single output line
How does it choose the input signal ?
By application of a control signal
If a MUX has n select lines, how many inputs can it take ?
2^n
What is the schematic diagram of a multiplexer ?
An isosceles trapezium
What does the longer parallel side of the trapezium contain ?
Input pins
What does the shorter parallel side of the trapezium contain ?
Output pin
What is a demultiplexer ?
Data Distributor circuit
How many inputs does a demultiplexer have ?
One
What does a demultiplexer do with this single input ?
Switches it to an output line
How many output lines get the signal at a time ?
Only one
How is the output line selected ?
Via the Control signal
How are a multiplexer and demultiplexer connected together ?
The single output of a MUX is connected to the single input
How does a multiplexer-demultiplexer combo save cost ?
No need of one device per input signal.
Several signals share a device
What is a nibble multiplexer ?
Selects one of two nibbles(4 bits) at a time
Can a large multiplexer be implemented with smaller multiplexers ?
Yes. 16-1 can be implemented by two 8-1’s and one 2-1,
And likewise
What is the difference in between a demultiplexer and a decoder ?
Decoders have on data input
What does even parity mean, for n bits ?
There are an even number of 1’s
What does odd parity mean, for n bits ?
There are an odd number of 1’s