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
why we use abstract word in abstract window toolkit in java language.
Difference between delegates and Events?
what are the missinschema properties and should we pass primary key in select command
is it acceptable if we declare multiple exceptions in same overridden method.
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.
How can we develop a multi-tier application in Java?
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..??
How do i find out the number of parameters passed into function?
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?
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
Write a shell program to test whether a given year is leap year or not ?
What is the difference beween joblib and steplib statements
What is ur porject Architecture? If anyone ask what i have to specify here..
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
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.