Deck 7: Parallel Computing and Graph Algorithms

Full screen (f)
exit full mode
Question
every node has to know when to communicate that is

A)call the procedure
B)call for broadcast
C)call for communication
D)call the congestion
Use Space or
up arrow
down arrow
to flip the card.
Question
the procedure is disturbed and require only point-to-point _______

A)synchronization
B)communication
C)both
D)none
Question
Renaming relative to the source is _____ the source.

A)xor
B)xnor
C)and
D)nand
Question
Task dependency graph is ------------------

A)directed
B)undirected
C)directed acyclic
D)undirected acyclic
Question
In task dependency graph longest directed path between any pair of start and finish node is called as --------------

A)total work
B)critical path
C)task path
D)task length
Question
which of the following is not a granularity type

A)course grain
B)large grain
C)medium grain
D)fine grain
Question
which of the following is a an example of data decomposition

A)matrix multiplication
B)merge sort
C)quick sort
D)15 puzzal
Question
which problems can be handled by recursive decomposition

A)backtracking
B)greedy method
C)divide and conquer problem
D)branch and bound
Question
In this decomposition problem decomposition goes hand in hand with its execution

A)data decomposition
B)recursive decomposition
C)explorative decomposition
D)speculative decomposition
Question
which of the following is not an example of explorative decomposition

A)n queens problem
B)15 puzzal problem
C)tic tac toe
D)quick sort
Question
Topological sort can be applied to which of the following graphs?

A)undirected cyclic graphs
B)directed cyclic graphs
C)undirected acyclic graphs
D)directed acyclic graphs
Question
In most of the cases, topological sort starts from a node which has __________

A)maximum degree
B)minimum degree
C)any degree
D)zero degree
Question
Which of the following is not an application of topological sorting?

A)finding prerequisite of a task
B)finding deadlock in an operating system
C)finding cycle in a graph
D)ordered statistics
Question
In ------------task are defined before starting the execution of the algorithm

A)dynamic task
B)static task
C)regular task
D)one way task
Question
which of the following is not the array distribution method of data partitioning

A)block
B)cyclic
C)block cyclic
D)chunk
Question
blocking optimization is used to improve temmporal locality for reduce

A)hit miss
B)misses
C)hit rate
D)cache misses
Question
CUDA thought that 'unifying theme' of every form of parallelism is

A)cda thread
B)pta thread
C)cuda thread
D)cud thread
Question
Topological sort of a Directed Acyclic graph is?

A)always unique
B)always not unique
C)sometimes unique and sometimes not unique
D)always unique if graph has even number of vertices
Question
threads being block altogether and being executed in the sets of 32 threads called a

A)thread block
B)32 thread
C)32 block
D)unit block
Question
he threads in a thread block are distributed across SM units so that each thread is executed by one SM unit.
Question
When the topological sort of a graph is unique?

A)when there exists a hamiltonian path in the graph
B)in the presence of multiple nodes with indegree 0
C)in the presence of single node with indegree 0
D)in the presence of single node with outdegree 0
Question
What is a high performance multi-core processor that can be used to accelerate a wide variety of applications using parallel computing.

A)cpu
B)dsp
C)gpu
D)clu
Question
A good mapping does not depends on which following factor

A)knowledge of task sizes
B)the size of data associated with tasks
C)characteristics of inter-task interactions
D)task overhead
Question
CUDA is a parallel computing platform and programming model 
Question
Which of the following is not a form of parallelism supported by CUDA

A)vector parallelism - floating point computations are executed in parallel on wide vector units
B)thread level task parallelism - different threads execute a different tasks
C)block and grid level parallelism - different blocks or grids execute different tasks
D)data parallelism - different threads and blocks process different parts of data in memory
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/25
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 7: Parallel Computing and Graph Algorithms
1
every node has to know when to communicate that is

A)call the procedure
B)call for broadcast
C)call for communication
D)call the congestion
call the procedure
2
the procedure is disturbed and require only point-to-point _______

A)synchronization
B)communication
C)both
D)none
synchronization
3
Renaming relative to the source is _____ the source.

A)xor
B)xnor
C)and
D)nand
xor
4
Task dependency graph is ------------------

A)directed
B)undirected
C)directed acyclic
D)undirected acyclic
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
5
In task dependency graph longest directed path between any pair of start and finish node is called as --------------

A)total work
B)critical path
C)task path
D)task length
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
6
which of the following is not a granularity type

A)course grain
B)large grain
C)medium grain
D)fine grain
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
7
which of the following is a an example of data decomposition

A)matrix multiplication
B)merge sort
C)quick sort
D)15 puzzal
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
8
which problems can be handled by recursive decomposition

A)backtracking
B)greedy method
C)divide and conquer problem
D)branch and bound
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
9
In this decomposition problem decomposition goes hand in hand with its execution

A)data decomposition
B)recursive decomposition
C)explorative decomposition
D)speculative decomposition
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
10
which of the following is not an example of explorative decomposition

A)n queens problem
B)15 puzzal problem
C)tic tac toe
D)quick sort
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
11
Topological sort can be applied to which of the following graphs?

A)undirected cyclic graphs
B)directed cyclic graphs
C)undirected acyclic graphs
D)directed acyclic graphs
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
12
In most of the cases, topological sort starts from a node which has __________

A)maximum degree
B)minimum degree
C)any degree
D)zero degree
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
13
Which of the following is not an application of topological sorting?

A)finding prerequisite of a task
B)finding deadlock in an operating system
C)finding cycle in a graph
D)ordered statistics
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
14
In ------------task are defined before starting the execution of the algorithm

A)dynamic task
B)static task
C)regular task
D)one way task
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
15
which of the following is not the array distribution method of data partitioning

A)block
B)cyclic
C)block cyclic
D)chunk
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
16
blocking optimization is used to improve temmporal locality for reduce

A)hit miss
B)misses
C)hit rate
D)cache misses
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
17
CUDA thought that 'unifying theme' of every form of parallelism is

A)cda thread
B)pta thread
C)cuda thread
D)cud thread
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
18
Topological sort of a Directed Acyclic graph is?

A)always unique
B)always not unique
C)sometimes unique and sometimes not unique
D)always unique if graph has even number of vertices
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
19
threads being block altogether and being executed in the sets of 32 threads called a

A)thread block
B)32 thread
C)32 block
D)unit block
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
20
he threads in a thread block are distributed across SM units so that each thread is executed by one SM unit.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
21
When the topological sort of a graph is unique?

A)when there exists a hamiltonian path in the graph
B)in the presence of multiple nodes with indegree 0
C)in the presence of single node with indegree 0
D)in the presence of single node with outdegree 0
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
22
What is a high performance multi-core processor that can be used to accelerate a wide variety of applications using parallel computing.

A)cpu
B)dsp
C)gpu
D)clu
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
23
A good mapping does not depends on which following factor

A)knowledge of task sizes
B)the size of data associated with tasks
C)characteristics of inter-task interactions
D)task overhead
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
24
CUDA is a parallel computing platform and programming model 
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
25
Which of the following is not a form of parallelism supported by CUDA

A)vector parallelism - floating point computations are executed in parallel on wide vector units
B)thread level task parallelism - different threads execute a different tasks
C)block and grid level parallelism - different blocks or grids execute different tasks
D)data parallelism - different threads and blocks process different parts of data in memory
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 25 flashcards in this deck.