Comp Org. Test 1 - Sheet1 Flashcards
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
The single flip-flop only offers two possible output values: 0 or 1.
T
Most flip-flops include an additional input called a reset that places the output in a state of zero.
F
Counters, like flip-flops, often have an additional input used to reset them to zero.
F
When does the output transition occur?
On the leading edge of the input chagne.
The falling edge is a transition from one to zero.
T
A binary counter has multiple outputs.
T
Hertz: 1 cycle per second
T
What is the clock?
Hardware that allows hardware to operate without requiring the input to change.
What does a clock allow?
It allows hardware to operate without requiring the input to change.
What is the speed of a clock measured in?
Hertz
A Hertz is the number of times per second the clock cycles through a 1 followed by a 0.
T
What is a demultiplexor?
A single integrated circuit that maps between a binary value and a set of outputs.