Computer Science, asked by jyoti993693, 19 days ago

what is feed into a computer in order to get the output ?​

Answers

Answered by Anonymous
0

Answer:

Explanation:

Programs + Data = Output

Unless you’re doing Machine Learning, in which case it’s

Data + Output = Programs

______________________________________________________

With analog computers (still used today for some applications), the input is data and the output is whatever is being modeled. With digital computers, the input is one (or more) programs and they act on provided input data to provide the associated output. The data can be numeric or alphanumeric and the output could be a report (or other printed output) or a file of data that may remain on the computer or be passed to another computer for storage or additional manipulation.

Similar questions