What is the requirement in MIMD ?
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 |
what is dynamic polymorphism?
hi viewers, tell me,what is scripting and programming, define and difference...pls
Indentify the essential difference between GUI and a command line operating systems?
1 Answers Deloitte, Infosys, Wipro,
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
what is d main diff between the java and .net framework
1. What coding languages are you comfortable with?
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
Hi, I'm doing B.com 3rd year. Simultaneously I'm doing software engineering in a private institution. I would like to know whether my B.com graduation alone is enough to get me a job in the IT field or should I do some PG course not MBA... suggest me...
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
Difference between debugging, running, executing of an application
What is the worst case of AVL tree?