Parallel Computing
- Date February 10, 2022
Quiz Summary
0 of 30 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 30 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 30
1. Question
It is the simultaneous use of multiple compute resources to solve a computational problem
CorrectIncorrect -
Question 2 of 30
2. Question
Parallel Execution
CorrectIncorrect -
Question 3 of 30
3. Question
Scalability refers to a parallel system’s (hardware and/or software) ability
CorrectIncorrect -
Question 4 of 30
4. Question
Parallel computing can include
CorrectIncorrect -
Question 5 of 30
5. Question
Serial Execution
CorrectIncorrect -
Question 6 of 30
6. Question
Shared Memory is
CorrectIncorrect -
Question 7 of 30
7. Question
Distributed Memory
CorrectIncorrect -
Question 8 of 30
8. Question
Parallel Overhead is
CorrectIncorrect -
Question 9 of 30
9. Question
Massively Parallel
CorrectIncorrect -
Question 10 of 30
10. Question
Fine-grain Parallelism is
CorrectIncorrect -
Question 11 of 30
11. Question
In shared Memory
CorrectIncorrect -
Question 12 of 30
12. Question
In shared Memory:
CorrectIncorrect -
Question 13 of 30
13. Question
In shared Memory
CorrectIncorrect -
Question 14 of 30
14. Question
In designing a parallel program, one has to break the problem into discreet chunks of work that can be distributed to multiple tasks. This is known as
CorrectIncorrect -
Question 15 of 30
15. Question
Latency is
CorrectIncorrect -
Question 16 of 30
16. Question
Domain Decomposition
CorrectIncorrect -
Question 17 of 30
17. Question
Functional Decomposition:
CorrectIncorrect -
Question 18 of 30
18. Question
Synchronous communications
CorrectIncorrect -
Question 19 of 30
19. Question
Collective communication
CorrectIncorrect -
Question 20 of 30
20. Question
Point-to-point communication referred to
CorrectIncorrect -
Question 21 of 30
21. Question
Uniform Memory Access (UMA) referred to
CorrectIncorrect -
Question 22 of 30
22. Question
Asynchronous communications
CorrectIncorrect -
Question 23 of 30
23. Question
Granularity is
CorrectIncorrect -
Question 24 of 30
24. Question
Coarse-grain Parallelism
CorrectIncorrect -
Question 25 of 30
25. Question
Cache Coherent UMA (CC-UMA) is
CorrectIncorrect -
Question 26 of 30
26. Question
Non-Uniform Memory Access (NUMA) is
CorrectIncorrect -
Question 27 of 30
27. Question
It distinguishes multi-processor computer architectures according to how they can be classified along the two independent dimensions of Instruction and Data Each of these dimensions can have only one of two possible states: Single or Multiple.
CorrectIncorrect -
Question 28 of 30
28. Question
In the threads model of parallel programming
CorrectIncorrect -
Question 29 of 30
29. Question
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
CorrectIncorrect -
Question 30 of 30
30. Question
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.
CorrectIncorrect