Flowcharts can provide a step-by-step diagram for mapping out complex situations, such as programming code or troubleshooting problems with a computer.
Back
inverter (symbol)
Front
Back
nand (definition)
Front
and gate, followed by a not gate; true, unless both inputs are true
Back
xnor (definition)
Front
xor gate followed by an inverter; true if inputs are the same, false if they are different
Back
Bandwidth
Front
Rate at which bits are sent over a network
Back
and (symbol)
Front
Back
DNS (Domain Name Service)
Front
provides mapping of URLs to internet addresses
Back
nor (symbol)
Front
Back
xnor (symbol)
Front
Back
nor (definition)
Front
or gate followed by an inverter; true if both inputs are false, otherwise it's false
Back
or (definition)
Front
true when one or both inputs are true; false when both inputs are false
Back
or (symbol)
Front
Back
xor (definition)
Front
true if either, but not both, inputs are true; false if both inputs are true/false