What is process concept in operating system?
3 answer(s)
Answer # 1 #
A process in an operating system is basically a program in execution. It includes the program code, current activity (like values in CPU registers), and resources like memory, files, and I/O devices. The OS manages processes to ensure multitasking and resource sharing.
Answer # 2 #
If you want more in-depth study material, you can check out this resource: GeeksforGeeks - Process Concept.