67.2k views
2 votes
________ is a programming language that provides equivalent functionality to that of semaphores and is easier to control

A) C++
B) Python
C) Java
D) Ada

User Wolcott
by
8.8k points

1 Answer

3 votes

Final answer:

Ada is the programming language that offers functionality equivalent to semaphores and is easier to control due to its robust concurrency support.

Step-by-step explanation:

The programming language that provides equivalent functionality to that of semaphores and is considered easier to control is Ada. Semaphores are a synchronization mechanism used to control access to a common resource in concurrent systems. Ada is known for its strong typing, concurrency support, and offering high-level constructs for synchronization which are generally seen as more robust and easier to use than semaphores, like protected objects for managing mutual exclusion.

User ATP
by
8.0k points