Create a custom practice set
Pick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizPick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizNo weekly quiz is published yet. Check the weekly page for the latest updates.
View Weekly PageAnswer: AND
AND gate outputs 1 (HIGH) only when all inputs are 1. Truth table: 0+0→0, 0+1→0, 1+0→0, 1+1→1. Fundamental for digital circuits, arithmetic units, and control logic. NAND/NOR are universal gates (can implement any Boolean function). XOR outputs 1 when inputs differ; useful for parity checks and adders.