This document discusses system calls and their types. System calls allow programs to request services from the operating system kernel. There are five main categories of system calls: process control, file management, device management, information maintenance, and communication. Process control system calls deal with processes like creation and termination. File management calls handle file operations like reading, writing and opening files. Device management calls allow access and control of devices. Information maintenance calls transfer data between programs and the OS. Communication calls enable interprocess communication.