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: boolean
Boolean data type represents two values: true or false. Named after George Boole, founder of Boolean algebra. Used in conditional statements, loops, and logical operations. Some languages (C) use integers (0=false, non-zero=true), but modern languages (Java, Python, C#) have dedicated bool type for clarity and type safety.