Computer Architecture
This test consists of questions related to Computer Organisation and Architecture for Information Technology. Candidate get sectional test of computer Architecture to prepare for entrance exams
Questions
Which of the following pipelines consist of multiple arithmetic units?
- Graphic pipelines
- Software pipelines
- Instruction pipelines
- Both (2) and (3)
- None of these
Which of the following is not applicable to pipeline?
- Pipeline divides datapath into nearly equal tasks, to be performed serially.
- It requires non-overlapping resource.
- Pipelines are used to synchronise tasks.
- Pipelines are used to break each instruction down into a fixed number of tasks.
- None of these
What will be the performance ratio if the single-cycle time is 40 ns and the pipeline time is 12?
- 0.33
- 0.57
- 2.5
- 5.2
- None of the above
Which of the following is/are the true statements?
- Cache memory is faster than main memory.
- Cache memory stores data for temporary use.
- Cache memory consumes less access time as compared to main memory.
- All of the above
- Only (1) and (3) are true
Which of the following register points to a memory location in read/write memory is known as stack?
- Program Counter (PC)
- Stack Pointer (SP)
- Storage registers
- Flags
- None of these
Which of the following registers points to memory address from which the next byte is to be fetched?
- Stack Pointer (SP)
- Program Counter (PC)
- Storage registers
- Both (1) and (2)
- None of these
Which of the following types of memory comes under the category of internal memory?
- Cache memory
- Main memory
- Optical disk
- All of the above
- Both (1) and (2)
In which of the following addressing mode, the address of the operand is given in the instruction and data is available in the memory location which is provided in instruction?
- Index addressing mode
- Relative addressing mode
- Direct addressing mode
- Indirect addressing mode
- None of the above
Which of the following is/are false about virtual memory?
- It allows multiple programs to share the same physical memory.
- It allows programmers to write code as though they have a very large amount of main memory.
- Virtual memory automatically handles bringing in data from disk.
- All of the above
- None of these
Which of the following are the tasks of a microprocessor?
- It communicates with peripherals devices.
- It is used to provide timing signal.
- It is used to perform computer tasks as specified by the instructions in memory.
- All of the above
- Only (1) and (3)
Which of the following logic gates is also known as inverter?
- NOT gate
- AND gate
- NOR gate
- XOR gate
- XNOR gate
Which of the following memories acts as a buffer between the CPU and main memory?
- Direct access memory
- Cache memory
- Auxiliary memory
- Serial access memory
- None of these
Which of the following addressing modes provides direct data to the operand and moves the data in accumulator?
- Index addressing mode
- Relative addressing mode
- Direct addressing mode
- Indirect addressing mode
- Immediate addressing mode
Which of the following addressing modes is used to determine the effective address by adding the content of the program counter to the address part of the instruction?
- Index addressing mode
- Relative addressing mode
- Direct addressing mode
- Indirect addressing mode
- Immediate addressing mode
In which of the following addressing modes, the instruction specifies a memory location which contains the address of the operand?
- Index addressing mode
- Relative addressing mode
- Direct addressing mode
- Indirect addressing mode
- None of these