answersLogoWhite

0

In general, applications are I/O bound or processor bound, meaning that the process is waiting for either I/O or everything else is waiting for the processor to finish working.

With the speed of today's CPU's, most modern applications are NOT processor bound, meaning that we're typically not waiting for the processor to finish what it's doing. Usually we're waiting for some kind of I/O process to complete.

Many times we're I/O bound when we have insufficient memory and the operating system has to "swap" an application or parts of an application out to swap space (virtual memory) on the disk. Moving an application into and out of virtual memory becomes very time consuming and is often the reason people are advised to add more Random Access Memory (RAM) to make the computer run faster.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is the verb for computer?

The verb for computer is compute.Other verbs are computes, computing and computed."I am computing"."We have computed the program""I like to compute".


Write a pascal program that compute an area of a triangle?

{A program to compute the area of a triangle} {by Ogboin W. Meshach} Var; b,h:real; BEGIN Writeln('Triangle'); Write('Base: '); Readln(base); Write('Height: '); Readln(height); area:=0.5*base*height; Writeln('Area: ', area :0:2); End.


Write a c program to find Volume and surface area of cube?

Write a c program to compute the surface area and volume of a cube


Design and develop a simple application program that will compute the sum of two numbers?

This isn't a question!


What BASIC program can compute and display all prime numbers from 1 to 40?

PRINT 2,3,5,7,11,13,17,19,23,29,31,37


What are high level and low level scheduling?

Explain briefly the meaning of an input-output (1/0) bound program, and a processor (CPU) bound program.


Write a program in c plus plus to compute first of non-terminal?

there is no solution of this problem...........that's it..........


What is input -output bound program?

input output bound program is a program (or process in precise way), which spends most of time allocated to it for execution, on input/output devices and need very small CPU time for it.


What is the assembly program to generate a geometric series and compute its sum The inputs are the base root and the length of the series The outputs are the series elements and their sum?

What is the assembly program to generate a geometric series and compute its sum The inputs are the base root and the length of the series The outputs are the series elements and their sum?


Impact of CPU utilization by increasing CPU speed?

Increasing CPU speed will maintain the current level of CPU utilization, in the case where the process mix is compute bound, or decrease CPU utilization, in the case where the process mix is I/O bound.


Distinguish between a CPU-bound process and an io- bound process?

A program is CPU bound if it would go faster if the CPU were faster, i.e. it spends the majority of its time simply using the CPU (doing calculations). A program that computes new digits of π will typically be CPU-bound, it's just crunching numbers. A program is I/O bound if it would go faster if the I/O subsystem was faster. Which exact I/O system is meant can vary; I typically associate it with disk. A program that looks through a huge file for some data will often be I/O bound, since the bottleneck is then the reading of the data from disk.


Write a program to compute the sum of first ten integer numbers in PHP?

$n = 10*(1+10)/2;

Trending Questions
Where is the quick parts symbol located on word 2003? Is Digital Storm a good company? How to do the documentation of knowledge transfer in knowledge management system? What is the the growth on a network? Which drive interface supports a bit rate of 6Gbps? How many bags of dirt that is 1 cubic feet does it take to fill a garden box 4 feet by 9 feet? What computer software does roblox need to work eg xp vista windows 7? Which type of network allows sharing and communication on a large network via a single computer? What kind of DNS server has no responsibility for giving the names of its clients to other DNS servers? What does RAM mean in talking about a computer? How do I access the 2003 Cadillac DeVille DHS computer and codes? Is the degree of light refraction increased or decreased in distant vision? I just bought my first sun pass mini and I activated it and loaded it at amscot Do I have to actually print out a sunpass form and mail it to them to create a new account? How do you pronounce Inspiron? What is the safest way to drive up to an intersection? Vector is the earliest or raster is the earliest? Which device could you use for the output of a music file? How much power does a CDrom drive consumes? How many cubic centimeters are in cubic centimeters? Bart believes that mice exposed to microwave will become extra strong He decides to perform this experiment by placing 10 mice in a microwave for 10 seconds He compared these 10 mice to another 10 mic?