NOR Gate — Truth Table, Symbol & Boolean Expression
NOR ද්වාරය (Universal Gate) — සත්යතා වගුව, සංකේතය සහ බූලීය ප්රකාශනය
A NOR gate is a digital logic gate that outputs 1 only when ALL inputs are 0 — the exact opposite of OR.
Like NAND, NOR is a UNIVERSAL gate: an entire digital system can be manufactured from NOR gates alone.
NOR ද්වාරයක් යනු සියලුම ආදාන 0 වූ විට පමණක් ප්රතිදානය 1 ලබා දෙන ද්වාරයකි (OR හි නිශේධනය). අනෙකුත් සියලු අවස්ථාවලදී ප්රතිදානය 0 වේ.
NAND මෙන්ම NOR ද සර්වත්ර ද්වාරයකි (Universal Gate): NOR ද්වාර පමණක් භාවිතයෙන් සම්පූර්ණ ඩිජිටල් පද්ධතියක් නිර්මාණය කළ හැක.
ANSI Symbol
Boolean Expression
Q = (A + B)̅
NOT of OR. Also written ↓ (the Peirce arrow): Q = A ↓ B.
OR හි නිශේධනය (NOT of OR) වේ. A ↓ B ලෙසද දැක්විය හැක.
NOR Gate Truth TableNOR ද්වාරය (Universal Gate) සත්යතා වගුව
Computed by the same engine that powers the live sandbox — what you read here is exactly what you will measure.
සජීවී Sandbox පරිපථය ක්රියාත්මක වන එන්ජිමෙන්ම ගණනය කරන ලදී — මෙහි ඇති අගයන් සිමියුලේටරයේ ක්රියාකාරිත්වයට 100% සමාන වේ.
| A | B | Q (Output)Q (ප්රතිදානය) |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |
How the NOR Gate WorksNOR ද්වාරය (Universal Gate) ක්රියාත්මක වන ආකාරය
- An OR stage decides “any input high?”, then the bubble inverts the verdict.
- Only the 00 row survives as a 1; every other row outputs 0.
- Short both inputs to one signal and the NOR becomes an inverter: (A + A)̅ = Ā.
- OR ද්වාරයක ප්රතිදානයට NOT ද්වාරයක් සම්බන්ධ කළාක් මෙන් ක්රියා කරයි.
- 00 අවස්ථාවේදී පමණක් ප්රතිදානය 1 වන අතර අනෙක් අවස්ථා 3දීම 0 වේ.
- ආදාන දෙක එකට කෙටි කළ විට NOR ද්වාරය NOT ද්වාරයක් බවට පත්වේ.
Exam-style exampleවිභාග මට්ටමේ ප්රායෝගික උදාහරණය
A greenhouse heater may switch on only when it is NOT daytime and NOT raining — “on = NOR(daylight, rain)”. Both conditions low is the single case that yields 1.
හරිතාගාරයක හීටරයක් ක්රියාත්මක විය යුත්තේ දිවා කාලය නොවන විට සහ වැසි නොමැති විට නම්, ආදාන දෙකම 0 වූ විට පමණක් 1 ලැබෙන NOR පරිපථයක් යොදා ගැනේ.
Build It Yourself in 3 Stepsපියවර 3කින් ඔබම සාදන්න
- Wire it up. Connect two switches to a NOR gate and a bulb in the sandbox.
- Hunt the single 1. Try every pair of switch states; the bulb lights only when both are OFF.
- Verify. Generate the truth table and check that row 00 is the only output-1 row.
- පරිපථය සකසන්න. ස්විච 2ක් NOR ද්වාරයකට සහ බල්බයකට සම්බන්ධ කරන්න.
- ප්රතිඵලය පරීක්ෂා කරන්න. ස්විච දෙකම OFF (0) වූ විට පමණක් බල්බය දැල්වෙන බව නිරීක්ෂණය කරන්න.
- තහවුරු කරන්න. සත්යතා වගුව සාදා 00 පේළියේ පමණක් 1 ඇති බව තහවුරු කරගන්න.
Open this exact circuit in the Sandbox
මෙම පරිපථය සෘජුවම Sandbox එකෙන් විවෘත කරන්න
The NOR Gate test circuit is pre-built and pre-wired — just toggle the switches.
NOR ද්වාරය (Universal Gate) පරීක්ෂණ පරිපථය සකස් කර වයර් කර ඇත — ස්විච මාරු කර ප්රතිඵලය බලන්න.
NOR Gate — FAQNOR ද්වාරය — නිතර අසන ප්රශ්න
When does a NOR gate output 1?NOR ද්වාරයක ප්රතිදානය 1 වන්නේ කවදාද?
Exactly once — when every input is 0. This makes NOR active-low logic’s favourite building block.
සියලුම ආදාන 0 වූ විට පමණි.
Is NOR a universal gate?NOR සර්වත්ර ද්වාරයක්ද?
Yes. Combining NOR gates alone reproduces NOT, AND, OR and any other logic function.
ඔව්. NOR ද්වාර පමණක් භාවිතයෙන් NOT, AND, OR ඇතුළු ඕනෑම පරිපථයක් නිර්මාණය කළ හැක.
How is NOR different from NAND?NOR සහ NAND අතර වෙනස කුමක්ද?
NOR is the inverted OR (output 1 only for 00); NAND is the inverted AND (output 0 only for 11).
NOR යනු OR හි නිශේධනයයි (00 දී පමණක් 1 වේ); NAND යනු AND හි නිශේධනයයි (11 දී පමණක් 0 වේ).