Parallel Computing MCQ Questions and Answers
Practice ModeShowing 10 of 34 questions
Q21
Asynchronous communications
Answer: Option C
Q22
Granularity is
Answer: Option A
Q23
Coarrse-grain Parallelism
Answer: Option C
Q24
Cache Cherent UMA (CC-UMA) is
Answer: Option B
Q25
NOn-Uniform Memory/Access (NUMA) is
Answer: Option C
Q26
It distinguished multi-processor computer architectures according to how they can be classified along the two independent dimentions of instruction and Dat (A) Each of these dimensions can have only one of two possible states: Single or Multiple.
Answer: Option B
Q27
In the threads model of parallel programming
Answer: Option A
Q28
These applications typically have multiple executable object files (programs). While the application is being run in parallel. each task can be executing the same or different program as other tasks. All tasks may use different data
Answer: Option B
Q29
Here a single program is executed by all tasks simultaneously. At any moment in time, tasks can be executing the same or different instructions within the same program. These programs usually have the necessary logic programmed into them to allow different tasks to branch or conditionally execute only those parts of the program they are designed to execute.
Answer: Option A
Q30
These computers uses the stored-program concept. Memory is used to store both program and data instructions and central processing unit (CPU) gets instructions and /or data from memory. CPU, decodes the instructions and then sequentially performs them.
Answer: Option C