logic: Interpretation of Logic Gates (Using TikZ)
logic
Consider the following gates coding logical operators:
A | B | C |
---|---|---|
Which of these gates belongs to the following logical truth table?
The truth table codes the logical and operator.
The gates displayed code the following logical operators: A = nor, B = nand, C = xor.
Hence, the truth table corresponds to: None of these.
- False
- False
- False
- True
Consider the following gates coding logical operators:
A | B | C |
---|---|---|
Which of these gates belongs to the following logical truth table?
The truth table codes the logical xor operator.
The gates displayed code the following logical operators: A = and, B = nand, C = xor.
Hence, the truth table corresponds to: C.
- False
- False
- True
- False
Consider the following gates coding logical operators:
A | B | C |
---|---|---|
Which of these gates belongs to the following logical truth table?
The truth table codes the logical and operator.
The gates displayed code the following logical operators: A = and, B = nand, C = xor.
Hence, the truth table corresponds to: A.
- True
- False
- False
- False
Demo code:
library("exams")
set.seed(403)
exams2html("logic.Rmd")
set.seed(403)
exams2pdf("logic.Rmd")
set.seed(403)
exams2html("logic.Rnw")
set.seed(403)
exams2pdf("logic.Rnw")