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

  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.

  Describe three solutions to critical section problem

Describe three solutions to critical section problem Explain the different methods used to handle deadlocks Distinguish between "No preemption" and "circular wait" in deadlocks prevention

  Analyse the different methods for collecting data

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

  Write a multi-threaded program

Write a multi-threaded program to solve producer and consumer problem

  Vliw processor

VLIW processor - assembler

  Create your own shell

The premise of Project 2 is to create your own shell. Your shell will be launchable from a terminal window and act similar to the existing shell.

  Issues with trusted platform module

Research paper discussing the issues with Trusted Platform Module (TPM)

  Virtual machines

Virtual machines supported by a host operating system

  Simulating operating systems scheduling

Simulate the long-term scheduler, the short-term scheduler and the I/O scheduler of the computer using the First-Come-First-Serve algorithm.

  Discuss an application that benefits barrier synchronization

Discuss an application that would benefit from the use of barrier synchronization

  Define the term context switch

Define the term context switch. Explain how context switching takes place. (use a diagram, with two processes)

  Develop a user mode command interpreter

Develop a user mode command interpreter which support list-short.

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