answersLogoWhite

0


Best Answer

its true.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A thread represents the files data and that make up a single running task or application true or false?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In relation to Java what is a thread?

A Java Thread is a thread of execution in a Java Program. A Java Virtual Machine can have a single application running multiple threads, which is known as concurrency. Threads are what make the program run. Each thread has a different priority, and when the machine queue fills up, the threads are executed in the order of their priority.


What do you mean by thread in operating systems?

"A thread is the smallest unit of execution" single os can have multiple threads running thereby creating a multithreading environment. Each thread has a priority based on which the process is executed.


If a process terminates will its thread also terminates?

Yes, the thread will also terminate if the process it is running in terminates. The thread is dependent upon the processes it is running. If the processes die the thread dies.


What single task process requests from the kernel?

A thread.


What is single thread of screw thread?

when lead of the screw is equal to the pitch it is called single threaded screw


What is the difference between single and double threaded wood screws?

By 'single threaded' you really mean single start thread. So there is just one continuous thread running up the screw. Double start thread means that two threads start from the point and run up the screw entwined with each other. For the same thread spacing the double start will screw into the wood twice as quick but require more torque to drive it. Double or Twin start often used with power screwdrivers.


If a process terminates will its thread also terminate?

yes, because if process is terminated then its related thread has no work. After completion of process the kernel generates a thread that will cancelled the thread in order to save the time and memory of CPU.


What is the Difference between procedure and thread?

A procedure is the way something is accomplished. In a computer, the procedure might be an application or a function within an application that causes something specific to be accomplished. A thread is the path of execution through the application. The thread can only take one branch of a decision point, so if an application says something like, "if X==55 (X = X+Y), and X in fact DOES equal 55, then the thread would go through that execution point.


What is daemon thread in java?

Daemon thread is a kind of thread that does not prevent the JVM from exiting when the thread is still running while the program finishes. A good example of this is the garbage collection.


To knot a quilt do you use a single thread or yarn or double?

You use a thread to knot a quilt.


Life cycle of thread in java?

# New state - After the creations of Thread instance the thread is in this state but before the start() method invocation. At this point, the thread is considered not alive.# Runnable (Ready-to-run) state - A thread start its life from Runnable state. A thread first enters runnable state after the invoking of start() method but a thread can return to this state after either running, waiting, sleeping or coming back from blocked state also. On this state a thread is waiting for a turn on processor. # Running state - A thread is in running state that means the thread is currently executing. There are several ways to enter in Runnable state but there is only one way to enter in Running state: the scheduler select a thread from runnable pool.# Dead state - A thread can be considered dead when its run() method completes. If any thread comes on this state that means it cannot ever run again. # Blocked - A thread can enter in this state because of waiting the resources that are hold by another thread.


What is a single dim ray like the thread of the spider mean in The Tell-Tale Heart?

In "The Tell-Tale Heart," the single dim ray like the thread of the spider may symbolize the narrator's growing sense of guilt and paranoia. It represents his realization that his crime will eventually be exposed and his conscience will not let him rest. The fragile and tenuous nature of the ray mirrors the fragility of the narrator's sanity.