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).
Q : State the term multi tasking State the State the term multi tasking.
State the term multi tasking.
Determine the important aspect of Mission Critical Systems or a real-time system.
Module: It is a group of program components, usually with restricted visibility to program components in other modules. Java employs packages to implement this perception.
How do I know that platform security abilities my S60 3rd Edition application needs?
List the types of validation controls that are available in the ASP.NET AJAX 4.0?
Copy constructor: It is a constructor which takes a single argument of similar class. For illustration: public class Point {
Normal 0 false false
Explain the computer thread.
The kind of value that a variable can own is known as data type. When we state a variable we require specifying the type of value it will own with the n
18,76,764
1940135 Asked
3,689
Active Tutors
1430888
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!