Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is thread & process?

Answers were Sorted based on User's Feedback



What is thread & process?..

Answer / bizuneh

thread is a lightweight while process is heavyweight

Is This Answer Correct ?    1 Yes 0 No

What is thread & process?..

Answer / moahmed ali

process is execution of program
thread is light weight process
process consists of multiple threads

Is This Answer Correct ?    1 Yes 0 No

What is thread & process?..

Answer / md moinuddin

Each process provides the resources needed to execute a
program. A process has a virtual address space, executable
code, open handles to system objects, a security context, a
unique process identifier, environment variables, a
priority class, minimum and maximum working set sizes, and
at least one thread of execution. Each process is started
with a single thread, often called the primary thread, but
can create additional threads from any of its threads.

A thread is the entity within a process that can be
scheduled for execution. All threads of a process share its
virtual address space and system resources. In addition,
each thread maintains exception handlers, a scheduling
priority, thread local storage, a unique thread identifier,
and a set of structures the system will use to save the
thread context until it is scheduled. The thread context
includes the thread's set of machine registers, the kernel
stack, a thread environment block, and a user stack in the
address space of the thread's process. Threads can also
have their own security context, which can be used for
impersonating clients.

Is This Answer Correct ?    0 Yes 0 No

What is thread & process?..

Answer / chokri

a thread is a process but process isn't a thread

Is This Answer Correct ?    4 Yes 6 No

What is thread & process?..

Answer / c.vidhya

Thread will perform multiple task(process) at a
time.process is single phase.

Is This Answer Correct ?    14 Yes 35 No

Post New Answer

More MFC Interview Questions

What is serialization ?which function is responsible for serializing data ?

5 Answers  


General purpose classes in MFC

1 Answers   TCS,


Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);

2 Answers  


Tell us something about MFC?

7 Answers   Microsoft,


Given two processes, how can they share memory?

2 Answers   Microsoft,


What is the range of intensity of RGB

1 Answers  


2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers

1 Answers   TCS,


What function is used to disable a control at runtime?

7 Answers  


Whats is DDX & DDV in MFC?

1 Answers   HCL,


What is the base class for most MFC classes?

7 Answers   CMC, Siemens,


What is mfc class hierarchy?

1 Answers  


1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


Categories