Final Cum. Flashcards
The design specifications for a computer contain more details than its architectural specifications.
T
Voltage is the measure of the number of electrons passing a point in a circuit at a point in time.
F
Gates are designed so that the output of one gate can be directly connected to the input of another gate.
T
What is the schematic symbol for a NOR gate?
two input wires, devil icon, circle point, sing output wire.
What is the schematic symbol for an inverter gate?
two input wires, triangle icon, circle point single output wire.
Bytes are always 8-bits.
F
Octal is the term for base 8 number system.
T
A storage location has n-bits. How many unique combinations can be stored in it?
2^n
What is the binary value of 21 using 5 bits?
10101
What is the decimal value of 10111
23
What is the hexadecimal of 11010011?
D3
Voltage is measured as the difference between two points in a circuit.
T
Current is measured in amperes or amps.
T
Transistors allow using light to control the flow of electricity.
F
Diodes and transistors only allow current to flow one way.
T
In a schematic diagam of a circuit, two lines that corss indicate an electrical connection..
F
The single flip-flop only offers two possible output values:0 or 1
T
Counters often have an additional input used to reset them to zero.
T
A Hertz the length of time it takes for once cycle of a wave.
F
The amount of heat generated by a circuit is proportional to the amount of electrical power it consumes.
T
An advantage of logic gates created with transistors is that they settle immediately.
F
Binary constants begin with prefix 0b.
T
Big endian is a system that numbers bytes of an integer from least-significant.
F
Memory is bit addressable storage.
F
In two’s compliment a leading one indicates a negative number.
T
Floating point representations do store the leading bit of the mantissa.
F
What is current?
Current is the flow of electrons in a given path.
What is the basic circuit element used to build all digital systems.
A transistor.
What does it mean when a flip-flop transition on a leading edge?
The output of the flip-flop changes when the input changes to a one.
What is a clock?
A circuit that gives regular, alternating sequence of zeros and ones.
What is Moore’s Law?
Moore’s law states that the number of transistors on a chip per square inch will double each year.
How many unique bit patterns can be stored in 10 bits?
2^10
What is the hexadecimal equivalent of the decimal value 1261?
4ED
Which signed, binary representation has a negative zero?
One’s complement