answersLogoWhite

0


Best Answer

A thread is in fact just that, a thread. Something simple. A simple chain of computing that is set up as in 'a row'. A chain of commands that can be useful to the programmers needs. Sometimes the programmers can actually control the flow of events that take place, but most commonly that is up to the programming language to do it for him.

Most useful is the 'multichannel' programming threads, that are distributed along different paths to be gathered up in the end. Each thread can then be processed independently of each other in a multiprocessor environment. Therefore these 'threads' can be assembled (sometimes) and put forrward to the user at a higher speed tha otherwise possible.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is thread in operating system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is green thread in java language?

Green thread scheduled by jvm insteadof respective operating system(nativiely).


What does POSIX real time Thread specification define?

"Portable Operating System Inferance (for Unix)


What are the threads called?

tl;dr: They're called threads because thread is an apt metaphor. When you start a thread, you rely on the operating system to allocate processing time so that your thread can execute. While your thread is executing, the processor (or core) is placing all of its attention on your thread.


What is multi thread operating system?

Basically a thread means a process which CPU is executing at particular time, if you want to run many processes (applications) in the same time, you need to have multithread OS.


What is the difference in single tasking and multitasking in regards to the operating systems task management?

singletasking is OS which will opperate for single operations,Multi-tasking is a property of an Operating System, not hardware. As implied by the other answers, multi-tasking is the ability to actively manage execution of more than one process or thread simultaneously. That is, the Operating System itself can schedule and manage multiple thread or processes running simultaneously.


What is multithreaded operating system?

lMultithreading an interactive application may allow a program to continue running even if part of it is blocked. For instance, a multithreaded web browser could still allow user interaction in one thread while an image was being loaded in another thread.


Is Windows 95 an operating system or an operating environment?

XP is a complete operating system, not simply an operating environment.


Explain all types of operating system with diagram?

There are basically four types of operating systems. They include Batch Operating System, Multiprogramming Operating System, Network Operating System and Distributed Operating System.


What are 5 Classification of each operating system?

1. BATCH PROCESSING operating system 2. MULTIPROGRAMMING operating system 3. TIME SHARING operating system 4. REAL TIME operating system 5. DISTRIBUTED operating system


What is operating system and what is the uses of operating system?

An operating system manages the working operation of a computer


Is a multiuser operating system also described as a network operating system?

Yes, a multiuser operating system is also described as a network operating system.


Is the BIOS the operating System for Windows Vista?

Hell no. the bios sits under the operating system (vista is an operating system) the bios is independent of operating systems, and is there to....run the operating system.