Home Subjects Electronics (ECE)

Electronics (ECE)

Analog/digital electronics, communication

135 Q 4 Topics Take Mock Test
Advertisement
Difficulty: All Easy Medium Hard 91–100 of 135
Topics in Electronics (ECE)
Which of the following is NOT a characteristic of ROM (Read-Only Memory)?
A Non-volatile storage
B Programmable by user after manufacture
C Permanent data storage
D Used for storing control sequences
Correct Answer:  B. Programmable by user after manufacture
EXPLANATION

Standard ROM is programmed during manufacturing and cannot be reprogrammed by users. PROM, EPROM, and EEPROM allow user programming, but basic ROM does not

Test
In VHDL, what does the 'rising_edge' function detect?
A High logic level
B Transition from 0 to 1
C Transition from 1 to 0
D Clock frequency change
Correct Answer:  B. Transition from 0 to 1
EXPLANATION

'rising_edge' detects a transition from LOW (0) to HIGH (1) on a signal, commonly used in synchronous designs to trigger actions on positive clock edges

Test
A 3-to-8 decoder has how many output lines, and what is the number of active outputs for any single input combination?
A 8 lines, 1 active output
B 3 lines, 1 active output
C 8 lines, 3 active outputs
D 3 lines, 8 active outputs
Correct Answer:  A. 8 lines, 1 active output
EXPLANATION

A 3-to-8 decoder has 2³ = 8 output lines. For any valid input combination, exactly 1 output line is activated (HIGH), while others remain LOW

Test
The Gray code for decimal 5 is:
A 0101
B 0111
C 0110
D 1001
Correct Answer:  B. 0111
EXPLANATION

Decimal 5 = Binary 0101. Gray code is obtained by: G0=B0=1, G1=B0⊕B1=0⊕1=1, G2=B1⊕B2=1⊕0=1, G3=B2⊕B3=0⊕0=0. Result: 0111

Test
A SR flip-flop with S=0, R=0 results in:
A Set state
B Reset state
C No change in state
D Indeterminate state
Correct Answer:  C. No change in state
EXPLANATION

When S=0 and R=0, the SR flip-flop holds its previous state. No change occurs because neither set nor reset is activated

Test
Which logic gate produces HIGH output only when both inputs are different?
A AND gate
B XOR gate
C NAND gate
D NOR gate
Correct Answer:  B. XOR gate
EXPLANATION

XOR (Exclusive OR) gate produces HIGH output when inputs are different (01 or 10). When inputs are same (00 or 11), output is LOW

Test
In a 4-bit ripple counter using negative edge-triggered flip-flops, if the input frequency is 16 MHz, what is the frequency at the output of the third flip-flop?
A 2 MHz
B 4 MHz
C 8 MHz
D 1 MHz
Correct Answer:  A. 2 MHz
EXPLANATION

In a ripple counter, each flip-flop divides the frequency by 2. The third flip-flop output frequency = 16 MHz / 2³ = 16 / 8 = 2 MHz

Test
A JK flip-flop with J=1, K=1 performs:
A No change
B Set operation
C Reset operation
D Toggle operation
Correct Answer:  D. Toggle operation
EXPLANATION

JK flip-flop truth table: J=0,K=0 (No change), J=1,K=0 (Set), J=0,K=1 (Reset), J=1,K=1 (Toggle). When both are 1, output toggles.

Test
A full adder has how many inputs and outputs?
A 2 inputs, 1 output
B 3 inputs, 2 outputs
C 4 inputs, 2 outputs
D 3 inputs, 3 outputs
Correct Answer:  B. 3 inputs, 2 outputs
EXPLANATION

Full adder has 3 inputs (A, B, Cin) and 2 outputs (Sum, Cout). It differs from half adder which has 2 inputs and 2 outputs.

Test
The BCD equivalent of decimal 47 is:
A 0100 0111
B 0101 0110
C 0100 0101
D 0110 0111
Correct Answer:  A. 0100 0111
EXPLANATION

In BCD, each decimal digit is converted separately to 4-bit binary. 4 = 0100, 7 = 0111. So 47 in BCD = 0100 0111.

Test
IGET
IGET AI
Online · Exam prep assistant
Hi! 👋 I'm your iget AI assistant.

Ask me anything about exam prep, MCQ solutions, study tips, or strategies! 🎯
UPSC strategy SSC CGL syllabus Improve aptitude NEET Biology tips