7) The primary purpose of an operating system is to manage hardware
resources and provide an interface between users and the computer system.(T or F)
8) A kernel is the central component of an operating system and
provides basic services such as memory management, process scheduling, and file system handling. .(T or F)
9) A process is a program in execution that requires system resources
such as CPU time, memory, and I/O devices. .(T or F) 10) A multi-user operating system allows multiple users to execute programs simultaneously on the same system. .(T or F)
11) An operating system provides memory protection by
preventing different processes from accessing each other's memory spaces. .(T or F)
12) A system call is a request made by a program for the operating
system to perform a task that the program cannot do itself. .(T or F) 13) The primary role of the file system in an operating system is to manage physical storage devices like hard drives and SSDs. .(T or F) 14) What are the four components of computer system? operating system hardware users application programs