retagged by
3,126 views
2 votes
2 votes

Which of the following affects the processing power assuming they do not influence each other

  1. Data bus capability
  2. Address scheme
  3. Clock speed
  1. $3$ only
  2. $1$ and $3$ only
  3. $2$ and $3$ only
  4. $1,2$ and $3$
retagged by

1 Answer

10 votes
10 votes
Answer: D) 1,2 and 3.

Data bus capability - Larger data bus implies a bigger operand can be brought in less no of cycles.

Address scheme - Larger address size implies more no of words can be stored in RAM/Cache thus fewer misses.

Clock speed - More cycles per second implies faster operation.
Answer:

Related questions

4 votes
4 votes
5 answers
1
Satbir asked Jan 13, 2020
4,368 views
A stack organized computer is characterised by instructions withindirect addressingdirect addressingzero addressingindex addressing
6 votes
6 votes
4 answers
2
Satbir asked Jan 13, 2020
4,018 views
The immediate addressing mode can be used forLoading internal registers with initial valuesPerform arithmetic or logical operation on data contained in instructionsWhich ...
6 votes
6 votes
5 answers
4
Satbir asked Jan 13, 2020
4,563 views
A computer which issues instructions in order, has only $2$ registers and $3$ opcodes $\text{ADD, SUB}$ and $\text{MOV}$. Consider $2$ different implementations of the fo...