Pipes used for IPC behave like which data structure?

2019

Pipes used for IPC behave like which data structure?

Answer: B. QueuePipes used for inter-process communication follow FIFO behaviour, so they behave like queues.

  1. A.

    Stacks

  2. B.

    Queue

  3. C.

    Tree

  4. D.

    Linked List

Attempted by 9 students.

Show answer & explanation

Correct answer: B

Pipes used for inter-process communication follow FIFO behaviour, so they behave like queues.

Explore the full course: Niacl Ao It Specialist

Loading lesson…