Computer Science, asked by amandhankhar51, 1 month ago

importance of system programming

Answers

Answered by mannu12739
0

Answer:

  1. System programs provide an environment where programs can be developed and executed. In the simplest sense, system programs also provide a bridge between the user interface and system calls. In reality, they are much more complex. For example, a compiler is a complex system program.
  2. The system program serves as a part of the operating system. It traditionally lies between the user interface and the system calls. The user view of the system is actually defined by system programs and not system calls because that is what they interact with and system programs are closer to the user interface.

Similar questions