Computer Science, asked by psatyam5605, 1 year ago

A region of code that access the shared resource shared file or global data is known as

Answers

Answered by Sidyandex
1

A region of code that access the shared resource shared file or global data is known as THREAD.

A single process can have multiple threads which share the process and its resources amongst themselves.

These resources can be global variables which are accessible throughout the code.

These can also be heaps and stacks.

Answered by Anonymous
0

Hi,

Here is your answer,

A region of code that access the shared resource shared file or global data is known as Thread.

Hope it helps you !

Similar questions