Q.1.
Parallel architectures affect parallelization?
Q.2.
The size of the initial chunksize                       .
Q.3.
Active in the parallel section region.
Q.4.
The                          specifies that the iterations of the for loop should be executed in parallel by multiple threads.
Q.5.
Code of functions that are called (directly or indirectly) from within the parallel region.
Q.6.
Program, i.e., each thread executes the same code.
Q.7.
When compiling an OpenMP program with gcc, what flag must be included?
Q.8.
The signal operation of the semaphore basically works on the basic              system call.
Q.9.
(not necessarily immediately)?
Q.10.
Here, w1 and w2 have shared variables, which are initialized to false. Which one of the following statements is TRUE about the above construct?
Q.11.
At any moment (the mutex being initialized to 1)?
Q.12.
What is the main disadvantage of spinlocks?
Q.13.
What are Spinlocks?
Q.14.
A process is allowed to enter its critical section                     .
Q.15.
Which of the following conditions must be satisfied to solve the critical section problem?
Q.16.
Paths that have an unbounded number of allowed nonminimal hops from packet sources, this situation is referred to as                  .
Q.17.
is the ability of multiple processes to co-ordinate their activities by exchange of information.
Q.18.
Code, resources or data in such a way that only one process has access to shared object at a time.
Q.19.
A system has 3 processes sharing 4 resources. If each process needs a maximum of 2 units, then
Q.20.
How many times will process P0 print '0'?