Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Test  >  GATE Computer Science Engineering(CSE) 2027 Mock Test Series  >  Test: IPC, Synchronization & Concurrency- 1 - Computer Science Engineering (CSE) MCQ

GATE Computer Science Engineering(CSE) 2027 Test: IPC, Synchronization


MCQ Practice Test & Solutions: Test: IPC, Synchronization & Concurrency- 1 (7 Questions)

You can prepare effectively for Computer Science Engineering (CSE) GATE Computer Science Engineering(CSE) 2027 Mock Test Series with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: IPC, Synchronization & Concurrency- 1". These 7 questions have been designed by the experts with the latest curriculum of Computer Science Engineering (CSE) 2026, to help you master the concept.

Test Highlights:

  • - Format: Multiple Choice Questions (MCQ)
  • - Duration: 21 minutes
  • - Number of Questions: 7

Sign up on EduRev for free to attempt this test and track your preparation progress.

Test: IPC, Synchronization & Concurrency- 1 - Question 1

Critical region is

Detailed Solution: Question 1

Critical region is a set of instructions that access common shared resource which exclude one another in time. Critical region is primarily centred on the usage of global shared resources (or variables) among the processes.

Test: IPC, Synchronization & Concurrency- 1 - Question 2

Kernel is

Detailed Solution: Question 2

Kernel is central component of an operating system that manages operations of computer and hardware. 

Test: IPC, Synchronization & Concurrency- 1 - Question 3

At a particular time, the value of a counting semaphore is 10. It will become 7 after
1. 3 V operations
2. 3 P operations
3. 5 V operations and 2 P operations
4. 13 P operations and 10 V operations

Detailed Solution: Question 3

P-denotes wait operation and V denotes signal. Value of counting semaphore initially 10, it will become seven by decreasing it by '3’ which can be done either by ‘3’ wait operation or 13 ‘P’- operation and ‘ 10’ V-operation, which effectively decreases the count by ‘3’.

Test: IPC, Synchronization & Concurrency- 1 - Question 4

Supervisor call

Detailed Solution: Question 4

In computers, especially IBM mainframes, a supervisor call (SVC) is a processor instruction that directs the processor to pass control of the computer to the operating systems supervisor program.

Test: IPC, Synchronization & Concurrency- 1 - Question 5

Semaphores are used to solve the problem of
1. Race condition
2. Process synchronization
3. Mutual exclusion

Detailed Solution: Question 5

Semaphores are used in deadlock avoidance by using them during interprocess communication. It is used to solve the problem of synchronisation among processes.

Test: IPC, Synchronization & Concurrency- 1 - Question 6

Mutual exclusion problem occurs

Detailed Solution: Question 6

Whenever process shared the common data and resources, there is a chance of violating the consistency among the data. This problem which is related to the global data is known as mutual exclusion.

Test: IPC, Synchronization & Concurrency- 1 - Question 7

Peterson’s algorithm is the solution of which of the following problem.

Detailed Solution: Question 7

Peterson's algorithm restricts process entry. It ensures that the concurrent processes will enter alternatively into critical section. So, also solving problem of mutual exclusion.

56 docs|215 tests
Information about Test: IPC, Synchronization & Concurrency- 1 Page
In this test you can find the Exam questions for Test: IPC, Synchronization & Concurrency- 1 solved & explained in the simplest way possible. Besides giving Questions and answers for Test: IPC, Synchronization & Concurrency- 1, EduRev gives you an ample number of Online tests for practice
Download as PDF