What is the requirement in MIMD ?

Answer Posted / pankajbisane

In computing, MIMD (Multiple Instruction stream, Multiple
Data stream) is a technique employed to achieve parallelism.
Machines using MIMD have a number of processors that
function asynchronously and independently. At any time,
different processors may be executing different instructions
on different pieces of data. MIMD architectures may be used
in a number of application areas such as computer-aided
design/computer-aided manufacturing, simulation, modeling,
and as communication switches. MIMD machines can be of
either shared memory or distributed memory categories. These
classifications are based on how MIMD processors access
memory. Shared memory machines may be of the bus-based,
extended, or hierarchical type. Distributed memory machines
may have hypercube or mesh interconnection schemes.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why we use abstract word in abstract window toolkit in java language.

1952


Difference between delegates and Events?

1879


what are the missinschema properties and should we pass primary key in select command

1622


is it acceptable if we declare multiple exceptions in same overridden method.

2331


Q1.Write a C program which asks the user for a number between 1 to 9 and shows the  number. If the user inputs a number out of the specified range, the program should  show an error and prompt the user for a valid input.

2479






How can we develop a multi-tier application in Java?

1609


I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??

1859


How do i find out the number of parameters passed into function?

2397


when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?

1911


what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct

1879


Write a shell program to test whether a given year is leap year or not ?

2446


What is the difference beween joblib and steplib statements

1996


What is ur porject Architecture? If anyone ask what i have to specify here..

1683


What is the meaning of client-server application. The purpose of Client-Server Application. with description.

1862


Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.

796