Multiple choice ____ instruction(s) is/are intended for direct hardware support of mutual exclusion. Test and set Set and test Both 1 and 2 None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation Test-and-Set is a fundamental hardware instruction that atomically reads and modifies a memory location, making it ideal for implementing mutual exclusion primitives. Set-and-Test is not a standard hardware instruction.