Practice Parallel computing - computer mcq Online Quiz (set-1) For All Competitive Exams

Q-1)   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

(a)

(b)

(c)

(d)


Q-2)   It is the simultaneous use of multiple compute resources to solve a computational problem

(a)

(b)

(c)

(d)


Q-3)   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

(a)

(b)

(c)

(d)


Q-4)   It distinguishes multi-processor computer architectures according to how they can be classified along the two independent dimensions of Instruction and Dat(A) Each of these dimensions can have only one of two possible states: Single or Multiple.

(a)

(b)

(c)

(d)


Q-5)   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.

(a)

(b)

(c)

(d)


Q-6)   These computer 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.

(a)

(b)

(c)

(d)


Q-7)   Parallel computing can include

(a)

(b)

(c)

(d)


Q-8)   Serial Execution

(a)

(b)

(c)

(d)


Q-9)   Parallel Execution

(a)

(b)

(c)

(d)


Q-10)   Load balancing is

(a)

(b)

(c)

(d)


Q-11)   Data dependence is

(a)

(b)

(c)

(d)


Q-12)   Synchronous communication operations referred to

(a)

(b)

(c)

(d)


Q-13)   In shared Memory:

(a)

(b)

(c)

(d)


Q-14)   In the threads model of parallel programming

(a)

(b)

(c)

(d)


Q-15)   Cache Coherent UMA (CC-UMA) is

(a)

(b)

(c)

(d)


Q-16)   Uniform Memory Access (UMA) referred to

(a)

(b)

(c)

(d)


Q-17)   Non-Uniform Memory Access (NUMA) is

(a)

(b)

(c)

(d)


Q-18)   In shared Memory

(a)

(b)

(c)

(d)


Q-19)   Distributed Memory

(a)

(b)

(c)

(d)


Q-20)   Shared Memory is

(a)

(b)

(c)

(d)