A logic gate has one or more inputs and one output. An OR gate as shown in the figure below (we have taken a two input OR gate for purposes of simplicity but this discussion applies to OR gates with more inputs as well) consists of two inputs and the output. The output depends on the input as follows
If both inputs are 0 or False, the output is 0 or False
If one of the inputs is 1 or True, the ouput is 1 or True
If both inputs are 1, the output is 1 or True
This can be expressed in the form of a truth table which is shown along with the symbol of the OR gate in the diagrams below
The table is self explanatory and A and B are two inputs which give rise to output C and there are four difference scenarios.