Electrical Engineering MCQs (Part-81)

What is the simplified expression for A⋅(A+B) in Boolean algebra?

A A⋅B
B A+B
C 0
D A

What is the main advantage of using Karnaugh maps?

A Designing circuits
B Minimizing Boolean expressions
C Storing data
D Generating clock signals

What type of signal does an ADC convert into?

A Analog
B Digital
C Sinusoidal
D Binary only

Which of the following is a volatile memory?

A ROM
B EEPROM
C RAM
D Flash Memory

What is the primary difference between SRAM and DRAM?

A SRAM is faster and uses more power than DRAM
B DRAM is faster and uses less power than SRAM
C Both are non-volatile memories
D DRAM is more expensive than SRAM

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

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

Which memory type is used for booting a computer?

A RAM
B ROM
C Cache Memory
D EEPROM

What is the binary representation of -5 in 2’s complement for 4 bits?

A 1101
B 1011
C 1111
D 0101

What is the purpose of a digital filter?

A Amplify the signal
B Perform logical operations
C Store data
D Remove unwanted frequency components

What is the advantage of FPGA over traditional ICs?

A Fixed functionality
B Programmable for different applications
C Cheaper than microcontrollers
D Lower power consumption

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

A NAND
B NOR
C XOR
D XNOR

What is the decimal equivalent of the binary number 101010101010?

A 9
B 10
C 11
D 12

What is the primary purpose of a latch in digital circuits?

A Amplify signals
B Perform arithmetic operations
C Store one bit of data
D Decode binary inputs

Which combinational circuit converts binary data into a single active output?

A Decoder
B Encoder
C Multiplexer
D Counter

Which Boolean algebra law is represented by A+AB=A?

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

What is the function of a ring counter?

A Store data temporarily
B Perform multiplication
C Cycle through a predefined sequence of states
D Amplify clock signals

What is the binary representation of the decimal number 8?

A 111
B 1010
C 1000
D 1100

What is the difference between a latch and a flip-flop?

A Latches operate with a clock signal, flip-flops do not
B Flip-flops operate with a clock signal, latches do not
C Both operate with a clock signal
D Neither use a clock signal

What is the purpose of a parity bit in digital communication?

A Perform logical operations
B Detect errors in data transmission
C Convert data formats
D Amplify signals

How many input combinations are possible for a 3-input logic gate?

A 4
B 6
C 8
D 10

What is a combinational circuit with 2ⁿ outputs and n inputs called?

A Decoder
B Multiplexer
C Counter
D Encoder

What is the purpose of a synchronous counter?

A Reduce propagation delay
B Amplify clock signals
C Store multiple bits of data
D Perform logical operations

Which of the following circuits is used to implement multiplexing?

A XOR Gate
B AND Gate
C OR Gate
D Selector Circuit

What is the main purpose of a digital comparator?

A Compare two binary numbers
B Store binary data
C Perform arithmetic operations
D Shift data

Which type of flip-flop toggles its state with every clock pulse?

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

What is the function of a clock divider circuit?

A Store data
B Reduce the clock frequency
C Perform logical operations
D Amplify clock signals

What is the hexadecimal equivalent of binary 101011001010110010101100?

A AC
B BC
C AB
D A8

Which memory type is used for high-speed access in processors?

A RAM
B ROM
C Cache Memory
D Flash Memory

What is the main difference between ROM and RAM?

A ROM is faster than RAM
B RAM is non-volatile, ROM is volatile
C ROM is non-volatile, RAM is volatile
D Both are non-volatile

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

A The time taken to amplify a signal
B The time for a signal to travel through a logic gate
C The time for a counter to reset
D The time for memory access

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

A 0
B 1
C Undefined
D Depends on the input

What does a 4-to-1 multiplexer do?

A Selects one of four inputs and outputs it
B Decodes a 4-bit binary number
C Stores four bits of data
D Divides a single input into four outputs

What is the purpose of a binary counter?

A To compare binary numbers
B To count in binary sequence
C To multiply binary numbers
D To store binary data

Which type of memory is used for permanent data storage?

A RAM
B ROM
C Cache Memory
D Flip-Flops

What does a T flip-flop do when its T input is high?

A Holds the current state
B Toggles its state
C Sets the state to 0
D Sets the state to 1

How many output lines does a 3-to-8 decoder have?

A 3
B 6
C 8
D 16

Which Boolean expression represents an XOR gate?

A A+B
B A⋅B
C A⊕B
D A⋅B’

What is the primary purpose of Karnaugh maps in digital design?

A Simplify Boolean expressions
B Store binary data
C Generate clock signals
D Perform arithmetic operations

What is a characteristic of a sequential circuit?

A Outputs depend only on current inputs
B Outputs depend on current inputs and past outputs
C It does not use a clock signal
D It is not affected by propagation delay

What is the binary addition of 101010101010 and 110111011101?

A 101111011110111
B 100111001110011
C 110111101111011
D 101011010110101

Which component is used to design finite state machines (FSMs)?

A Combinational circuits only
B Sequential circuits only
C Both combinational and sequential circuits
D Arithmetic circuits

Which type of ADC uses a binary search algorithm for conversion?

A Flash ADC
B Successive Approximation ADC
C Dual Slope ADC
D Sigma-Delta ADC

What does the clock pulse determine in digital circuits?

A Signal strength
B Data storage capacity
C Timing of circuit operations
D Data type

What is the output of a NOR gate if all inputs are 0?

A 0
B 1
C Undefined
D Depends on inputs

What is the binary equivalent of decimal 15?

A 111011101110
B 111111111111
C 101110111011
D 110111011101

What is the main advantage of a synchronous counter over an asynchronous counter?

A Higher speed
B Less complexity
C Lower power consumption
D No need for a clock signal

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

A The time to store data in memory
B The minimum time before the clock edge that data must remain stable
C The time required to amplify a signal
D The time to reset a counter

What is the role of a decoder in digital electronics?

A Convert a single input to multiple outputs
B Amplify binary data
C Convert binary data into a recognizable format
D Perform arithmetic operations

Which type of circuit is used to implement a digital clock?

A Arithmetic circuits
B Sequential circuits
C Combinational circuits
D Analog circuits

What is the hexadecimal equivalent of binary 111111111111?

A FF
B F0
C 0F
D FE