Section 4 Flashcards
1
Q
What is Hardware?
A
It is a physical component that makes up a computer, that you can touch
2
Q
What is Software?
A
Is any program that runs on a computer
3
Q
Logic Gate AND
A
a:0 b:0 0
a:1 b:0 0 (same other way round)
a:1 b:1 1
4
Q
Logic Gate OR
A
a:0 b:0 0
a: 1 b:0 1 (same other way round)
a: 1 b:1 1
5
Q
Logic Gate NOT
A
a: 0 1
a: 1 0
6
Q
Logic Gate XOR
A
xor gate represents the exclusive or gate when one input is 1 and another is 0 result is one but if both inputs are 1 then result is 0