Term
|
Definition
An electrical machine used to process information. |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
How many bits in a double word? |
|
Definition
|
|
Term
Difference between signed and unsigned? |
|
Definition
High-end bit indicates parity: +/- |
|
|
Term
What is the two's complement of a number? |
|
Definition
1. Bits are flipped 2. 1 is added to the result |
|
|
Term
What indicates overflow in an UNSIGNED machine? |
|
Definition
|
|
Term
What indicates overflow in a SIGNED machine? |
|
Definition
If the high end bits of the 2 operands are both 1 or are both 0, and the high end bit of the sum is the opposite. |
|
|
Term
What logical operator is best for clearing bits? What is the process? |
|
Definition
AND. x AND 0 will clear x to 0 |
|
|
Term
What logical operator should you use if you want to set bits? What is the process? |
|
Definition
|
|
Term
What logical operator should you use to invert bits? What is the process? |
|
Definition
XOR. x XOR 1 flips x from 0 to 1 or from 1 to 0 |
|
|
Term
When is a p-type transistor closed? |
|
Definition
When the gate is supplied 0 volts. |
|
|
Term
When is an n-type transistor closed? |
|
Definition
When the gate is supplied with a 1 (2.9 volts) |
|
|
Term
What are the bit allocations for IEEE short real format? |
|
Definition
high end bit is the sign bit the next 8 are for exponent low 23 bits are for fractional portion |
|
|
Term
What is the most important property of a decoder? |
|
Definition
Exactly one of its outputs are 1 and the rest are 0 |
|
|
Term
How many outputs do decoders normally have for n inputs? |
|
Definition
|
|
Term
What is the primary function of a multiplexer? |
|
Definition
To select one of its inputs and connect it to the output |
|
|
Term
How many inputs does a multiplexer have for n select lines? |
|
Definition
|
|
Term
What is logical completeness? |
|
Definition
A set of logical operators is logically complete if they can implement any truth table. |
|
|
Term
|
Definition
A simple 1 bit storage element. |
|
|
Term
What must the values of R and S be for the R-S latch to retain its state? |
|
Definition
|
|
Term
How do we clear the R-S latch? |
|
Definition
Set R to 0, then set R back to 1 |
|
|
Term
How do we set the R-S latch? |
|
Definition
Set S to 0, then back to 1 |
|
|