OR Gate — Truth Table, Symbol & Boolean Expression
OR ද්වාරය — සත්යතා වගුව, සංකේතය සහ බූලීය ප්රකාශනය
An OR gate is a digital logic gate that outputs 1 when AT LEAST ONE of its inputs is 1. It outputs 0 only when every input is 0.
It is the parallel-switch picture: close switch A OR switch B — either one is enough to light the bulb.
OR ද්වාරයක් යනු එහි අවම වශයෙන් එක් ආදානයක් හෝ 1 (HIGH) වූ විට ප්රතිදානය 1 ලබා දෙන තාර්කික ද්වාරයකි. සියලුම ආදාන 0 වූ විට පමණක් ප්රතිදානය 0 වේ.
සමාන්තරගතව සම්බන්ධ කළ ස්විච දෙකක් සිතන්න: ස්විච A හෝ ස්විච B යන දෙකෙන් එකක් වැසීම බල්බය දැල්වීමට ප්රමාණවත්ය.
ANSI Symbol
Boolean Expression
Q = A + B
Also written A ∨ B. The plus sign means logical addition, capped at a maximum of 1: 1 + 1 is still 1.
A ∨ B ලෙසද ලියනු ලැබේ. මෙහි ධන ලකුණ (+) මඟින් තාර්කික එකතු කිරීම නිරූපණය වේ (1 + 1 = 1 වේ).
OR Gate Truth TableOR ද්වාරය සත්යතා වගුව
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 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
How the OR Gate WorksOR ද්වාරය ක්රියාත්මක වන ආකාරය
- A single HIGH input drives the output HIGH; no input combination other than 00 produces 0.
- Logical addition explains the first three rows; the special rule 1 + 1 = 1 keeps the result binary.
- In circuit terms an OR gate behaves like switches wired in parallel.
- එක් ආදානයක් HIGH (1) වීම ප්රතිදානය HIGH (1) කිරීමට ප්රමාණවත්ය; 00 හැර වෙනත් කිසිදු අවස්ථාවක 0 නොලැබේ.
- තාර්කික එකතු කිරීමේදී 1 + 1 = 1 වන බැවින් ප්රතිඵලය ද්විමය පරාසයේ පවතී.
- පරිපථ විද්යාවේදී OR ද්වාරයක් සමාන්තරගත ස්විච මෙන් හැසිරේ.
Exam-style exampleවිභාග මට්ටමේ ප්රායෝගික උදාහරණය
A room has two doorbell buttons, one inside and one outside. Pressing either button — or both — rings the bell. The bell circuit is an OR gate.
කාමරයක ඇතුළත සහ පිටත දොර සීනු බොත්තම් 2ක් ඇත. ඕනෑම බොත්තමක් එබූ විට සීනුව නාද වේ — මෙය OR ද්වාර පරිපථයකි.
Build It Yourself in 3 Stepsපියවර 3කින් ඔබම සාදන්න
- Place the components. Drop two toggle switches, one OR gate and a light bulb onto the canvas.
- Wire the circuit. Feed each switch into an OR input, then connect the OR output to the bulb.
- Test every case. Work through all four switch combinations and generate the truth table to confirm only 00 gives 0.
- උපාංග තබන්න. ස්විච 2ක්, OR ද්වාරයක් සහ බල්බයක් Canvas එකට එක් කරන්න.
- පරිපථය වයර් කරන්න. ස්විච දෙක OR ආදානවලට සහ OR ප්රතිදානය බල්බයට සම්බන්ධ කරන්න.
- පරීක්ෂා කරන්න. සංයෝජන 4ම අත්හදා බලා 00 හිදී පමණක් 0 ලැබෙන බව සත්යතා වගුවෙන් තහවුරු කරගන්න.
Open this exact circuit in the Sandbox
මෙම පරිපථය සෘජුවම Sandbox එකෙන් විවෘත කරන්න
The OR Gate test circuit is pre-built and pre-wired — just toggle the switches.
OR ද්වාරය පරීක්ෂණ පරිපථය සකස් කර වයර් කර ඇත — ස්විච මාරු කර ප්රතිඵලය බලන්න.
OR Gate — FAQOR ද්වාරය — නිතර අසන ප්රශ්න
When does an OR gate output 0?OR ද්වාරයක ප්රතිදානය 0 වන්නේ කවදාද?
Only when all of its inputs are 0. Every other combination produces a 1.
සියලුම ආදාන 0 වූ විට පමණි. අනෙකුත් සියලුම අවස්ථාවලදී ප්රතිදානය 1 වේ.
Why is 1 + 1 equal to 1 in Boolean algebra?බූලීය වීජ ගණිතයේදී 1 + 1 = 1 වන්නේ ඇයි?
Because the plus is logical OR, not arithmetic: “A true OR B true” is simply true, so the binary result stays 1.
මෙහි (+) ලකුණ සාමාන්ය එකතු කිරීමක් නොව තාර්කික OR මෙහෙයුම වන බැවිනි. සත්ය OR සත්ය යනු සත්ය (1) ම වේ.
What shape is the OR gate symbol?OR ද්වාර සංකේතයේ හැඩය කෙබඳුද?
A curved arrow-like shield: the input side is concave, the output side comes to a point.
වක්රාකාර පලිහක හැඩය ගනී: ආදාන පැත්ත ඇතුළට නෙරා ඇති අතර ප්රතිදාන පැත්ත උල්ව පිහිටයි.