Test 2 - Sheet1 Flashcards
(112 cards)
Most computers follow the same general organization.
T
What approach does the Von Neumann architecture use?
Stored program.
List the four categories to explain whether a processor can be adapted to new computers.
Fixed logic, selectable logic, parameterized logic, programmable logic.
No single description adequately captures all the properties of processors.
T
What does a processor refer to for an architect?
A digital device that can perform a computation involving multiple steps.
A fixed logic processor offers the most flexibility
F
A large processor, such as a modern, general-purpose CPU, is so complex that no human can understand the entire processor as a single unit.
T
Name two different types of logic processors
Fixed logic, selectable logic, parameterized logic, programmable logic.
The programmable logic processor is the most flexible of all processors because it allows the sequence of steps to be changed each time the processor is invoked.
T
What is a parameterized logic processor?
It computes a predetermined function, the processor accepts a set of parameters that control the computation.
How do we describe a subpiece of a large, complex processor that acts independently and performs a computation?
With computational engines.
List two of the conceptual units?
Controller, Computational engine (ALU), local data storage, internal interconnection, external interface.
Most processors do not contain many engines.
T
What does the controller form?
The heart of a processor.
What is a controller?
It steps through the program and coordinates the actions of all other hardware units to perform the specified operations.
A computational engine handles all communication between the processor and the rest of the computer system.
F
The computational engine in a conventional processor is known as the arithmetic logic unit.
T
The external interface unit handles all communication between the processor and the rest of the computer system
T
What does a microcontroller test?
It tests sensors and sends signals to control devices.
Although some processors have the series of steps built into the hardware, most do.
F
An embedded system processor runs sophisticated electronic devices such as a DVD player or a television.
T
How are processors created?
Traditionally, from digital logic circuits.
Briefly describe how the fetch execute cycle works
The programmable processor executes the two basic functions repeatedly.
What underlying mechanism does a programmable processor use to access and perform the steps of a program?
fetch-execute