Home / CSE MCQs / OS MCQs :: Basics - Operating System

CSE MCQs :: OS MCQs

  1. What is operating system?
  2. A.
    collection of programs that manages hardware resources
    B.
    system service provider to the application programs
    C.
    link to interface the hardware and application programs
    D.
    all of the mentioned

  3. To access the services of operating system, the interface is provided by the:
  4. A.
    system calls
    B.
    API
    C.
    library
    D.
    assembly instructions

  5. Which one of the following is not true?
  6. A.
    kernel is the program that constitutes the central core of the operating system
    B.
    kernel is the first part of operating system to load into memory during booting
    C.
    kernel is made of various modules which can not be loaded in running operating system
    D.
    kernel remains in the memory during the entire computer session

  7. Which one of the following error will be handle by the operating system?
  8. A.
    power failure
    B.
    lack of paper in printer
    C.
    connection failure in the network
    D.
    all of the mentioned

  9. The main function of the command interpreter is:
  10. A.
    to get and execute the next user-specified command
    B.
    to provide the interface between the API and application program
    C.
    to handle the files in operating system
    D.
    none of the mentioned

  11. By operating system, the resource management can be done via:
  12. A.
    time division multiplexing
    B.
    space division multiplexing
    C.
    both (a) and (b)
    D.
    none of the mentioned

  13. If a process fails, most operating system write the error information to a:
  14. A.
    log file
    B.
    another running process
    C.
    new file
    D.
    none of the mentioned

  15. Which facility dynamically adds probes to a running system, both in user processes and in the kernel?
  16. A.
    DTrace
    B.
    DLocate
    C.
    DMAP
    D.
    DAdd

  17. Which one of the following is not a real time operating system?
  18. A.
    VxWorks
    B.
    Windows CE
    C.
    RTLinux
    D.
    Palm OS

  19. The OS X has:
  20. A.
    monolithic kernel
    B.
    hybrid kernel
    C.
    microkernel
    D.
    monolithic kernel with modules