SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
Linda Null ,julia Lobur
Chapter:
A Closer Look At Instruction Set Architectures
Exercise:
Review Of Essential Terms And Concepts
Question:2 | ISBN:9780763704445 | Edition: 3

Question

2. Several design decisions exist with regard to instruction sets. Name four and explain.

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Answer

 The design decisions exist with regard to instruction sets :

1) Complexity: How much efforts are required to decode an instruction, how complex it is and what amount of time will be required.

2) Space: While designing the total amount of space needs to be calculated as everything comes with a cost and we need to have a better design with as minimal cost as it could be.

3) Length: The length of instruction needs to undergo thinking while design decision, do we need fixed length instruction or variable length as before executing the instruction the CPU needs to first decode the instruction size and again everything comes with a price.

4) Number: Number of instructions needs to be thought properly as the more number of instructions the more time consuming and complex the design becomes.

1 0

Discussions

Post the discussion to improve the above solution.