Which of the following statements with respect to multiprocessor system are true? (A) Multiprocessor system is controlled by one operating system. (B) In Multiprocessor system, multiple computers are connected by the means of communication lines. (C) Multiprocessor system is classified as multiple instruction stream and multiple data stream system. Choose the correct answer from the options given below:
(A) and (C) only
A multiprocessor system is a computer system with two or more central processing units (CPUs) that share common access to main memory and peripherals. Let's analyze each statement provided regarding multiprocessor systems.
Statement (A) says: "Multiprocessor system is controlled by one operating system."
Therefore, statement (A) is considered true.
Statement (B) says: "In Multiprocessor system, multiple computers are connected by the means of communication lines."
Therefore, statement (B) is considered false in the context of a typical multiprocessor system.
Statement (C) says: "Multiprocessor system is classified as multiple instruction stream and multiple data stream system."
The classification based on Flynn's Taxonomy is as follows:
| Classification | Description | Example |
|---|---|---|
| SISD | Single Instruction, Single Data | Traditional uniprocessor system |
| SIMD | Single Instruction, Multiple Data | Vector processors, Array processors |
| MISD | Multiple Instruction, Single Data | Pipeline architectures (debated whether this fits well) |
| MIMD | Multiple Instruction, Multiple Data | Multiprocessor systems, Multi-core processors, Distributed systems |
Multiprocessor systems align with the MIMD classification.
Therefore, statement (C) is considered true.
Based on the analysis:
The statements that are true with respect to a multiprocessor system are (A) and (C).
| Concept | Description |
|---|---|
| Multiprocessor System | Multiple CPUs sharing main memory, controlled by a single OS. |
| Distributed System | Multiple independent computers communicating over a network. |
| MIMD | Multiple Instruction, Multiple Data stream processing. |
Multiprocessor systems can be categorized in different ways:
All these types typically operate under a single operating system and are classified as MIMD systems.
Given below are two statements:
Statement I: Hardwired control unit can be optimized to produce fast mode of operation.
Statement II: Indirect addressing mode needs two memory reference to fetch the operand.
In the light of the above statements. choose the correct answer from the options given below
The following program is stored in memory unit of the basic computer. What is the content of the accumulator after the execution of program? (All location numbers listed below are in hexadecimal).
Location | Instruction |
210 | CLA |
211 | ADD 217 |
212 | INC |
213 | STA 217 |
214 | LDA 218 |
215 | CMA |
216 | AND 217 |
217 | 1234H |
218 | 9CE2H |
A partial data path of a processor is given in the figure, where RA, RB, and RZ are 32-bit registers. Which option(s) is/are CORRECT related to arithmetic operations using the data path as shown?

Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R
Assertion A: Instruction pipelining improves CPU throughput.
Reason R: Pipelining decreases the execution time of each individual instruction.
In the light of the above statements, choose the most appropriate answer from the options given below