Multitasking is defined as the ability to run or more programs concurrently.although it appears that all the programs run simultaneously , it is not so. the operating system controls the way in which these programs run by scheduling them… some of the applications of thread are playing sound and displaying images simultaneously,displaying multiple images on the screen
In computer programming a thread is a placeholder info associated wid a single use of program dat can handle multiple concurrent users….it allows a program to know which user is serving as the program alternately gets re-entered on behalf of different users.
In computer science , a thread is execution of the smallest sequence of programmed instructions that can be managed independently by an operating system …………..
light weight process
barathkumarbabu
Multitasking is defined as the ability to run or more programs concurrently.although it appears that all the programs run simultaneously , it is not so. the operating system controls the way in which these programs run by scheduling them… some of the applications of thread are playing sound and displaying images simultaneously,displaying multiple images on the screen
In computer programming a thread is a placeholder info associated wid a single use of program dat can handle multiple concurrent users….it allows a program to know which user is serving as the program alternately gets re-entered on behalf of different users.
In computer science , a thread is execution of the smallest sequence of programmed instructions that can be managed independently by an operating system …………..