Explain the difference between a computer process and thread
Explain the difference between a computer process and thread.
Expert
A single process can consist multiple of threads which share global data and address space with other threads running within the same process, and thus can operate on similar data set simply. Processes do not share address space and a various mechanism must be used when they are to share data.
When we consider running a word processing program to be a process, there then the auto-save and spell check features which occur in the background are various threads of that process that are all operating on similar data set (your document).
Abstract Windowing Toolkit: The Abstract Windowing Toolkit (AWT) offers a collection of classes which simplify the creation of applications with the GUI (graphical user interfaces). Such are to be found in the java.awt packages. Included are classes f
What is Modal: A dialog is a modal when its parent application is blocked from additional activity until the dialog has finished.
Define the term Monitor: It is an object with one or more synchronized techniques.
Daemon thread: The daemon threads are non-user threads. They are usually employed to carry out low-priority tasks which must not take priority over the major task of the program. They can be employed to do helpful work whenever all other user threads
QUESTION 1 The following UML diagram describes an abstract class Customer. This class is to be used as part of a Company's inventory system. The inventory system will contain many different types of customers. A separate s
You have a driver as drives a long signal and connect to an input device. On the input device there is either undershoot, overshoots or signal threshold violations, so what can be done to correct such problem?
State the term dispatcher.
Multiple Inheritance: In C++, multiple-inheritance occurs when a class inherits from more than one parent. For example: Q : Explain Dynamic Language Runtime Explain Dynamic Language Runtime (DLR) briefly?
Explain Dynamic Language Runtime (DLR) briefly?
Define the need of process relative handles.
18,76,764
1951545 Asked
3,689
Active Tutors
1455869
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!