0%

ALL meanings of batch processing

batch proc·ess
B b
  • noun batch processing manufacturing products or treating materials in batches, by passing the output of one process to subsequent processes 3
  • noun batch processing a system by which the computer programs of a number of individual users are submitted to the computer as a single batch 3
  • noun batch processing a form of data processing in which a number of input jobs are grouped for processing during the same machine run. 1
  • noun Definition of batch processing in Technology (programming)   A system that takes a sequence (a "batch") of commands or jobs, executes them and returns the results, all without human intervention. This contrasts with an interactive system where the user's commands and the computer's responses are interleaved during a single run. A batch system typically takes its commands from a disk file (or a set of punched cards or magnetic tape in the mainframe days) and returns the results to a file (or prints them). Often there is a queue of jobs which the system processes as resources become available. Since the advent of the personal computer, the term "batch" has come to mean automating frequently performed tasks that would otherwise be done interactively by storing those commands in a "batch file" or "script". Usually this file is read by some kind of command interpreter but batch processing is sometimes used with GUI-based applications that define script equivalents for menu selections and other mouse actions. Such a recorded sequence of GUI actions is sometimes called a "macro". This may only exist in memory and may not be saved to disk whereas a batch normally implies something stored on disk. Unix cron jobs and Windows scheduled tasks are batch processing started at a predefined time by the system whereas mainframe batch jobs were typically initiated by an operator loading them into a queue. 1
  • noun batch processing computing done on multiple files at once 1
  • noun batch processing (operations management) the processing of materials in batches rather than in continuous flow or in an assembly line. 0
  • noun batch processing (computing) the execution of a series of programs on a computer, called jobs, without manual intervention. 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?