Homechevron_rightEngineeringchevron_rightComputer Sciencechevron_rightOperating Systemchevron_rightConcurrent access to shared data may result in ____________

Concurrent access to shared data may result in ____________

  • Q. Concurrent access to shared data may result in ____________
  • filter_dramaExplanation
    Answer is : C

    A cooperating process is one that can affect or be affected by other processes executing in a system. Cooperating processes can either directly share a logical address space (that is, both code and data) or be allowed to share data only through files or messages. Concurrent access to shared data may result in data inconsistency.

Discussion

    No one started the discussion yet. Break the ice and start the conversation.
    Please Login to be part of the discussion.

Similar Questions

  • 1. The signal operation of the semaphore basically works on the basic _______ system call.
  • filter_dramaExplanation
    Answer is : B
    None.
  • 2. Those processes should be aborted on occurrence of a deadlock, the termination of which?
  • filter_dramaExplanation
    Answer is : B
    None.
  • 3. The following pair of processes share a common variable X.
    Process A
    int Y;
    A1: Y = X*2;
    A2: X = Y;   
     
    Process B
    int Z;
    B1: Z = X+1;
    B2: X = Z;
    X is set to 5 before either process begins execution. As usual, statements within a process are executed sequentially, but statements in process A may execute in any order with respect to statements in process B. How many different values of X are possible after both processes finish executing?
  • filter_dramaExplanation
    Answer is : C
    Here are the possible ways in which statements from A and B can be interleaved.
  • 4. Which of the following concurrency control protocols ensure both conflict serializability and freedom from deadlock? I) 2-phase locking II) Timestamp ordering
  • filter_dramaExplanation
    Answer is : B
    None.
  • 5. Which one of the following is a visual ( mathematical ) way to determine the deadlock occurrence?
  • filter_dramaExplanation
    Answer is : A
    None.

Operating SystemTopics

leaderboardLeaderboard
  • Rahul Kumar

    191 Points

  • VIKRAM JEET

    54 Points

  • GEETHIKA CHOWDARY

    53 Points

  • sunita saini

    52 Points

  • Zain

    49 Points