Skip to content

OR

Description


An OR gate, also known as an OR logic gate, is a digital logic gate that performs a logical OR operation on its inputs. It has two or more input terminals and a single output terminal. The output of an OR gate is true (high or 1) if at least one of its input signals is true (high or 1). If all of its input signals are false (low or 0), then the output of the OR gate is false (low or 0).

The OR gate is one of the basic building blocks of digital circuitry, and is used extensively in the design of electronic devices and systems. It can be implemented using various technologies such as transistors, diodes, or integrated circuits. The OR gate is often combined with other logic gates to perform more complex operations, and is a fundamental component of Boolean algebra and digital electronics.

Info

IF IN1 = 1 and IN2 =0, IF IN1 = 0 and IN2 = 1, IF IN1 = 1 and IN2 = 1, OUTPUT=1; IF IN1 = 0 and IN2 = 0, OUTPUT = 0


How To Use Overview

Steps :

  1. Click the logic tab in the functions tab under the toolbox in the collapsible panel on the left of your workspace.
  2. Click and hold the ‘OR’ block from the collapsible panel and drag it onto your devices.
  3. You can use your ‘OR’ block with other logic blocks or by combining other blocks.

Sample Usage Demo


See Also