answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Is using semaphore very critical for programmer Explain?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you show the letter b using semaphore code?

you ca show B in semaphore code by turning the letter around


How do you use semaphore in an easy sentence?

The meaning of semaphore is to give information by using visual signals so when using it in a sentence, it must be used to replace the explanation of the signals. An example of a sentence is the airport grounds crew uses semaphores to guide the pilot of the plane.


How do you do write an annotation?

You take the document you are annotating and add your own notes that further explain the document using critical thinking.


How much more horsepower do you get from a programmer?

That really depends on what programmer you're using and what it's going into.


How do you burn AT89c51 microcontroller?

You'll need to acquire a programmer board and the application software. The programmer boards typically plug into your PC and you can write an application using the application software, then you can load the application into the microcontroller using the programmer board.


Explain semaphore concept in multiprogramming?

A semaphore is a service very often offered by real-time operating systems to allow programmers to perform one of two major functions: synchronize 2 tasks or control sharing of resources between 2 or more tasks. There are different kinds of semaphores, but one of the most common is called a binary semaphore. In this kind of semaphore, only 1 task at a time may "have" the semaphore. The simplest way to think of the binary semaphore might be to consider the semaphore like a baton and there is only one baton. Say if you want to allow only 1 person to speak at a time (consider people to be tasks), then you make a rule that only the person holding the baton may speak. A person wanting to speak will go and pick up the baton. If nobody else has it, he may speak. If someone else has it, he must wait until the baton is put down by whoever has it. This is the "sharing resources" way a semaphore is used. The task synchronization usage, similarly can be thought of using this baton. Just as in a relay race where one person cannot start until another passes the baton, a binary semaphore can be used to synchronize two tasks by giving one task the semaphore, having the second one wait for the semaphore, and then having the first give it to the second. The two tasks will be synchronized at the point the semaphore is passed from the first to the second just as a baton is passed from one runner to the next in a relay race. You can have semaphores other than binary semaphores, which are called counting semaphores. Counting semaphores are just binary semaphores generalized to more than the 2 values of 0 and 1, to some value n.


Can you write a sentence using critical?

Yes of course but it has to make sense and others should be able to understand what kind of critical you are using in the sentence.(example- Critical Ingredient, Critical analysis and more!)


How do you write assembly programs for PIC Microcontroller 18f458?

By using the appropriate programmer for the chip. See related links for the MPLAB PM3 Universal Device Programmer.


How disable governor on 2003 Chevy s-10?

Using a programmer such as hypertech


How can you become a good java programmer. Using Eclipse or even BlueJ?

It is suggested to take college courses in Java to become a good Java programmer using the programs Eclipse or BlueJ. These courses can be found in-class, or online.


What are the disadvantages of using c?

There is basically no disadvantage of using a language like C. It depends on the programmer how he uses his skills.


How is semaphores and perimeter same?

They are not. Semaphore is a method of sending signals by using flags or lights whereas perimeter is a geometric property of closed shapes!