adplus-dvertising
frame-decoration

Question

In a system, which has 32 registers the register id is ____ long .

a.

16 bits

b.

8 bits

c.

5 bits

d.

6 bits

Answer: (c).5 bits

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In a system, which has 32 registers the register id is ____ long .

Similar Questions

Discover Related MCQs

Q. The two phases of executing an instruction are

Q. The Instruction fetch phase ends with

Q. While using the iterative construct (Branching) in execution, ____ instruction is used to check the condition.

Q. When using Branching, the usual sequencing of the PC is altered. A new instruction is loaded which is called as ______ .

Q. The condition flag Z is set to 1 to indicate

Q. The return address of the Sub-routine is pointed to by _______ .

Q. The location to return to, from the subroutine is stored in _______ .

Q. Subroutine nesting means,

Q. The order in which the return addresses are generated and used is ____ .

Q. In case of nested subroutines the return addresses are stored in __________ .

Q. The appropriate return addresses is obtained by the help of ____ in case of nested routines .

Q. When, parameters are being passed on to the subroutines they are stored in ________ .

Q. The most efficient way of handling parameter passing is by using ______ .

Q. The most Flexible way of logging the return addresses of the sub routines is by using _______ .

Q. The wrong statement/s regarding interrupts and subroutines among the following is/are ______ .
i) The sub-routine and interrupts have a return statement
ii) Both of them alter the content of the PC
iii) Both are software oriented
iv) Both can be initiated by the user

Q. The private work space dedicated to a subroutine is called as ________ .

Q. If, the sub routine exceeds the private space allocated to it then the values are pushed onto _________ .

Q. ______ pointer is used to point to parameters passed or local parameters of the sub routine .

Q. The reserved memory or private space of the sub routine, gets de-allocated when,

Q. The private space gets allocated to each sub routine when