Comp Org. Test 1 - Sheet1 Flashcards
(90 cards)
What is the architectural area that is most concerned with computation and control?
?
Computer Architecture is analogous to a blueprint.
T
What is architecture?
The overall organization of a computer system.
Voltage can only be measured as the difference between two point.
T
Voltage is measured in volts.
T
Current is measured in amperes or amps.
T
How is voltage measured?
As a difference between two points.
What does voltage represent?
The potential force.
What does current represent?
The flow of electrons along a path.
Voltage is measured in ampers.
F
Name the semiconductor that is the mechanism used to control flow of electrical current?
transistor
At the lowest level what are all digital system composed of?
transistors
What is a transistor?
A mechanism used to control flow of electrical current.
When a small, positive current flows through the control connection in a transistor, a large current can flow through the other two connections.
T
A single transistor plus a component known as a resistor can implement the Boolean “not”.
T
Another name for a Boolean circuit in digital logic is a logic gate.
??
It takes fewer transistors to provide the inverse of a Boolean function.
T
The transistors can be used to create a gate.
T
A nor gate is composed of 6 transistors, 5 resistors, and three diodes?
T
In a schematic diagram of a circuit two lines that cross don’t connect unless a solid dot appears where they intersect.
T
The electronic parts that implement gates are classified as Transistor-Transistor Logic(TTL) because the output transistors in each gate are designed to connect directly to input transistors in other gates.
T
What is a flip-flop?
A part that responds to the history of inputs.
What is a combinatorial circuit?
The output is a Boolean combination of input values. The output only changes when an input value changes.
Receiving an input of 0 causes the flip-flop to change the output from the current state to the opposite state.
F