• Tuesday, 16-Sep-25 20:54:51 IST
Tech Trending :
* Semantic Search Using Text Embeddings (With ChatGPT + Python) * 🤖How OpenAI + MCP Servers Can Power the Next Generation of AI Agents for Automation * 📚 Book Recommendation System Using OpenAI Embeddings And Nomic Atlas Visualization

Types of Operating Systems

Types of Operating Systems

Batch Operating System

In the 1970s, Batch processing was very popular. In this technique, similar types of jobs were batched together and executed in time. People were used to having a single computer which was called a mainframe.


In Batch operating system, access is given to more than one person; they submit their respective jobs to the system for the execution.


The system put all of the jobs in a queue on the basis of first come first serve and then executes the jobs one by one. The users collect their respective output when all the jobs get executed.