Electrical Engineering MCQs (Part-82)

What is the output of an AND gate when all inputs are 1?

A 0
B 1
C Undefined
D Depends on the inputs

What is the binary equivalent of decimal 7?

A 101
B 111
C 110
D 100

Which logic gate produces a high output only when one of its inputs is high, but not both?

A AND
B OR
C XOR
D XNOR

What is the main use of a flip-flop in digital circuits?

A Perform arithmetic operations
B Store a single bit of data
C Convert analog signals to digital
D Decode binary data

How many outputs does a 2-to-4 decoder have?

A 2
B 3
C 4
D 8

Which circuit is used to count clock pulses?

A Register
B Counter
C Flip-Flop
D Multiplexer

What is the characteristic equation of a JK flip-flop?

A Qnext = J⋅Q + K⋅Q’
B Qnext = J⋅Q’ + K⋅Q
C Qnext = J⋅Q’
D Qnext = Q

What is the purpose of a finite state machine (FSM)?

A Store data temporarily
B Perform arithmetic operations
C Model and control sequential logic behavior
D Decode binary signals

Which logic gate is the opposite of an AND gate?

A OR
B NOR
C NAND
D XOR

What is the binary equivalent of decimal 12?

A 1100
B 1001
C 1010
D 1111

How many flip-flops are required to design a 4-bit counter?

A 2
B 4
C 6
D 8

What is the primary function of a multiplexer?

A Amplify signals
B Perform arithmetic operations
C Select one input from many inputs
D Convert binary to decimal

What does the term “propagation delay” refer to in a digital circuit?

A The time required to reset a flip-flop
B The time taken for a signal to travel through a logic gate
C The time to amplify a signal
D The time for a counter to overflow

What is the result of A + A’B in Boolean algebra?

A A
B B
C A + B
D 1

Which circuit stores multiple bits of data in parallel?

A Counter
B Multiplexer
C Register
D Decoder

How many states does a 3-bit counter have?

A 4
B 6
C 8
D 16

Which logic gate produces a low output only when all inputs are low?

A AND
B OR
C NOR
D NAND

What is the simplified expression of AB + A’B?

A B
B A
C AB
D A + B

What does a combinational circuit depend on?

A Past inputs
B Current inputs
C Both past and current inputs
D Clock signals

What is the binary subtraction result of 1010 − 0110?

A 0100
B 0011
C 1001
D 1110

Which logic gate produces a low output when any of its inputs is high?

A NOR
B OR
C AND
D XOR

What is the hexadecimal equivalent of binary 101010101010?

A A
B B
C C
D D

Which Boolean expression simplifies to A⋅(A′+B)?

A AB+A′B
B AB
C A+B
D AB+A′

What is the binary equivalent of decimal 20?

A 10100
B 10010
C 11000
D 11100

What is the primary function of an encoder?

A To decode binary information
B To amplify input signals
C To convert multiple inputs into a coded binary output
D To generate clock signals

How many bits are required to represent the decimal number 31 in binary?

A 4
B 5
C 6
D 7

What is the output of a 4-to-16 decoder?

A 4 outputs
B 8 outputs
C 16 outputs
D 32 outputs

What is the purpose of a demultiplexer?

A To combine multiple inputs into one output
B To divide one input into multiple outputs
C To amplify signals
D To perform binary addition

Which flip-flop is known as a “data latch”?

A SR Flip-Flop
B JK Flip-Flop
C D Flip-Flop
D T Flip-Flop

Which sequential circuit generates a binary sequence based on clock pulses?

A Counter
B Register
C Multiplexer
D Demultiplexer

What is the propagation delay in a logic gate?

A Time taken for the signal to reach its destination
B Time taken for the output to change after an input change
C Time required to reset a flip-flop
D Time required for a counter to overflow

How many inputs does a half-adder have?

A 1
B 2
C 3
D 4

Which Boolean expression represents a NOR gate?

A (A+B)′
B A⋅B
C A+B
D (A⋅B)′

How many flip-flops are required to create a 3-bit shift register?

A 1
B 2
C 3
D 4

What is the primary function of an arithmetic logic unit (ALU)?

A Store data
B Perform arithmetic and logical operations
C Generate clock signals
D Decode binary inputs

What is the binary addition result of 1101+1011?

A 11000
B 10110
C 10000
D 11111

Which circuit generates multiple clock signals with different frequencies?

A Counter
B Shift Register
C Clock Divider
D Flip-Flop

What is the simplified form of AB+AB′?

A A
B B
C AB
D 1

What is the role of a register in digital circuits?

A Perform logical operations
B Store multiple bits of data temporarily
C Decode binary inputs
D Divide clock signals

What is the output of an XNOR gate when both inputs are 0?

A 0
B 1
C Undefined
D Depends on inputs

Which Boolean algebra law states A⋅1=A?

A Identity Law
B Null Law
C Distributive Law
D Commutative Law

What is the purpose of Karnaugh maps in digital design?

A To design sequential circuits
B To simplify Boolean expressions
C To perform arithmetic operations
D To generate clock signals

What does the term “setup time” mean in sequential circuits?

A Time required to stabilize clock signals
B Time during which the input must remain stable before the clock edge
C Time required for propagation delay
D Time taken to reset the circuit

What is the binary equivalent of the decimal number 50?

A 101010
B 110010
C 110100
D 101100

Which type of memory is non-volatile?

A RAM
B SRAM
C ROM
D DRAM

What is the main purpose of clock signals in digital circuits?

A Amplify signals
B Control timing and synchronization of operations
C Perform arithmetic operations
D Store data

Which Boolean expression is equivalent to A+AB?

A A
B AB
C A+B
D A′+B

What is propagation delay in digital circuits?

A Time required for a circuit to initialize
B Time for a signal to travel through a gate
C Time taken to reset a flip-flop
D Time to complete a clock cycle

What is the primary function of Random Access Memory (RAM)?

A Store data permanently
B Store data temporarily for fast access
C Perform logical operations
D Generate clock signals

Which Boolean algebra law states A+0=A?

A Identity Law
B Complement Law
C Associative Law
D Distributive Law