in DS retagged by
333 views
1 vote
1 vote
Provide the correct data structures for the following:

Asynchronous data transfer and accessing shared resource involve _________.
in DS retagged by
by
333 views

1 Answer

0 votes
0 votes
I think queue data structure is apt. For example, in async data transfer, data units can be sent or received in queue. Similarly for shared resources, the requests are made in queue eg. printer

Related questions