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 |
Explain a daytime server?
Where is the network interface card located?
What is meant by time-slicing?
What are the advantages and disadvantages of sockets?
What is HttpURL connection ?
0 Answers Akamai Technologies,
How we can make simple java program for Server/Client Communication
What do you understand by the term network?
To create a socket, you need to know the internet host to which you want to connect?
What is the use of network interface?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What is socket in java?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?