comp sci type jawn YURRR unit 1 Flashcards
What is a network of wires and electrical components that create a path for electricity to flow?
Electrical circuit
In what way does electricity flow?
Negative to positive
What electrical component serves as an on-off switch?
Transistor
What were the first transistors?
PNP Transistors
Which logic gate requires both inputs to be on?
AND gate
Which logic gate requires only one input to be on, but can be on with both inputs?
OR gate
Which logic gate requires (it’s one and only) input to be OFF?
NOT gate
What logic gate requires only one input to be on, but cannot be on with both inputs?
XOR (exclusive OR) gate
What logic gate is always on unless both inputs are on?
NAnd gate
What logic gate requires BOTH inputs to be OFF?
NOR gate
What is a base-2 numbering system?
Binary
What is 0001 in a decimal number?
1
What is 0010 in a decimal number?
2
What is 0011 in a decimal number?
3
What is 0100 in a decimal number?
4