PLC Programming: Boolean Logic Fundamentals Quiz

easy 10 Questions
Back
Question 1 of 10

Which Boolean logic gate performs the logical AND operation?

The AND gate outputs true only if all inputs are true.
Question 2 of 10

What is the output of an AND gate if input A is TRUE and input B is FALSE?

An AND gate requires all inputs to be TRUE to produce a TRUE output.
Question 3 of 10

Which gate represents the OR logic function?

The OR gate outputs true if at least one input is true.
Question 4 of 10

What is the output of an OR gate if input A is TRUE and input B is FALSE?

An OR gate produces a TRUE output if any input is TRUE.
Question 5 of 10

Which gate inverts the input signal?

The NOT gate inverts the input, changing TRUE to FALSE and vice versa.
Question 6 of 10

If the input to a NOT gate is FALSE, what is the output?

The NOT gate inverts the input, so FALSE becomes TRUE.
Question 7 of 10

Which of the following Boolean expressions represents the AND operation?

Multiplication (*) is often used to represent the AND function.
Question 8 of 10

Which of the following Boolean expressions represents the OR operation?

The plus sign (+) typically represents the OR function.
Question 9 of 10

Which gate is equivalent to an AND gate followed by a NOT gate?

NAND is 'NOT AND', inverting the output of an AND gate.
Question 10 of 10

What is the simplest way to represent a TRUE state in PLC programming?

TRUE is typically represented by the binary value 1.
1 / 10