logic: Interpretation of Logic Gates (Using TikZ)
[This article was first published on R/exams, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Exercise template for matching logic gate diagrams (drawn with TikZ) to the corresponding truth table.
Name:
logic
Type:
Related:
Description:
Gate diagrams for three logical operators (sampled from: and, or, xor, nand, nor) are drawn with TikZ and have to be matched to a truth table for another randomly drawn logical operator. Depending on the exams2xyz() interface the TikZ graphic can be rendered in PNG, SVG, or directly by LaTeX.
Solution feedback:
Yes
Randomization:
Shuffling, text blocks, and graphics
Mathematical notation:
No
Verbatim R input/output:
No
Images:
Yes
Other supplements:
No
Demo code:
library("exams") set.seed(1090) exams2html("logic.Rnw") set.seed(1090) exams2pdf("logic.Rnw") set.seed(1090) exams2html("logic.Rmd") set.seed(1090) exams2pdf("logic.Rmd")
To leave a comment for the author, please follow the link and comment on their blog: R/exams.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.