0

Basic Structure of a Computer

Description: Computer Organisation & Arch.
Number of Questions: 16
Created by:
Tags: COA Operating System
Attempted 0/16 Correct 0 Score 0

The system performance can be improved by placing a small, fast acting buffer memory between the processor and the main memory. This buffer memory is called ____________.

  1. cache memory

  2. primary memory

  3. internal memory

  4. none of these


Correct Option: A
Explanation:

The system performance can be improved by placing a small, fast acting buffer memory between the processor and the main memory. This buffer memory is called as cache memory.

______________ refers to the set of CPU resistors that serves as working memory, storing temporary results during program execution.

  1. Primary memory

  2. Internal memory

  3. Secondary memory

  4. Cache memory


Correct Option: B
Explanation:

Internal memory refers to the set of CPU resistors that serve as working memory, storing temporary results during program execution.

Which of the following terms relates to an art of putting together components to arrive at a system that performs well according to a set of clearly specified goals from the user's point of view?

  1. Computer Architecture

  2. Computer Organization

  3. Instructions

  4. Supercomputers


Correct Option: A
Explanation:

'Computer Architecture' is the  term that relates to the art of putting together components to arrive at a system that performs well according to a set of clearly specified goals from the user's point of view.

Which of the following carries a word to/ from a memory?

  1. Data Bus

  2. Address Bus

  3. Control Bus

  4. None of these


Correct Option: A
Explanation:

Data Bus carries a word to/ from a memory.

Which of the following interrupts is issued by the CPU itself when it detects that something is wrong or needs special attention?

  1. Software interrupt

  2. Hardware interrupt

  3. Trap

  4. None of these


Correct Option: C
Explanation:

Trap interrupt is issued by the CPU itself when it detects that something is wrong or needs special attention.

__________ is issued when a user program needs to make a system call to the operating system.

  1. Hardware interrupt

  2. Software interrupt

  3. Trap interrupt

  4. None of these


Correct Option: B
Explanation:

Software interrupt is issued when a user program needs to make a system call to the operating system.

In which of the following approaches is the sequence of control words corresponding to the control sequence of a machine instruction constitutes the microroutine for that instruction?

  1. Control word

  2. Microroutine

  3. Microprogram memory

  4. None of these


Correct Option: B
Explanation:

This is a sequence of control words corresponding to the control sequence of a machine instruction that constitutes the micro routine for that instruction.

The part of an operating system that resides more or less continuously in the main memory and consists of its most frequently used part is called ________________.

  1. program

  2. bus

  3. instruction

  4. kernel


Correct Option: D
Explanation:

The part of an operating system that resides more or less continuously in the main memory and consists of its most frequently used part is called kernel.

____________ register is designated to hold the result of an operation performed by the ALU.

  1. Program counter

  2. Accumulator

  3. Instruction register

  4. None of these


Correct Option: B
Explanation:

Accumulator register is designated to hold the result of an operation performed by the ALU.

Which of the following acts as nerve center for the other units?

  1. Control Unit

  2. CPU

  3. ALU

  4. None of these


Correct Option: A
Explanation:

Control unit acts as the nerve center for the other units.

__________ transfers an item of information from the processor to a specific memory location and destroys the former contents of that location.

  1. Load operation

  2. Trap

  3. Store operation

  4. None of these


Correct Option: C
Explanation:

Store operation transfers an item of information from the processor to a specific memory location and destroys the former contents of that location.

__________ is a special memory in which the microroutines corresponding to the instruction set of a computer are stored.

  1. Microprogram counter

  2. Cache memory

  3. Microprogram memory

  4. None of these


Correct Option: C
Explanation:

Microprogram memory is a special memory in which the microroutines corresponding to the instruction set of a computer are stored.

__________ refers to the function and design of various units of the computer.

  1. Secondary memory

  2. Computer Architecture

  3. Computer Organization

  4. None of these


Correct Option: C
Explanation:

Computer Organization refers to the function and design of various units of the computer.

In _________the contents of the memory location pointed by the program counter are fetched and loaded into the instruction register.

  1. hardwired control

  2. fetch phase

  3. execution phase

  4. none of these


Correct Option: B
Explanation:

In fetch phase, the contents of the memory location pointed by the program counter are fetched and loaded into the instruction register.

The CPU address register called ______________ automatically keeps track of the stack entry point.

  1. input output port

  2. instruction cycle

  3. CPU

  4. stack pointer


Correct Option: D
Explanation:

The CPU address register called stack pointer automatically keeps track of the stack entry point.

In which of the following are all control signals required inside the CPU can be generated using a state counter and a PLA circuit?

  1. Computer organization

  2. Hardwired control

  3. Control word

  4. None of these


Correct Option: B
Explanation:

In hardwired control, all the control signals required inside the CPU can be generated using a state counter and a PLA circuit.

- Hide questions