answersLogoWhite

0

without understanding the program giving a input

User Avatar

Wiki User

13y ago

What else can I help you with?

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


What is input in TNSDL language?

In TNSDL (Temporal Numerical Stream Description Language), the "input" statement is used to specify the input streams of data that the program will operate on. These input streams can be temporal or non-temporal data sources such as sensors, files, or user input. The input statement helps define the data sources that will be processed by the TNSDL program.


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 the fundamental difference between data and and program?

The fundamental difference between data and a program lies in their roles and functions: data represents information, such as numbers, text, or images, that can be processed or analyzed, while a program is a set of instructions or code that tells a computer how to manipulate that data. In essence, data is the input that can be used or generated, and a program is the logic that performs operations on that input to produce output. Thus, data serves as the content, whereas a program serves as the methodology for processing that content.


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.


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.