__ 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