Explore topic-wise MCQs in Testing Subject.

This section includes 657 Mcqs, each offering curated multiple-choice questions to sharpen your Testing Subject knowledge and support exam preparation. Choose a topic below to get started.

1.

A feature of a task-dependency graph that determines the average degree of concurrency for a given granularity is its ___________ path?

A. critical
B. easy
C. difficult
D. ambiguous
Answer» B. easy
2.

The number and size of tasks into which a problem is decomposed determines the?

A. fine-granularity
B. coarse-granularity
C. sub task
D. granularity
Answer» B. coarse-granularity
3.

Parallel Algorithm Models?

A. data parallel model
B. bit model
C. data model
D. network model
Answer» B. bit model
4.

Writing parallel programs is referred to as?

A. parallel computation
B. parallel processes
C. parallel development
D. parallel programming
Answer» E.
5.

task characteristics include?

A. task generation.
B. task sizes.
C. size of data associated with tasks.
D. all of above
Answer» E.
6.

A simple application of exploratory decomposition is_?

A. the solution to a 15 puzzle
B. the solution to 20 puzzle
C. the solution to any puzzle
D. none of above
Answer» B. the solution to 20 puzzle
7.

The Owner Computes Rule generally states that the process assigned a particular data item is responsible for?

A. all computation associated with it
B. only one computation
C. only two computation
D. only occasionally computation
Answer» B. only one computation
8.

Decomposition Techniques are?

A. recursive decomposition
B. data decomposition
C. exploratory decomposition
D. all of above
Answer» E.
9.

Speculative Decomposition consist of _?

A. conservative approaches
B. optimistic approaches
C. both a and b
D. only b
Answer» D. only b
10.

Mappings are determined by?

A. task dependency
B. task interaction graphs
C. both a and b
D. none of above
Answer» D. none of above
11.

The length of the longest path in a task dependency graph is called?

A. the critical path length
B. the critical data length
C. the critical bit length
D. none of above
Answer» B. the critical data length
12.

The number of tasks into which a problem is decomposed determines its?

A. granularity
B. priority
C. modernity
D. none of above
Answer» B. priority
13.

The graph of tasks (nodes) and their interactions/data exchange (edges)?

A. is referred to as a task interaction graph
B. is referred to as a task communication graph
C. is referred to as a task interface graph
D. none of above
Answer» B. is referred to as a task communication graph
14.

The First step in developing a parallel algorithm is_________?

A. to decompose the problem into tasks that can be executed concurrently
B. execute directly
C. execute indirectly
D. none of above
Answer» B. execute directly
15.

In message passing, send and receive message between?

A. task or processes
B. task and execution
C. processor and instruction
D. instruction and decode
Answer» B. task and execution
16.

A multiprocessor machine which is capable of executing multiple instructions on multiple data sets?

A. sisd
B. simd
C. mimd
D. misd
Answer» D. misd
17.

NUMA architecture uses _______in design?

A. cache
B. shared memory
C. message passing
D. distributed memory
Answer» E.
18.

For inter processor communication the miss arises are called?

A. hit rate
B. coherence misses
C. comitt misses
D. parallel processing
Answer» C. comitt misses
19.

Multiprocessor is systems with multiple CPUs, which are capable of independently executing different tasks in parallel. In this category every processor and memory module has similar access time?

A. uma
B. microprocessor
C. multiprocessor
D. numa
Answer» B. microprocessor
20.

Fine-grain threading is considered as a ______ threading?

A. instruction-level
B. loop level
C. task-level
D. function-level
Answer» B. loop level
21.

To which class of systems does the von Neumann computer belong?

A. simd (single instruction multiple data)
B. mimd (multiple instruction multiple data)
C. misd (multiple instruction single data)
D. sisd (single instruction single data)
Answer» E.
22.

Parallel processing may occur?

A. in the instruction stream
B. in the data stream
C. both[a] and [b]
D. none of the above
Answer» D. none of the above
23.

How does the number of transistors per chip increase according to Moore ´s law?

A. quadratically
B. linearly
C. cubicly
D. exponentially
Answer» E.
24.

Systems that do not have parallel processing capabilities are?

A. sisd
B. simd
C. mimd
D. all of the above
Answer» B. simd
25.

Which of these is not a source of overhead in parallel computing?

A. non-uniform load distribution
B. less local memory requirement in distributed computing
C. synchronization among threads in shared memory computing
D. none of the above
Answer» C. synchronization among threads in shared memory computing
26.

Which one is not a characteristic of NUMA multiprocessors?

A. it allows shared memory computing
B. memory units are placed in physically different location
C. all memory units are mapped to one common virtual global memory
D. processors access their independent local memories
Answer» E.
27.

Which of these steps can create conflict among the processors?

A. synchronized computation of local variables
B. concurrent write
C. concurrent read
D. none of the above
Answer» C. concurrent read
28.

Which one is not a limitation of a distributed memory parallel system?

A. higher communication time
B. cache coherency
C. synchronization overheads
D. none of the above
Answer» C. synchronization overheads
29.

VLIW stands for ?

A. very long instruction word
B. very long instruction width
C. very large instruction word
D. very long instruction width
Answer» B. very long instruction width
30.

Pipeline implements ?

A. fetch instruction
B. decode instruction
C. fetch operand
D. all of above
Answer» E.
31.

A processor performing fetch or decoding of different instruction during the execution of another instruction is called ______ ?

A. super-scaling
B. pipe-lining
C. parallel computation
D. none of these
Answer» C. parallel computation
32.

A pipeline is like .................... ?

A. an automobile assembly line
B. house pipeline
C. both a and b
D. a gas line
Answer» B. house pipeline
33.

In which application system Distributed systems can run well?

A. hpc
B. distrubuted framework
C. hrc
D. none of the above
Answer» B. distrubuted framework
34.

Computer system of a parallel computer is capable of_____________

A. decentralized computing
B. parallel computing
C. centralized computing
D. all of these
Answer» B. parallel computing
35.

In GPU Following statements are true

A. grid contains block
B. block contains threads
C. all the mentioned options.
D. sm stands for streaming multiprocessor
Answer» D. sm stands for streaming multiprocessor
36.

In thread-function execution scenario thread is a ___________

A. work
B. worker
C. task
D. none of the above
Answer» C. task
37.

CUDA helps do execute code in parallel mode using __________

A. cpu
B. gpu
C. rom
D. cash memory
Answer» C. rom
38.

The ratio of the time taken to solve a problem on a parallel processors to the time required to solve the same problem on a single processor with p identical processing elements.

A. the ratio of the time taken to solve a problem on a single processor to the time required to solve the same problem on a parallel computer with p identical processing elements.
B. the ratio of the time taken to solve a problem on a single processor to the time required to solve the same problem on a parallel computer with p identical processing elements
C. the ratio of number of multiple processors to size of data
D. none of the above
Answer» C. the ratio of number of multiple processors to size of data
39.

Which are different sources of Overheads in Parallel Programs?

A. interprocess interactions
B. process idling
C. all mentioned options
D. excess computation
Answer» D. excess computation
40.

Suppose there are 16 elements in a series then how many phases will be required to sort the series using parallel odd-even bubble sort?

A. 8
B. 4
C. 5
D. 15
Answer» E.
41.

In Parallel DFS processes has following roles.(Select multiple choices if applicable)

A. donor
B. active
C. idle
D. passive
Answer» B. active
42.

Partitioning on series done after ______________

A. local arrangement
B. processess assignments
C. global arrangement
D. none of the above
Answer» D. none of the above
43.

Following issue(s) is/are the true about sorting techniques with parallel computing.

A. large sequence is the issue
B. where to store output sequence is the issue
C. small sequence is the issue
D. none of the above
Answer» C. small sequence is the issue
44.

If there is 4X4 Mesh Topology ______ message passing cycles will require complete all to all reduction.

A. 4
B. 6
C. 8
D. 16
Answer» D. 16
45.

Scatter is ____________.

A. one to all broadcast communication
B. all to all broadcast communication
C. one to all personalised communication
D. node of the above.
Answer» D. node of the above.
46.

Consider Hypercube topology with 8 nodes then how many message passing cycles will require in all to all broadcast operation?

A. the longest path between any pair of finish nodes.
B. the longest directed path between any pair of start & finish node.
C. the shortest path between any pair of finish nodes.
D. the number of maximum nodes level in graph.
Answer» E.
47.

Which decompositioin technique uses divide-andconquer strategy?

A. recursive decomposition
B. sdata decomposition
C. exploratory decomposition
D. speculative decomposition
Answer» B. sdata decomposition
48.

Nvidia GPU based on following architecture

A. mimd
B. simd
C. sisd
D. misd
Answer» C. sisd
49.

What is Critical Path?

A. the length of the longest path in a task dependency graph is called the critical path length.
B. the length of the smallest path in a task dependency graph is called the critical path length.
C. path with loop
D. none of the mentioned.
Answer» B. the length of the smallest path in a task dependency graph is called the critical path length.
50.

Which of the following is not parallel algorithm model

A. the data parallel model
B. the work pool model
C. the task graph model
D. the speculative model
Answer» E.