Write a java program on professional expression assignment

Assignment Help Operating System
Reference no: EM134435

Gopher Gallery consists of a shopping mall and a cart ride that covers the 150 acre habitat. There are m visitors and n single-person vehicles. Visitors stroll around the mall at their leisure, then line up for the cart ride. When a cart is available, a single passenger may climb aboard and drive around the habitat for a random amount of time. If the n carts are all taken, then a future rider waits; if a vehicle is available but no one is waiting, then the vehicle waits. The solution to this problem must synchronize visitor tasks and vehicle tasks using semaphores. Below is a potential solution for the Visitor and Vehicle portions (assume that other portions of the system admit the tasks to the system). Correct any issues with this code, if any exist. Explain your position in detail.

Semaphore vehicleAvailable = 0, vehicleTaken = 0, vehicleFilled = 0,

visitorReleased = 0;

Visitor()

{

vehicleAvailable.wait();

vehicleTaken.signal();

vehicleFilled.wait();

visitorReleased.wait();

}

Vehicle()

{

while(True)

{

vehicleAvailable.signal();

vehicleTaken.wait();

vehicleFilled.signal();

Drive through habitat for some arbitrary amount of time;

visitorReleased.signal();

}

}

Reference no: EM134435

Questions Cloud

Organisational structure and culture : Understand the relationship between organisational structure and culture
Foundations of business analysis and operational research : The purpose of this assignment is for you to reflect on practical case studies and consider how these relate to the material covered in Foundations of Operational Research and Business Analysis.
Evaluate laplace transforms : Analyse and Model Engineering Situations and Solve Engineering Problems using Laplace Transform
Describe unemployment and the unemployment rate : Describe unemployment and the unemployment rate. Might we be able to say "Job Stats: Too Good to be True?"
Write a java program on professional expression assignment : Write a java program on Professional Expression Assignment
Analyze the companys operations-results and future : Analyze the company's operations, results and future. Show the three options available to Eileen and Fred.
International business operations : Advantages and disadvantages of each.  Which do you believe would be the most beneficial to DSV and Eastrex?
Design database table required to store children information : Design the database tables required to store children and class information. In addition to the attributes, be sure to check the needed foreign keys and primary keys.
Study annual reports of companies in the industry : You will be required to obtain/study annual reports of companies in the industry

Reviews

Write a Review

Operating System Questions & Answers

  Design and programming

Use the semaphore methods to control the concurrency of the solution

  Formulate the above in terms of a linear programming problem

Formulate the above in terms of a Linear Programming problem Solve this linear program graphically. Determine the quantity of each type of toaster that will maximise the maximum profit

  Analyse the different methods for collecting data

Analyse the different methods for collecting data Explain by taking examples 3 types of Sampling techniques.

  Memory allocation in operating system

Analysis and implementation of algorithms for memory allocation in operating system, Explain First- t and best- t methods are used in memory allocation in operating systems.

  Virtual machines

Virtual machines supported by a host operating system

  Deadlock avoidance and scheduling

Deadlock Avoidance and Scheduling

  Explain the concepts of consumable and reusable resources

Explain the concepts of consumable and reusable resources

  Discuss and provide examples of mutual exclusion

Discuss and provide examples of the following concurrency issues associated with an OS: 1. Mutual exclusion 2. Deadlock 3. Starvation

  Give three advantages of virtual machine

In different communications models, communication may take place using either "message passing" or "shared memory". Distinguish between "message passing" and "shared memory", illustrating your answer with a diagram Give three advantages of virt..

  Implementation of algorithms for process management

The Shortest Job Next (SJN) algorithm queues processes in a way that the ones that use the shortest CPU cycle will be selected for running rst.

  Explain the client-server architecture

What are the three different categories of command, support your answer by giving three examples. Give three good reasons, with valid explanation, to justify why partitioning hard disk provides a variety of advantages. Explain the client/server..

  Explain deadlock-avoidance system

What is the difference between a safe state and an unsafe state in a deadlock-avoidance system?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd