As an Amazon Associate I earn from qualifying purchases.

Time Slicing Notes: Definitions & Explanations PDF Download

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

Time Slicing Definition:

  • A mode of operation in which two or more processes are assigned quanta of time on the same processor.

    Operating Systems by William Stallings



Time Slicing Notes:

Time slicing is a process of dividing time into small periods in which a process is allowed to run uninterrupted in a preemptive multitasking operating system. The scheduler is run for every time slice to choose the next process to run. The operating system which controls such a design is called a multitasking system.

Keep Learning with Operating System Notes

What is Main Memory?

Main memory is the physical memory that is the internal computer memory. The term main is used to distinguish it ...

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 Job Control Language?

Job Control Language is a language for describing jobs to the operating system. The operating system allocates its time and ...

What is Prepaging?

Prepaging is a technique in which the operating system preloads the pages of a process's working set into memory in ...

What is Real Address?

A real address, more commonly known as the physical address, is a memory address that is represented in the form ...

What is Nonprivileged State?

Nonproviliged state is an execution context that does not allow the system to execute any sensitive hardware instructions. The instructions ...