Logic gates Flashcards
1
Q
What character do you use to represent AnD gates?
A
.
2
Q
What character do you use to represent oR gates?
A
+
3
Q
What character do you use to represent NoT gates?
A
’
4
Q
What is hardware?
A
Any physical components in a computer system
5
Q
What is software?
A
Any code that runs on random access memory
6
Q
With the following expression, if A was 1, B was 0 and C was 0 what would Q be? (A+C)’.B=Q
A
0
7
Q
With the following expression, if A was 0, B was 1 and C was 1 what would Q be? (A+C)’.B=Q
A
0
8
Q
With the following expression, if A was 0 what would Q be? A’=Q
A
1
9
Q
What dose 2^N represent?
A
The total number of possible combinations
10
Q
What dose 2^N-1 represent?
A
The highest possible number