What is meant by time-slicing?
Answers were Sorted based on User's Feedback
Answer / sudheer
Preemptive multitasking also called "time slicing".
Interrupting the execution of a process and passing control
to another waiting process and performing a context switch
after which the context for the next pending process is
restored, and the next process is executed for the duration
of its time slice or "quantum".
Is This Answer Correct ? | 17 Yes | 4 No |
Answer / sujay
Stupid fellows, Dont you people see whether anybody have posted the same answers ?..
Is This Answer Correct ? | 12 Yes | 4 No |
Answer / gaurav agrawal
"Distribution of CPU time for all THREADS which are in
runnable state, called Time-Slicing"
Jyothsna, keep trying in other questions.
You can do better.
Is This Answer Correct ? | 6 Yes | 3 No |
Answer / sujay
And who is this Jyothsna ?
She has posted it twice.. No sense at all..
Is This Answer Correct ? | 5 Yes | 3 No |
Answer / kalyan
Preemptive multitasking also called "time slicing".
Interrupting the execution of a process and passing control
to another waiting process and performing a context switch
after which the context for the next pending process is
restored, and the next process is executed for the duration
of its time slice or "quantum".
Is This Answer Correct ? | 5 Yes | 4 No |
Answer / jyothsna
Preemptive multitasking also called "time slicing".
Interrupting the execution of a process and passing control
to another waiting process and performing a context switch
after which the context for the next pending process is
restored, and the next process is executed for the duration
of its time slice or "quantum".
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / tn sankar
devide the multitask and assigning the time for that...is called time-slicing...
dont get angry... i think this is the answer for that...
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jyothsna
Preemptive multitasking also called "time slicing".
Interrupting the execution of a process and passing control
to another waiting process and performing a context switch
after which the context for the next pending process is
restored, and the next process is executed for the duration
of its time slice or "quantum".
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / gunam.k
Preemptive multitasking also called "time slicing"
Under time slicing, a taskexecutes for a predefined slice of time and then reenters the pool of ready tasks. Thescheduler then determines which task should execute next, based on priority andother factors.
Is This Answer Correct ? | 0 Yes | 2 No |
What is socket in java?
What is InetAddress?
What is the difference between TCP and UDP ?
What is a thread pool?
What is network interface name?
What is meant by time-slicing?
What are the advantages and disadvantages of sockets?
EDP RESPONSIBILITIES
1 Answers Aurum, HFL, JK Ansell, NDS, University,
how to know which version of java is running on ur computer using command prompt?
What is the purpose of HTTP tunneling?
What are the advantages and disadvantages of java sockets.
Explain a daytime server?