Module #10 Study Deck Flashcards
One of the primary design principles of RISC is to prioritize multi-cycle instructions.
True/False
False
RISC architectures generally have fewer, simpler instructions that run faster than CISC instruction.
True/False
True
One of the major limitations of CISC is that its data buses can never be wider than they are now.
True/False
False
Backwards compatibility is where new devices continue to support ____________ operations.
* legacy
* inefficient
* backwards
* antique
Legacy
One of CISC’s major limitations is that the instructions cannot be broken down into fast micro-instructions.
True/False
False
Multiprocessor Parallelism usually has lower coordination overhead than Multicomputer Parallelism.
True/False
True
Cloud computing is an example of…
*Instruction-level Parallelism
*Multicomputer Parallelism
*Non-parallel processing
*Multiprocessor Parallelism
Multicomputer Parallelism
Which of the following portions of a program can complicate the instruction-caching process? (Check all that apply)
* Sequential Execution
* Branching
* Repetition Structures
* Decision Structures
- Branching
- Repetition Structures
- Decision Structures
What are some challenges to software parallelism? (Check all that apply)
* Interconnection network overhead may outweigh the benefits of implementing parallelism.
* Hardware parallelism is not well developed.
* Algorithms must be analyzed to determine parallelizability.
- Interconnection network overhead may outweigh the benefits of implementing parallelism.
- Algorithms must be analyzed to determine parallelizability.
As the number of parallel processors goes to infinity, the runtime of any algorithm will approach 0.
True/False
False