DE Model Question Bank – Part B (2 Marks)
21. Give any two examples of Number System
- Binary System – Uses digits 0 and 1.
- Decimal System – Uses digits 0 to 9.
22. List any two Boolean Laws
- A + A′ = 1 → Complement Law
- A + 0 = A → Identity Law
23. What is Universal Gate?
- NAND Gate and NOR Gate are called Universal Gates.
- Any logic circuit can be implemented using only NAND or NOR Gates.
(NAND Gate மற்றும் NOR Gate Universal Gates ஆகும்; இவை மட்டும் பயன் படுத்தி எந்த logic circuit-யையும் உருவாக்கலாம்.)
24. List any two Applications of Logic Gates
- Used in Arithmetic Circuits (Adder/Subtractor).
- Used in Control and Decision-Making Circuits.
(Arithmetic Circuits மற்றும் Control Circuits-ல் Logic Gates பயன்படுகின்றன.)
25. Write the Significance of Multiplexer
- Multiplexer (MUX) selects one input from many inputs and gives to a single output line.
- It reduces hardware complexity.
(MUX பல input-களில் ஒன்றை தேர்ந்தெடுத்து output-க்கு அனுப்பும்; இதனால் hardware சிக்கல்தன்மை குறைகிறது.)
26. Define Flip-Flop
- Flip-Flop is a Bistable Multivibrator which stores one bit of data.
- It is the basic memory element in digital circuits.
(Flip-Flop என்பது இரண்டு நிலைகளில் செயல்படும் memory element; ஒரு bit தகவலை சேமிக்கும்.)
27. List any two Differences between RAM and ROM
| RAM | ROM |
|---|---|
| Volatile memory – data lost when power off | Non-volatile – data retained even when power off |
| Read and Write operations possible | Read only operation in normal use |
(RAM – மின்சாரம் போனால் data அழிகிறது; ROM – மின்சாரம் போனாலும் data நிலைக்கிறது.)
28. Mention any two Applications of Shift Register
- Used for Serial-to-Parallel and Parallel-to-Serial data conversion.
- Used in Digital Delay and Data Storage Circuits.
(Shift Register – தரவு மாற்றம் மற்றும் Storage சுற்றுகளில் பயன்படுகிறது.)