answersLogoWhite

0


Best Answer

without understanding the program giving a input

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is not a way to input data into a program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How is data input?

Data input is a file that contains data that serve as input to a device or a program input file.The dates have to be accurate in order to retrieve the data easily and first.


When computers gather data what do they allow users to do?

Computers gather data which means that they allow users to use input data. Input data is a computer file that contains data that serves as input to a device or program.


When you input data in a loop within a program the input statement that proceeds the loop is what?

is called a priming input


Why would you need to convert a string to a numeric data type?

For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.


Computers gather data which means that they allow users to?

Computers gather data which means that they allow users to use input data. Input data is a computer file that contains data that serves as input to a device or program.


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.


What is meant by input stream?

An input stream is a character sequence device or buffer from which input can be gathered. The standard input stream is usually a keyboard, data file or the output stream from another program. The user of the program can normally decide where standard input may be redirected from when launching the program, typically defaulting to the keyboard.


What is information that goes into the computer called?

Data is simply called data in computer terms. However at low level, computer uses binary digits (0 and 1) as data. Computer may use this data as input, show it directly to the user or convert it to human readable information by following the instructions given in the program.


What is the way you give data to a computer?

Data that is sent to a computer is called input. A keyboard, a mouse, a webcam, a scanner, and a microphone are all examples of input devices.


Which storage devices used as input devices?

As far as I know, no storage device is an input device but data can be inputted on to it. Unless a program is running from a storage device and transfers data to another then it might be considered an input device but that's it.


Can you call a computing system a data processing system?

Yes - since the computer processes data contained in the program or input by the user.


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.