answersLogoWhite

0

CPU Bound means that the thread is not waiting for any external event, such as I/O, the release of a time delay, or another thread. Long running threads such as calculations tend to be CPU Bound.

It really has nothing to do with C programming. It is a generic computer term.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is meant by enum in C programming?

The enum keyword means enumeration.


What is the function of a director?

c. to determine whether a request is meant for the client CPU or the server.


Why does c do not accept the?

"the" is not a keyword in the C Programming Language. Perhaps you meant "const" HTH Richard Wolf Software Architect


What is meant by for loop in C programming?

loops execute a set of insructions repeatedly for a certain numbers of times..


What are the Definitions on programming?

Programming is a term that describes the usage of a programming language. Programming languages (C++ for example) are languages that create programs, these programming languages should not be confused with scripting languages. Scripting languages are languages that are meant to be interpenetrated by programs. (Written in a programming language)


How do you program a robot's CPU?

That depends on the CPU of the robotic device; some are programmed in assembly language, some use C, Fourth or other languages, and some use a proprietary language that has been created for the specific purpose of communicating with the manufacturers CPU. In general, low level programming of most CPU's requires a direct connection to the chip or at least to the board. The best advice is to research the manufacturers specifications to determine the appropriate programming technique and language.


What is the difference between CA and C plus plus?

CA is an abbreviation for chartered accountant (Ca is the chemical symbol for calcium, which is an element). C++ is a programming language. If you actually meant what is the difference between C and C++ programming languages, then the main difference is that C++ incorporates object-oriented programming whereas C does not. Otherwise both languages are largely the same, insofar as most C programs will compile under C++ with relatively minor modification.


What is meant by contiguous memory allocation in C?

Contiguous memory allocation in C programming refers to the assigning of consecutive memory blocks to a process. Contiguous memory allocation is one of the oldest and most popular memory allocation schemes in programming.


What is c and c in computer programming?

C and C++ are both high-level programming languages.


When do we use int in c plus plus programming?

'int' is one of the built-in data-types, it is meant to hold integer values.


What is a processor in c plus plus?

A processor typically refers to the Central Processing Unit (CPU), however any device or software that processes an input to produce an out put is a processor. There are no processors in C++, it is a programming language, but you can use C++ to create one.


Create a spiral in C programming?

create spiral in c programming?