what is a system?
A system is a collection of various components
What is programming?
Programming is the activity of designing and implementing programs
application software
programs used to solve a problem using the computer as an instrument
system software
supports the operation of the computer, such as interfacing between the hardware and application software
what is an operating system?
the OS is a special program that resides between the computer hardware and application software
composition of linux OS
kernel, shell, applications
what are system calls?
system calls provide the interface between a running program and the operating system