Question
Which architecture allows multiple processors to share
memory and work simultaneously?     ÂSolution
MIMD (Multiple Instruction, Multiple Data) is an architecture where multiple processors can execute different instructions on different data simultaneously, sharing a common memory space. This allows for parallel processing, increasing the efficiency and speed of the system, making it ideal for complex computational tasks. SISD : Single Instruction, Single Data architecture processes one instruction at a time on one data set, without parallelism. SIMD : Single Instruction, Multiple Data architecture processes multiple data sets using the same instruction, but it is not as flexible as MIMD. MISD : Multiple Instruction, Single Data architecture is rarely used and is not suitable for parallel processing. SOA : Service-Oriented Architecture is unrelated to processor architecture and focuses on building modular services in software systems.
Which among the following is a device, that is used in computers to add external components?
A program that performs a useful task while simultaneously allowing destructive acts is
A device is used to read information encoded into a small plastic cards.
Which of the following refers to the temporary storage location used for cut, copy and paste?
Times new Roman, Cambria, Arial are the examples of __________.
Which of the following terms is associated with the computers processing speed?
Which output device transfers processed information into a printed page?
What is the full form of SMPS?
A file which has not been altered, compressed, or manipulated in any way by the computer is called?
Which of the following is considered as the volatile memory?Â