Correct option is C
A Flip-Flop is a basic memory element used in digital circuits to store a single bit of data. It is a type of bistable circuit, meaning it has two stable states (0 and 1), and it is commonly used in memory devices, counters, and shift registers. Flip-flops are fundamental building blocks for sequential logic circuits in digital systems.
Important Key Points:
1. Flip-Flop is a circuit that can maintain a stable state, representing either a 0 or 1, and is commonly used in memory elements.
2. It is used to store data temporarily in digital systems, particularly in memory storage and processing tasks.
Knowledge Booster:
· Register: Registers are groups of flip-flops used to store multiple bits of data temporarily.
· Cache: A high-speed memory component, not used for storing individual bits but for frequently accessed data.
· RAM: Random Access Memory stores data temporarily while the system is running, but individual bits are often stored using flip-flops in its internal design.
· SSD: Solid State Drives are non-volatile storage devices, storing large amounts of data but no single bits like flip-flops.