22. Which of the following statements is(are) true? 1.Queue is useful in CPU scheduling and Disk Scheduling. 2.Stack is useful while checking for balanced parentheses in an expression. 3.Queue is useful while converting infix to Postfix/Prefix.  4.Stack is useful while Breadth First Search in a graph. 5.When data is transferred asynchronously between two processes. Stack is used for synchronization. Examples : IO Buffers, pipes, file IO, etc. 
(A)1,2
(B)2,3,4
(C)2,3,4,5
(D) 1,2,5

答案:登入後查看
統計: A(35), B(21), C(8), D(27), E(0) #1989189

詳解 (共 1 筆)

#6051039
  佇列在 CPU 調度和磁碟調度中...
(共 417 字,隱藏中)
前往觀看
1
0