how do you manage kernel services
Zaid is an IT expert in a medical company that works on brain tumor detection. Zaid needs to transform the brain image scanned through monochromic camera for image analyses.
What will you suggest Zaid from 2D transformation and 3D transformation of monochrome image in the transformation process? Discuss it with solid reason.
3.13. Create the user with following details:
Login name umcovida shell /bin/bash
Full name Mcovida Lengana Home folder /homestu/umcovida
Default group wanafunzi Group ID 20212
Suppose a system has not implemented any deadlock prevention and avoidances measurement. Therefore, it has to run the deadlock detection algorithm in case deadlock has occurred in a system. Following two strategies can be adopted to recover the system from a deadlock.
In your opinion, which option will be considered more suitable to recover the system from a deadlock? Write a concise and to the point answer with valid reasons.
Write a bash script to check whether the input number is EVEN, ODD or neither EVEN nor
1. How would you describe computer programs in your own words?
2. What do you think are the advantages of using computer programs in our daily life?
LEARNING TASK#02: WHAT IS IT? BY SEQUENCING Directions: with the use of letters (a -f), arrange the PROGRAMMING PROCESS by reading the scenarios below. Write your answer on the space before the number.
1. In this phase, the programmer prepares a problem statement outlining the answers to the what is the job to be done?
2. In this phase, A plan of action is prepared describing the processing sequence of the operations and analyze what would be the best way to answer the problem.
3. In this phase, the programmer will write the source code and translate it to program
4. In this phase, Programs are tested to locate and correct programming errors or bugs.
5. In this phase, all data pertaining to a program are collected, organized, and recorded.
Solve the deadlock problem (Banker's Algorithm) provided below:
Process
Allocation
Max
Available
P0
P1
P2
P3
P4
A B C D
0 0 1 2
1 0 0 0
1 3 5 4
0 6 3 2
0 0 1 4
A B C D
0 0 1 2
1 7 5 0
2 3 5 6
0 6 5 2
0 6 5 6
A B C D
1 5 2 0
Answer the following questions using the Banker’s Algorithm