Boolean Logic - Computer Systems Flashcards
1
Q
What character do you use to represent an AND gate?
A
.
2
Q
What character do you use to represent an OR gate?
A
+
3
Q
What character do you use to represent a NOT gate?
A
’
4
Q
What is hardware?
A
Any physical component of a computer system.
5
Q
What is software?
A
Programs used by a computer.
6
Q
What does 2^N represent?
A
It represents the total number of combinations for a select number of inputs.
7
Q
What does (2^N) - 1 represent?
A
It represents the highest number you can get.