Operating System MCQs
1) An operating system is a program that manages the computer ____________. A)application B)File system C)software D)hardware Correct Ans: hardware 2)___________ provide an interface to the services made available by an operating system. A)protection B)System calls C)register D)process control Correct Ans: System calls 3) Many modern operating systems have extended the process concept to allow a process to have multiple ___________ of execution. A)threads B)software C)functions D)systems Correct Ans: threads 4) Linux is running as the ____________ operating system. A)guest B)physical C)host D)isolated Correct Ans: host 5) The value in the _________ register is added to every address generated by a user process. A)real B)logical C)relocation D)base Correct Ans: relocation 6) In ___________ we must search the entire list, unless the list is ord...