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
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
what are stubs related to foxpro?
what are the missinschema properties and should we pass primary key in select command
Can we write a method in JSP.If so how?
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
what is the similarity between networking devices?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
Which design patterns have you used?
hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?