Electrical Engineering MCQs (Part-80)

What is the primary function of a logic gate?

A To store data
B To perform arithmetic operations
C To perform logical operations
D To amplify signals

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

A OR
B AND
C NAND
D NOR

What is the output of a NOT gate if the input is 1?

A 0
B 1
C Depends on the input
D Undefined

What is a flip-flop used for in digital circuits?

A Signal amplification
B Arithmetic operations
C Storing a single bit of data
D Analog-to-digital conversion

What is the function of a multiplexer (MUX)?

A To perform addition
B To select one input from multiple inputs
C To invert the signal
D To decode binary data

Which Boolean algebra law states that A+A=A?

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

What is the purpose of a decoder in digital circuits?

A To store data
B To amplify signals
C To convert binary information into a more readable form
D To perform subtraction

Which type of memory is non-volatile?

A RAM
B ROM
C SRAM
D DRAM

What is the output of an XOR gate when both inputs are 1?

A 0
B 1
C Depends on the input
D Undefined

What is the purpose of a Karnaugh map in digital electronics?

A To simplify Boolean expressions
B To build circuits
C To design memory
D To test microcontrollers

Which digital component is used for division of frequency?

A Flip-Flop
B Multiplexer
C Encoder
D Counter

What is the full form of FPGA?

A Field Programmed Gate Array
B Flexible Programmable Gate Array
C Fast Processing Gate Array
D Field Processor Gate Array

What is a latch in digital electronics?

A A type of memory device that changes output based on the clock signal
B A device that stores binary information
C A device that amplifies signals
D A sequential circuit without a clock

Which type of flip-flop is used to eliminate the race-around condition?

A SR Flip-Flop
B D Flip-Flop
C JK Flip-Flop with Master-Slave Configuration
D T Flip-Flop

What is propagation delay in digital circuits?

A Time taken to execute a program
B Time taken for a signal to travel through a logic gate
C Time taken to charge a capacitor
D Time taken for memory to access data

What is the primary difference between a microprocessor and a microcontroller?

A Microprocessor has internal memory, while microcontroller does not
B Microcontroller includes I/O ports and peripherals, while a microprocessor does not
C Microcontroller is faster than a microprocessor
D Both are the same

Which of the following is used for digital-to-analog conversion?

A ADC
B DAC
C RAM
D ROM

What is the main function of a clock signal in sequential circuits?

A To amplify signals
B To simplify Boolean expressions
C To store data
D To synchronize circuit operations

What is the purpose of a Verilog language?

A To program software
B To design digital circuits
C To test memory
D To convert analog signals to digital

Which digital logic testing technique uses test patterns to identify faults in circuits?

A Boundary Scan
B Fault Injection
C Built-In Self-Test (BIST)
D Propagation Delay Test

What is the binary equivalent of the decimal number 10?

A 1000
B 1010
C 1100
D 1110

Which logic gate has a high output when any of its inputs are high?

A AND
B OR
C XOR
D NOR

What is the purpose of a truth table in digital electronics?

A To amplify signals
B To simplify logic circuits
C To represent the output of a logic function for all possible inputs
D To design flip-flops

How many inputs are required for a full adder?

A 2
B 3
C 4
D 1

Which of the following is a sequential circuit?

A Multiplexer
B Decoder
C Flip-Flop
D Logic gate

What is the output of a NAND gate when all inputs are 1?

A 1
B 0
C Undefined
D Depends on the inputs

What is the binary equivalent of the decimal number 255?

A 11111110
B 11111111
C 11110000
D 11111101

What is the main characteristic of a combinational circuit?

A Outputs depend on past inputs
B Outputs depend only on current inputs
C It has a memory element
D It uses feedback loops

Which Boolean expression is simplified as A⋅0=0?

A Identity Law
B Nullification Law
C Idempotent Law
D Distributive Law

What is a register in digital electronics?

A A type of memory to store multiple bits of data
B A logic gate
C A counter
D A clock signal

How many states does a 3-bit counter have?

A 6
B 8
C 4
D 16

Which type of circuit is used for priority encoding?

A Encoder
B Decoder
C Multiplexer
D Demultiplexer

What is the resolution of a 4-bit ADC?

A 24
B 1/16
C 1/2
D 1/256

What is the function of an ALU (Arithmetic Logic Unit)?

A To perform arithmetic and logical operations
B To store data
C To generate clock signals
D To convert data

What is the binary addition result of 1101 + 1011?

A 10010
B 11110
C 10110
D 10000

Which flip-flop is called a data or delay flip-flop?

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

What does VHDL stand for?

A Very High Digital Logic
B Virtual Hardware Description Language
C Very High-Speed Integrated Circuit Hardware Description Language
D Variable High-Level Logic

Which device is used to convert an analog signal into a digital signal?

A DAC
B ADC
C RAM
D ROM

Which sequential device is used to divide a clock frequency by 2?

A Flip-Flop
B Multiplexer
C Decoder
D Counter

What is the purpose of setup time in digital circuits?

A To amplify signals
B To ensure data is stable before the clock edge
C To store data
D To simplify Boolean expressions

Which logic gate is known as the universal gate?

A AND
B OR
C NAND
D XOR

What is the decimal equivalent of the binary number 110111011101?

A 10
B 11
C 12
D 13

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

A 0
B 1
C Undefined
D Depends on inputs

Which Boolean algebra property is represented by A+B=B+A?

A Commutative Law
B Distributive Law
C Associative Law
D Absorption Law

What is the primary function of a demultiplexer?

A Combine multiple inputs into one output
B Amplify the signal
C Divide one input into multiple outputs
D Store data

What type of counter increments or decrements by one?

A Ring Counter
B Johnson Counter
C Up/Down Counter
D Asynchronous Counter

Which flip-flop is used in shift registers?

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

What is the purpose of a clock signal in synchronous circuits?

A To perform logical operations
B To control the speed of data processing
C To store data permanently
D To amplify signals

Which memory device loses data when power is turned off?

A ROM
B RAM
C Flash Memory
D EEPROM

Which component is used for binary addition in a digital circuit?

A Multiplexer
B Decoder
C Half Adder
D Shift Register