MODULE2
In Boolean Algebra,if it requires the two conditions to be true to operate it is a _ functional operator
AND
In Boolean Algebra, if it only requires one of the conditions to be true to operate it is a _ functional operator
OR
In binary logic and computer science, if 0 represents “Off” or “False,” which number is used to represent “On” or “True”?
1
Why do the computers use binary logic?
To evaluate conditions like checking if a password is correct to decide what to do next.
Question: In what are K-maps used?
* Logic gates
* Microprocessors
* Software conditions (if/else)