Tell me more ×
Computer Science Stack Exchange is a question and answer site for students, researchers and practitioners of computer science. It's 100% free, no registration required.

What is the simplest computer language I can use to simulate a SIMD multiprocessor system if the # of processing elements, # of memory units, and an interconnection network is specified?

The professor has said the SIMD multiprocessor system should handle control instructions such as "JMP", "JNEG", "JPOS", etc.. which jump to different memory addresses.

We are given options like Java, C/C++, VHDL, MATLAB to program this architecture, but I was wondering which one the community suggests would be best for a beginner?

share|improve this question
3  
I fail to see how this is a computer science question. It is also highly subjective since it depends on your prior knowledge, personal reference and couple of non-functional, circumstancial factors. – Raphael Nov 26 '12 at 18:06
At first step - Java or C++. – osgx Dec 9 '12 at 1:59

closed as not constructive by Gilles Nov 26 '12 at 22:49

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.