UNIX/Linux Programming Answers

Questions: 170

Answers by our Experts: 135

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Install Hadoop in your System. Configure Java Path. Set Environment variables. Configure
Hadoop Configuration files. Configure SSH in your System. Generate Public/Private key pair.
Format name node. Run Hadoop and show its version. Show Hadoop administration Web UI.
Show all its daemons. Finally, Take Screenshots of all installation steps. Your laptop's MAC
address (write getmac command on command prompt) should be attached with each screen shot.

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.
3D transformation vs 2D transformation
Question Description
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.

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.

  1. Abort the one or more processes to break the circular wait.
  2. Preempt some resources from one or more processes to break the 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

  • What will be the contents of matrix Need?
  • Draw the safe sequence?
  • If the request from P1 arrives for (0, 4, 2, 0), can the request be granted immediately?

 

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS