ARectifier
BComparator
CAttenuator
DFlip-Flop
Answer:
D. Flip-Flop
Read Explanation:
A Flip-Flop is a fundamental digital circuit used as a memory device in computers. Here's why:
What is a Flip-Flop?
A flip-flop is a bistable circuit that has two stable states and can store one bit of binary data (either 0 or 1). It remains in a particular state until an input signal changes it to the other state.Why Flip-Flops are used as Memory Devices:
Data Storage: Flip-flops can retain their state indefinitely as long as power is supplied, making them ideal for storing binary information
Building Block of Memory: They form the basic building blocks of registers, cache memory, and RAM in computers
Sequential Logic: They are essential components in sequential circuits where the output depends on both current inputs and previous states
Why Other Options are Incorrect:
Rectifier: Converts AC to DC current; used in power supply circuits, not memory
Comparator: Compares two voltages or signals and outputs which is larger; used for comparison, not storage
Attenuator: Reduces the amplitude of signals; used for signal processing, not data storage
Flip-flops are fundamental to computer memory architecture and are used extensively in registers, counters, and various types of memory units.
