As an Amazon Associate I earn from qualifying purchases.

Time Sharing Notes: Definitions & Explanations PDF Download

Study Time Sharing lecture notes PDF with operating system definitions and explanation to study “What is Time Sharing?”. Study time sharing explanation with operating system terms to review operating system course for online degree programs.

Time Sharing Definition:

  • Concurrent use of a device by a number of users.

    Operating Systems by William Stallings



Time Sharing Notes:

Time sharing is a technique which enables multiple users located at different terminals to use a particular computer system at the same time. Time-sharing or multitasking is a logical extension of multiprogramming. The time of processor which is shared among many users simultaneously is known as time-sharing.

Keep Learning with Operating System Notes

What is Strong Semaphore?

Strong semaphore is a semaphore whose definition includes the policy of First In First Out queue. The main difference in ...

What is Secondary Memory?

Secondary Memory is a device whose memory is non-volatile, meaning, the stored data will be intact even if the system ...

What is Dispatch?

Dispatching is done by a dispatcher that is a module that gives control of the CPU to the process selected ...

What is Weak Semaphore?

A semaphore that doesn't specify order in which processes are removed from the queue is a weak semaphore. The main ...

What is Spin Lock?

A spin lock is a lock which causes a thread trying to acquire it to simply wait in a spin ...

What is Application Programming Interface (API)?

Application programmable interface is a set of functions and procedures that allows the creation of applications that access the features ...