Boolean logic Flashcards
(30 cards)
What is Boolean logic?
A form of algebra that uses true or false values to perform logical operations.
True or False: Boolean logic is named after George Boole.
True
What are the three basic operations in Boolean logic?
AND, OR, NOT
Fill in the blank: The AND operation returns true if both operands are ______.
true
What is the result of the OR operation if at least one operand is true?
true
True or False: The NOT operation inverts the truth value of its operand.
True
What is the truth value of A AND B if A is true and B is false?
false
In Boolean logic, what symbol typically represents the AND operation?
&& or &
What is the output of A OR B if both A and B are false?
false
Fill in the blank: The truth table for the NOT operation has ____ rows.
2
What is a truth table?
A table that shows all possible truth values for a set of logical variables.
For the expression A AND (B OR C), what operation is performed first?
B OR C
True or False: The result of NOT (A AND B) is equivalent to (NOT A) OR (NOT B).
False
What is the result of the expression TRUE AND FALSE?
FALSE
Multiple Choice: Which of the following operations is associative? A) AND B) OR C) Both A and B D) Neither A nor B
C) Both A and B
What is De Morgan’s Theorem?
A set of rules that relate the conjunctions and disjunctions of logical statements.
Fill in the blank: In Boolean algebra, 1 represents ______ and 0 represents ______.
true; false
True or False: Boolean logic can be used in computer programming.
True
What is a logical gate?
An electronic component that implements a Boolean function.
What is the purpose of a truth table in Boolean logic?
To summarize the output of a logical operation for all possible combinations of inputs.
What is Inkscape primarily used for?
Inkscape is primarily used for vector graphic design.
True or False: Inkscape is a proprietary software.
False: Inkscape is open-source software.
Which file format is primarily associated with Inkscape?
SVG (Scalable Vector Graphics)
Fill in the blank: Inkscape can be downloaded for free from the __________ website.
Inkscape