Digital Electronics Fundamentals
Comprehensive quiz covering logic gates, Boolean algebra, flip-flops, and multiplexers - essential topics in digital electronics and computer fundamentals
Questions
In which of the following gates the output is 1 if and only if at least one input is 1?
- NOT
- AND
- OR
- NAND
What is the minimum number of two-input NAND gates used to perform the function of two-input OR gate?
- One
- Two
- Three
- Four
In which of the following gates the output is 1 if and only if atleast one input is 0?
- NOT
- AND
- OR
- NAND
An AND gate can be imagined as
- Switches connected in series
- Switches connected in parallel
- MOS transistors in series
- All of the above
What logic function is produced by adding an inverter to each input and the output of an AND gate?
- NAND
- NOR
- OR
- XOR
Which gate is known as universal gate?
- NOT gate
- AND gate
- NOR gate
- XOR gate
Which of the following Boolean expressions is incorrect?
- A + 0 = A
- A.1 = A
- A + A = A
- A. A = 0
Which of the following Boolean expressions is incorrect?
- A + A = A
- A + AB = B
- (A + B) (A + C) = A + BC
- (A + B) (A + B) = A
How many NAND gates are needed to perform the logic function X.Y?
- 1
- 2
- 3
- 4
The simplified form of the Boolean expression (X + Y + XY)(X + Z), is
- X + Y + Z
- XY + YZ
- X + YZ
- XZ + Y
Any given boolean expression can be implemented using
- only NAND gates
- only AND gates
- only XOR gates
- only OR gates
The Boolean expression AB + AB + AC + AC is independent of the Boolean variable
- A
- B
- C
- None of above
A decimal number has 25 digits. The number of bits needed for its equivalent binary representation is approx. _____.
- 50
- 60
- 75
- 80
A toggle operation cannot be performed using a single
- NOR gate
- AND gate
- NAND gate
- XOR gate
The number of canonical expressions that can be developed over a 3-valued Boolean algebra is
- 8
- 16
- 32
- 64
How many Boolean functions of three variables f (x, y, z) have the property f (x, y, z) = (f (x' , y' , z' ))?
- 8
- 16
- 64
- 256
Consider a set x = {a, b, c, d}. The number of binary operations that can be defined on x is
- 42
- 24
- 216
- 416
What is the form of the Boolean expression (A + B) (C + D) = x?
- Product of sums
- Sum of products
- Karnaugh Map
- Matrix
if x, y, z are Boolean variables, then
- x.x = 1
- x (y + z) = (x + y) (x + z)
- x + xz = x
- x + y = y + x
Which of the following input combinations is not allowed in a SR flip-flop?
- S = 0, R = 0
- S = 0, R = 1
- S = 1, R = 0
- S = 1, R = 1
When an inverter is placed between both inputs of an SR flip-flop, the resulting flip-flop is
- JK flip-flop
- D flip-flop
- T flip-flop
- Master slave JK flip-flop
A flip-flop can store _____ bit(s) of data.
- one
- two
- three
- none of these
How many flip-flops are needed to divide the input frequency by 64?
- 4
- 5
- 6
- 8
Which of the following devices selects one of several inputs & transmits it to a single output?
- Decoder
- Multiplexer
- Demultiplexer
- Counter
A Multiplexer is also known as
- coder
- decoder
- data selector
- multivibrator