answersLogoWhite

0

Interactive Processing refers to doing this task manually, suppose the change you want to make is different with different pictures, then you cannot automate the task and will have to use the interactive user interface in the software and make the necessary change.

Interactive processing allows a program being executed to carry on a dialogue with the user through remote terminals. This requires real-time processing.

User Avatar

Sabelo Ncube

Lvl 2
2y ago

What else can I help you with?

Related Questions

Explain the difference between batch processing and real-time processing?

explain the difference between batch processing and real-time processing


Difference between batch processing and time sharing?

In batch processing the tasks are performed in batches. In time sharing, the operating system shares the time between each task.


What are the three types of data processing?

The three types of data processing are batch processing, real-time processing, and interactive processing. Batch processing involves processing large amounts of data at once, often done in batches or groups. Real-time processing involves immediate processing of data as it is received. Interactive processing allows users to interact with the system and process data in real-time, providing immediate feedback.


What is the difference between serial processing and batch processing?

Serial Processing means that the processing that occr sequentially.Results of one action are known before a next action is considered.In the case of batch processing execution of a series of programs or jobs on a computer without mannual intervention.


Difference between Time sharing operating system and batch processing operating system?

Differentiate between Simple Batch Operating Systems and Time-sharing Operating Systems


What is the Difference between pipeline processing and serial processing?

* The main difference is that pipeline processing is a category of techniques that provide simultaneous, or parallel, processing within the computer and serial processing is sequential processing by two or more processing units.


Define batch system?

A batch system is used in processing to deliver, supervise, and control the jobs assisted to users in the system. Different types of batch systems are used in universities and other industries to assign resources.


What electronic data prossing modes?

1)online processing 2)real-time processing 3)distributed processing 4)time-sharing 5)batch processing 6)multiprocessing 7)multitasking 8)interactive procrssing


What is an explanation of the term Batch processing?

Executing a series of noninteractive jobs all at one time. The term originated in the days when users entered programs on punch cards. They would give a batch of these programmed cards to the system operator, who would feed them into the computer.Batch jobs can be stored up during working hours and then executed during the evening or whenever the computer is idle. Batch processing is particularly useful for operations that require the computer or a peripheral device for an extended period of time. Once a batch job begins, it continues until it is done or until an error occurs. Note that batch processing implies that there is no interaction with the user while the program is being executed.An example of batch processing is the way that credit card companies process billing. The customer does not receive a bill for each separate credit card purchase but one monthly bill for all of that month's purchases. The bill is created through batch processing, where all of the data are collected and held until the bill is processed as a batch at the end of the billing cycle.The opposite of batch processing is transaction processing or interactive processing. In interactive processing, the application responds to commands as soon as you enter them.


Two basic types of operating system are A sequential and direct B batch and time sharing C direct and interactive D batch and interactive?

batch and time sharing


What is Batch Data processing?

Batch processing generally means using a scripting language to queue one or more jobs that will work one after the other without any manual intervention. That is, the actual processing is automated, the only input required from the user is in order to set up the batch. Contrast with online or interactive data processing which requires user-input throughout the process. In batch processing, the input is typically generated from input files collated as a batch, and the output of one job can often be used as input for the next job, dependant upon the type of processing. Some software includes batch processing modes of their own, but for those that don't, command sequences can be crafted using scripting languages, either from within the program itself (where supported) or externally at operating system level. Operating system command scripts can also be employed for batch processing, hence they are also known as batch files.


What is batch data processing mode?

Batch processing generally means using a scripting language to queue one or more jobs that will work one after the other without any manual intervention. That is, the actual processing is automated, the only input required from the user is in order to set up the batch. Contrast with online or interactive data processing which requires user-input throughout the process. In batch processing, the input is typically generated from input files collated as a batch, and the output of one job can often be used as input for the next job, dependant upon the type of processing. Some software includes batch processing modes of their own, but for those that don't, command sequences can be crafted using scripting languages, either from within the program itself (where supported) or externally at operating system level. Operating system command scripts can also be employed for batch processing, hence they are also known as batch files.