What is meant by time-slicing?

Answers were Sorted based on User's Feedback



What is meant by time-slicing?..

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

What is meant by time-slicing?..

Answer / sujay

Stupid fellows, Dont you people see whether anybody have posted the same answers ?..

Is This Answer Correct ?    12 Yes 4 No

What is meant by time-slicing?..

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

What is meant by time-slicing?..

Answer / sujay

And who is this Jyothsna ?
She has posted it twice.. No sense at all..

Is This Answer Correct ?    5 Yes 3 No

What is meant by time-slicing?..

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

What is meant by time-slicing?..

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

What is meant by time-slicing?..

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

What is meant by time-slicing?..

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

What is meant by time-slicing?..

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

Post New Answer

More Java Networking Interview Questions

Explain a time server?

0 Answers  


What is socket in java?

0 Answers  


What is a thread pool?

0 Answers  


If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?

0 Answers  


What is a listener in networking?

0 Answers  






What is Inet address?

17 Answers  


To create a socket, you need to know the internet host to which you want to connect?

0 Answers  


What are the advantages and disadvantages of sockets?

0 Answers  


Where is the network interface card located?

0 Answers  


What is InetAddress?

4 Answers   CTS,


What is network programming in java?

0 Answers  


Explain a daytime server?

0 Answers  


Categories