Multiple choice technology platforms and products

Which of the following is not correct about Parallel development in Visual Studio 2010?

  1. Parallel programming means development of multithreaded applications to improve performance for multi processor architectures

  2. Parallel programming harnesses the computing power of manycore (multi processor) architectures

  3. Helps developers solve business problems and not concurrency problems

  4. VS 2010 will include technologies to simplify parallel computing for both native and managed code developers

  5. Provides common infrastructure for resource management and task scheduling for Parallel-aware applications

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Parallel programming in Visual Studio is specifically designed to help developers solve concurrency problems, scale performance across multi-core processors, and manage threads, making option C incorrect and therefore the right answer to the 'not correct' prompt.