II.Answer the Follow Questions (Each 5 points) 1) Three process (A, B, and C) are running concurrently. Process A has Fi
Posted: Thu Jun 02, 2022 8:38 am
Questions (Each 5 points) 1) Three process (A, B, and C) are running concurrently. Process A has File1, but needs File2. Process B has File3,but needs File1.Process C and File2, but needs File3 .Draw a diagram similar or Figure 7.13 for these processes. Is this a deadlock situation? 2) Using the bubble sort algorithm, manually sort the following list and show your work in each pass: 3 14 7 23 31 40 56 78 92 3) Present the preorder traversal and breadth-first traversal result of the following tree. Root Subtree E D Subtree C Subtree G Subtree D Subtree B Subtree H Subtree I Subtree F 4) Discuss why secret key encryption/decryption cannot be used for nonrepudiation.
II.Answer the Follow