Question 1 :
Election message is always sent to the process with ____________.
- Lower number
- Higher number
- Requesting process
- Requesting Lower number of resources
Question 2 :
Which one is not a feature of the process migration?
- Efficiency
- Transparency
- Maximum Interference
- Robustness
Question 3 :
What is a stateless file server?
- It keeps tracks of states of different objects
- It maintains internally no state information at all
- It maintains only client information in them
- It maintains only client access information in them
Question 4 :
In Singhal Heuristic Mutual exclusion algorithms, Synchronization delay is_______
- 3T
- T
- 2T
- 4T
Question 5 :
The situation where the data operands are not available is called
- Data Hazards
- Stock
- Deadlock
- Structural Hazards
Question 6 :
SIMD is a scheme of
- Fengs classification
- Handler classification
- Shore Classification
- Flynn Classification
Question 7 :
The following computers focus on vector operations
- MIMD
- SIMD
- SISD
- MISD
Question 8 :
If no updates take place for a long time, all replicas will gradually become consistent. This form of consistency is called ______________.
- Continuous Consistency
- Causal Consistency
- Sequential Consistency
- Eventual Consistency
Question 9 :
Handler’s Classification is based on
- Multiplicity of data streams
- Serial vs parallel processing
- Multiplicity of instruction and data stream
- Degree of parallelism and pipelining
Question 10 :
Which one is not goal of Task assignment algorithm
- Minimization of IPC cost
- Low degree of parallelism
- Quick turnaround time for the complete process
- Efficient utilization of system resource in general
Question 11 :
All the process submitted by user are distributed among the nodes of the system so as to equalize the workload among nodes is called as
- Load -balancing approach
- Load-sharing approach
- Task assignment approach
- Static approach
Question 12 :
The capability of a system to adapt the increased service load is called _________
- Capacity
- Tolerance
- Scalability
- Performance
Question 13 :
______________that do not have parallel processing capability.
- SISD
- SIMD
- MISD
- MIMD
Question 14 :
The time period for which the unit is idle is called as
- Stall
- Scheduling
- Hazards
- Nothing
Question 15 :
The layer, which provides the interface that client and server application objects to interact with each other is
- INCREASING
- COUNT
- BIT
- STUB/SKELETON
Question 16 :
If one site fails in distributed system, _________
- the remaining sites can continue operating
- all the sites will stop working
- directly connected sites will stop working
- network fails completely
Question 17 :
_____________ is a physical clock synchronization Algorithm
- Vector time stamp
- Berkeley
- Lamport
- Ring
Question 18 :
The support of diverse hardware, diverse operating system platforms, diverse network and use of different languages for implementation is called
- Reliability
- Accessibility
- Heterogeneity
- Availability
Question 19 :
In RPC, the client's OS sends the message to the remote OS using
- THE TRANSPORT LAYER
- THE PHYSICAL LAYER
- THE DATALINK LAYER
- THE PRESENTATION LAYER
Question 20 :
Which of the following is not a parallel programming model
- Message Passing Model
- Data parallel model
- Shared memory model
- Architectural model
Question 21 :
SIMD represents an organization that
- refers to a computer system capable of processing several programs at the same time.
- represents organization of single computer containing a control unit, processor unit and a memory unit.
- includes many processing units under the supervision of a common control unit
- Includes many processing units and many control units.
Question 22 :
RMI stands for
- REMOTE MEMORY INSTALLATION
- REMOTE MEMORY INVOCATION
- REMOTE METHOD INSTALLATION
- REMOTE METHOD INVOCATION
Question 23 :
What is mean by release consistency
- Absolute time ordering of all shared accesses matters.
- All processes see all shared accesses in the same order. Accesses are not ordered in time
- Shared data can be counted on to be consistent only after a synchronization is done
- Shared data are made consistent when a critical region is exited
Question 24 :
A replica is more __________ compared to a cached copy
- Non-Persistent and Insecure
- Insecure and Accurate
- Inaccurate and Insecure
- Accurate, Persistent and Secure
Question 25 :
If a process is executing in its critical section ____________
- any other process can also execute in its critical section
- no other process can execute in its critical section
- one more process can execute in its critical section
- Many process can execute it its critical section