Test 3 - Computer Organization and Architecture | Computer Science
Description: Computer Organization & Architecture Quiz | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: Computer Organization and Architecture GATE CS |
A low memory can be connected to 8085 by using
More than one word are put in one cache block to
A processor needs software interrupt to
Suppose a processor does not have any stack pointer register. Which of the following statements is true?
A CPU has two modes-privileged and non-privileged. In order to change the mode from privileged to non privileged.
Which of the following does not interrupt a running process?
Which of the following requires a device driver?
The process of assigning load addresses to the various parts of the program and adjusting the code and date in the program to reflect the assigned addresses is called
A device employing INTR line for device interrupt puts the CALL instruction on the data bus while
In 8085 which of the following modifies the program counter?
Which is the most appropriate match for the items in the first column with the items in the second column? (X) Indirect Addressing (I) Array implementation (Y) Indexed Addressing (II) Writing re-locatable code (Z) Base Register Addressing (III) Passing array as parameter
In the absolute the addressing mode
In serial data transmission, every byte of data is padded with a '0' in the beginning and one or two '1's at the end of byte because
Which of the following is not a form of memory?
Horizontal microprogramming
In the C language
The performance of a pipelined processor suffers if
Which of the following addressing modes are suitable for program relocation at run time?
- Absolute addressing
- Based addressing
- Relative addressing
- Indirect addressing
Consider the following data path of a simple non-pipelined CPU. The registers A, B, A1, A2, MDR the bus and the ALU are 8 - bit wide. SP and MAR are 16-bit registers. The MUX is of size 8 x (2 : 1) and the DEMUX is of size 8 x (1 : 2). Each memory operation takes 2 CPU clock cycles and uses MAR (Memory Address Register) and MDR (Memory Date Register). SP can be decremented locally.
The CPU instruction “push r”, where A or B, has the specification M [SP] $\leftarrow$r SP $\leftarrow$ SP $\leftarrow$1 How many CPU clock cycles are needed to execute the “push r” instruction?
Consider a multiplexer with X and Y as data inputs and Z as control input's = 0 selects input X, and Z = 1 selects input Y. What are the connection required to realize the 2 - variable Boolean function f = T + R, without using any additional hardware?