What does an Open Circuit Mean in Boolean Logic?
What does an Open Circuit Mean in Boolean Logic?
Figure 1: A Simple Open Circuit that I drew in Inkscape and coded in SVG. You may view the source-code for this image at my Codepen Account
As regards Boolean Logic, the above simple open Digital-Electronics circuit can be said to represent the Boolean variable:
x = 1/0
, or:
x = true/false
. The variable:
S
which is represented in this schematic by a:
lamp
or:
lightbulb
represents the logical result of:
x
; what is logicallly outputted by virtue of the:
x switch
’s being either in the on or off position.
In this instance, the value of the Boolean Variable:
S
is:
0
, or:
false
.
Comments
Post a Comment