Ask Questions & Get Answers at ibibo sawaal
     Powered by Bixee Crawl
Results 1 - 15 of about 28132 sawaal for "process"
Sort by: Recency | Relevancy

What is the difference between a computer process and thread?

THE DIFFERENCES BETWEEN COMPUTER PROCESS AND THREAD ARE -COMPUTER PROCESS-1.To manipulate data in the computer. The computer is said to be processing no matter what action it is taking upon the data; whether the data is actually being updated in a database or just being displayed on screen.2.In order to evaluate a computer systems performance, the time it takes to process data internally is often

Posted in Computers & Technology by Aryan Gusain at 9:42 PM on July 17, 2008

wht is dekkers solution?

This is the first correct solution proposed for the two-process case. Originally developed by Dekker in a different context, it was applied to the critical section problem by Dijkstra.Both the turn variable and the status flags are combined in a careful way. The entry protocol begins as in Solution 3; we the requesting process set our flag and then check our neighbors flag. If that flag is also set

Posted in Computers & Technology by saurabh at 4:07 AM on October 03, 2008

What is BPO and KPO? Differentiate both definitions?

well, Business process outsourcing is the BPO fullform and KPO is Knowledge Process Outsourcing.The main difference between the two is that the BPO are the companies which provide the business such as the research work for them, Documentation preparation such as help files etc....http://infosansar.blogspot.com BPO Business Process Outsourcing vs KPO Knowledge Process Outsourcing :BPO def: BPO is commonly

Posted in Computers & Technology by Aryan Gusain at 12:06 AM on May 19, 2009

What is Zombie Process and Orphan Process?

On Unix operating systems, a zombie process or defunct process is a process that has completed execution but still has an entry in the process table, allowing the process that started it to read its exit status. In the terms colorful metaphor, the child process has died but has not yet been reaped.When a process ends, all of the memory and resources associated with it are deallocated so they can

Posted in Computers & Technology by Belaphadke at 1:38 AM on November 07, 2008

What is the basic difference between Q A and testing? tell me???

Quality assurance is any systematic process of checking to see whether a product or service being developed is meeting specified requirements. Many companies have a separate department devoted to quality assurance. A quality assurance system is said to increase customer confidence and a companys credibility, to improve work processes and efficiency, and to enable a company to better compete

Posted in Computers & Technology by Aryan Gusain at 7:34 PM on June 13, 2008

What is the importance of the init process in a linux system ?

has finished its own procedures and mounted the root file system, it hands over the control to the system to the init process. This process then takes care of the rest of the boot sequence. By default/handbook/draft/complete/han dbook.xml?part=2&chap=7...The kernel, once it is loaded, finds init in sbin and executes it.When init starts, it becomes the parent or grandparent of all of the processes that start up automatically

Posted in Computers & Technology by Harvinder at 11:34 PM on September 04, 2008

what is process in operating system?

Processes in Operating Systems are given below- A program in execution May be stopped and later restarted by the OS Process table o Records information about each process o Program code o Data o Stack o Program counter PC, Stack pointer SP, and other registers Core image Process has a parent [process...] and may create child processes Communication through messages Process ownership

Posted in Computers & Technology by neha sandhu at 7:16 PM on October 06, 2008

How does processor work on a cpu?

uses slightly less power than two coupled single-core processors, principally because of the increased power required to drive signals external to the chip and because the smaller silicon process core design. Also, adding more cache suffers from diminishing returns....The CPU Central Processing Unit which is also called microprocessor or processor is in charge of processing data. How

Posted in Computers & Technology by Aryan Gusain at 10:50 PM on July 14, 2008

hi i am shubhanshuevery time when i am booting my pc it showscan not find script"C:WINDOWSsystem32boo t.vbs".please help me

WELL;Download Process Explorer from:http://www.microsoft.co m/tec hnet/sysinternals/ ProcessesAndThreads/ProcessExp lorer .mspxDownload Autouns From:http://www.microsoft.co m/tec hnet/sysinternals/ ProcessesAndThreads/Autoruns.m spxRun Process Explorer and Kill the Following Processes:wscript.exedxdlg .exeRun Autoruns and under logon tab, removeC:WINDOWSsystem32ws cript .exe C:WINDOWSsystem32boot

Posted in Computers & Technology by shubhanshu at 8:17 PM on July 14, 2008

What is Business process modeling ?

"The boxes and arrows of outrageous fortune ...." When a business analyst stands at a whiteboard, sketches the flowchart of a business process as a cluster of boxes linked by arrows apologies to Shakespeare, and asks the software team to make it run, Business Process Modeling BPM--sometimes known as Business Process Management--comes to the rescue. BPM is a set of technologies

Posted in Computers & Technology by Arjun at 7:53 PM on October 20, 2008

what are stream processors ?

Stream processing is a computer programming paradigm, related to SIMD, that allows some applications to more easily exploit a limited form of parallel processing. Such applications can use multiple computational units, such as the floating point units on a GPU, without explicitly managing allocation, synchronization, or communication among those units....Well Deepin , Stream processing is a computer

Posted in Computers & Technology by Deepinderjit at 6:02 PM on July 18, 2008
Tags

What is CMM level in a Software company?

The Capability Maturity Model CMM is a process capability maturity model which aids in the definition and understanding of an organizations processes.The CMM was first described in a book Managing the Software Process by Watts Humphrey pub. Addison Wesley Professional, Massachusetts, 1989, and hence was also known as "Humphreys CMM". Watts Humphrey based it on the earlier work of Phil Crosby

Posted in Computers & Technology by Amit Mittal at 8:41 PM on July 21, 2008
Tags cmm level

How can you minimize the need for garbage collection and make memory use more effective?

copy. Likewise, it is cheaper in relation to memory and speed for a process to borrow an object rather than create its own copy. In other words, the books in the library represent objects and the library patrons represent the processes. When a process needs an object, it checks out a copy from an object pool rather than instantiate a new one. The process then returns the object to the pool when

Posted in Computers & Technology by rocky singh at 3:32 AM on June 26, 2008

How can I run another application or batch file from my Visual Basic .NET code?

for all of these examples is the same, you can use the classes and methods in System.Diagnostics.Process to accomplish these tasks and more.Example 1. Running a command line application, without concern for the results:private void simpleRunClickobject sender, System.EventArgs e System.Diagnostics.Process.Sta rt"C:listfiles.bat"; Example 2. Retrieving the results and waiting until the process stops

Posted in Computers & Technology by Sidd at 12:32 AM on September 13, 2008

I have 60 machines over LAN. How can I find out their OS,System &printer serial numbers,computer Name,make,ip & mac address by sitting in one of machines LAN?

Activity Monitor is a utility for performing different tasks to a computer process in the Mac OS X operating system. Some of its functions include:Quitting or "killing" a computer process network usageInspecting running computer processesViewing a process identifier numberViewing information about a particular processPrior to Mac OS X v10.3, the Activity Monitor was named the Process

Posted in Computers & Technology by baladutt at 6:23 PM on July 10, 2008
Refine By Date
Refine By Categories
sawaal signature
sawaal free visiting card