Computer Science, asked by zeeshan143, 2 months ago

What is the difference between Interactive-mode and Batch-mode
Application Software?​

Answers

Answered by vaishnavichauhan90
0

Interactive mode is a command line shell which gives immediate feedback for each statement, while running previously fed statements in active memory. As new lines are fed into the interpreter, the fed program is evaluated both in part and in whole.

Put simply, batch processing is the process by which a computer completes batches of jobs, often simultaneously, in non-stop, sequential order. It's also a command that ensures large jobs are computed in small parts for efficiency during the debugging process.

Similar questions