Comp Org. Test 1 - Sheet1 Flashcards

(90 cards)

1
Q

What is the architectural area that is most concerned with computation and control?

A

?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Computer Architecture is analogous to a blueprint.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is architecture?

A

The overall organization of a computer system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Voltage can only be measured as the difference between two point.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Voltage is measured in volts.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Current is measured in amperes or amps.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is voltage measured?

A

As a difference between two points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does voltage represent?

A

The potential force.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does current represent?

A

The flow of electrons along a path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Voltage is measured in ampers.

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Name the semiconductor that is the mechanism used to control flow of electrical current?

A

transistor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

At the lowest level what are all digital system composed of?

A

transistors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a transistor?

A

A mechanism used to control flow of electrical current.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When a small, positive current flows through the control connection in a transistor, a large current can flow through the other two connections.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A single transistor plus a component known as a resistor can implement the Boolean “not”.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Another name for a Boolean circuit in digital logic is a logic gate.

A

??

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

It takes fewer transistors to provide the inverse of a Boolean function.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

The transistors can be used to create a gate.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

A nor gate is composed of 6 transistors, 5 resistors, and three diodes?

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

In a schematic diagram of a circuit two lines that cross don’t connect unless a solid dot appears where they intersect.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

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.

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is a flip-flop?

A

A part that responds to the history of inputs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is a combinatorial circuit?

A

The output is a Boolean combination of input values. The output only changes when an input value changes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Receiving an input of 0 causes the flip-flop to change the output from the current state to the opposite state.

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
The single flip-flop only offers two possible output values: 0 or 1.
T
26
Most flip-flops include an additional input called a reset that places the output in a state of zero.
F
27
Counters, like flip-flops, often have an additional input used to reset them to zero.
F
28
When does the output transition occur?
On the leading edge of the input chagne.
29
The falling edge is a transition from one to zero.
T
30
A binary counter has multiple outputs.
T
31
Hertz: 1 cycle per second
T
32
What is the clock?
Hardware that allows hardware to operate without requiring the input to change.
33
What does a clock allow?
It allows hardware to operate without requiring the input to change.
34
What is the speed of a clock measured in?
Hertz
35
A Hertz is the number of times per second the clock cycles through a 1 followed by a 0.
T
36
What is a demultiplexor?
A single integrated circuit that maps between a binary value and a set of outputs.
37
When does the operation of a clock start?
when the clock changes from logical 0 to logical 1.
38
What does feedback allow?
It allows the results of processing to affect the way a circuit behaves.
39
The hardware can not be built to perform iteration, doing so is difficult, and the resulting hardware is clumsy.
T
40
What is replication?
Creating multiple copies of the underlying gates, and allows each copy to act on one item.
41
Replication makes the resulting hardware less elegant than hardware that uses iteration.
F
42
The amount of heat generated is proportional to the amount of power consumed, so a small integrated circuit generates a small amount of heat.
T
43
The gate does not act instantly.
T
44
A signal requires one nanosecond to propagate across one foot of wire.
T
45
Integrated circuits are often created using Complementary Metal Oxide Semiconductor technology.
T
46
At the lowest level, a transistor is created from silicon.
T
47
What is Moore’s Law?
the number of transistors per square inch will double every year.
48
What are multi-layer circuit boards?
Allows wiring in three dimensions.
49
Designing an ASIC is expensive and time-consuming.
T
50
What are the five levels of abstraction in digital logic as given in our text?
Computer, circuit board, processor, VLSI chip, gate, transistor.
51
What is the main point of digital logic?
abstraction
52
What are the two possible conditions for digital logic cirtuits?
Off and on.
53
What are the other ways "off" is represented?
zero volts
54
What are the other ways "on" is represented?
five volts
55
Every computer system defines a byte with 4 bits.
F
56
What is a byte?
the smallest data item larger than a bit that the hardware can manipulate.
57
Who defines the size of a byte?
the architect who designs the computer.
58
What do most modern computer systems dife a byte as?
eight bits
59
hexadecimal encodes each group of four bits as a single hex digit between zero and fifteen.
T
60
If you have 32 bits how many possible combination of bits do you have?
2^32
61
Binary constants begin with the prefix 0b
T
62
What is the Decimal number of 1110
14
63
What is the decimal "912,559" in hexadecimal?
DECAF
64
The prefix hex constants with what?
0x
65
Binary constants begin with the prefix 0b
T
66
Each computer system defines a character set to be a set of symbols that the computer and I/O devices understand.
T
67
Computer architects choose a character set such that each character fits into a byte.
T
68
What is an unsigned integer?
Eack of 2^k combinations of bits is associated with a nonnegative numeric value.
69
Big endian characterizes a system that numbers bytes of an integer from least-significant.
F
70
Memory is bit addressable storage.
T??
71
What occurs if an unsigned integer produces more than the number of bits it has to represent?
overflow
72
What is the little endian?
A system that numbers bytes of an integer from least-significant.
73
Big endian characterizes a system that numbers bytes of an integer from least-significant.
F
74
One’s Complement. A single set of bits is used. To form a negative number, start with a positive number, subtract one, and the revers each bit.
F
75
What three interpretations have been used to accommodate negative number using binary?
Single-magnitude, one's comlement, two's complement
76
The two's complement of (base10) 12 is -4
F
77
List the two sets of bits which the floating point value consists?
???
78
The IEEE standard specifies that the value store in the exponent field consists of the true exponent plus a bias constant.
T
79
Floating point representations do store the leading bit of the mantissa.
F
80
The bias constant used with single precision is 147.
F
81
Double precision floating point numbers are composed of a bias constant bit, 11 exponent bits, and 52 mantissa bits.
F
82
What does using a bias allow exponents to be?
Allows them to be negative
83
How is a floating point number noramlized?
By adjusting the exponent to eliminate leading zeros from the mantissa.
84
Floating point representations do store the leading bit of the mantissa.
F
85
The bias constant used with single precision is 147.
T
86
What does using a bias allow exponents to be?
Negative.
87
How is positive and negative infinity represented in floating point by the IEEE.
The exponent contains all ones and the mantissa contains all zeros.
88
IEEE standard follows the implicit leading bit assumption. A mantissa is assumed to have a leading one bit that is not stored. However, when all bits are zero what happens to the mantissa?
The implicit assumption is ignored, and the stored value is taken to be zero.
89
What is the range for IEEE standard for single precision floating point exponents?
-127 and 128
90
What is the Unicode?
An extension of ASCII and plans to accommodate all languages.