In multiprogrammed batch systems, the user cannot interact with the program during its execution. In time-sharing or multitasking systems, multiple jobs are executed by the CPU switching between them, but the switching occurs so frequently that the user may interact with each program while it is running. Time-sharing operating systems:
–Â Â Â Â Â Â Â Â Â uses CPU scheduling and multiprogramming,
–Â Â Â Â Â Â Â Â Â uses time-slice mechanism,
–Â Â Â Â Â Â Â Â Â allows interactive I/O,
–Â Â Â Â Â Â Â Â Â allows many users to share the computer simultaneously.
13 Comments