__ is a segment of code that accesses a shared resource like data structure or device that must not be concurrently accessed by more than one thread of execution. (A) Pipelining (B) Critical Section (C) Context switching (D) Multithreadingâ–ºCorrect Option Correct Answer is: B