edited by
2,684 views

1 Answer

0 votes
0 votes
The Producer-Consumer problem is a classical problem in which we have a bounded buffer (fixed memory), the producer fills in the memory and the consumer empties the memory. The producer can not produce items more than the memory can hold, while the consumer can not consume while the buffer is empty.

The solution to this problem can be found with Semaphores, Monitors or Event Counters.

Answer is (D).

Related questions

0 votes
0 votes
1 answer
1
go_editor asked Mar 27, 2020
402 views
The Register or main memory location which contains the effective address of the operand is known as:PointerIndexed registerSpecial LocationsScratch Pad
0 votes
0 votes
1 answer
2
go_editor asked Mar 27, 2020
2,182 views
A general macroprocessor is an in built function of :LoaderLinkerEditorAssembler
0 votes
0 votes
1 answer
3
go_editor asked Mar 27, 2020
424 views
If you want to execute more than one program at a time, the systems software that are used must be capable of :word processingvirtual memorycompilingmultitasking
0 votes
0 votes
2 answers
4
go_editor asked Mar 27, 2020
414 views
Which of the following checks cannot be carried out on the input data to a system?Consistency checkSyntax checkRange checkAll the above