answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is input -output bound program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


Which documentation is typically written first input output internal program or external program?

Output documentation


Why is it important that most programs do both input and output of some sort?

All programs require both input and output. A program that does not require input or output has no data to process, and without data to operate upon a program is essentially useless. There can be good reasons not use certain input or output devices. For instance, a router has no need for a keyboard for input or a screen for output. However a router is network-enabled and the network interfaces are used for both input and output.


What is the program that manages the data between the operation system and all input and output devices attached to the system?

basic input output system (BIOS)


What are the five computer mouse operations?

input, output, program, action, response


Is an Mozilla Firefox an input or output?

Mozilla Firefox is a program. It receives input from the user and remote servers, and outputs that information to the screen. It can also output information to local files or remote servers.


What are the cout and cin identifiers in C and what are they used for?

std:cin and std:cout are the standard console input and output streams, respectively. By default, input is redirected from the console keyboard and output redirected to the console screen. However, both streams can be redirected from the command line. This not only allows input and output to be redirected from disk files but also permits the output of one program to be redirected as input to another, allowing two or more programs to be chained together (assuming the output of one program is in the exact format required as input to the next).


Is an OMR an input or output?

is an omr and input or output device?


What is the bios set up program called?

there is no bios setup program but BIOS stands for basic input output system


Is interactive whiteboard an input or output device?

both input r output


What is the input statement for a program?

Input statements extract data from an input stream. For example: int x; std::cin >> x; Output statements insert data to an output stream. For example: std::cout << x; You cannot insert data into an input stream and cannot extract data from an output stream. However, streams that are both input and output streams (such as read-write files) can insert and extract data as required, depending on whether you are reading or writing to the stream.


Is a tablet an input or an output device?

I believe you are referring to the screen only. A touch screen works as a input and output device