Quiznetik

Operating System (OS) | Set 7

1. The backing store is generally a

Correct : D. all of the mentioned

2. Memory management technique in which system stores and retrieves data from secondary storage for use in main

Correct : B. paging

3. A Process Control Block(PCB) does not contain which of the following?

Correct : C. Bootstrap Program

4. Which of the following condition(s) is/are required for a deadlock to be possible?

Correct : D. All of the mentioned

5. To avoid deadlock

Correct : A. there must be a fixed number of resources to

6. What is the mounting of file system?

Correct : C. attaching portion of the file system into a directory

7. Data cannot be written to secondary storage unless written within a

Correct : A. file

8. The larger the block size, the the internal fragmentation.

Correct : A. greater

9. With a shared file

Correct : D. the changes made by one person are reflected to the other

10. What is operating system?

Correct : D. all of the mentioned

11. To access the services of operating system, the interface is provided by the

Correct : A. System calls

12. Which one of the following is not true?

Correct : C. kernel is made of various modules which cannot be loaded in running operating system

13. Which one of the following error will be handle by the operating system?

Correct : D. all of the mentioned

14. The main function of the command interpreter is

Correct : A. to get and execute the next user-specified command

15. By operating system, the resource management can be done via

Correct : C. both time and space division multiplexing

16. If a process fails, most operating system write the error information to a ______

Correct : A. log file

17. Which one of the following is not a real time operating system?

Correct : D. Palm OS

18. The OS X has ____________

Correct : B. hybrid kernel

19. The systems which allows only one process execution at a time, are called

Correct : B. uniprocessing systems

20. In operating system, each process has its own

Correct : D. all of the mentioned

21. In Unix, Which system call creates the new process?

Correct : A. fork

22. A process can be terminated due to

Correct : D. all of the mentioned

23. What is the ready state of a process?

Correct : A. when process is scheduled to run after some execution

24. What is interprocess communication?

Correct : B. communication between two process

25. A set of processes is deadlock if

Correct : A. each process is blocked and will remain so forever

26. A process stack does not contain

Correct : D. PID of child process

27. Which system call returns the process identifier of a terminated child?

Correct : A. wait

28. The address of the next instruction to be executed by the current process is provided by the

Correct : B. Program counter

29. A Process Control Block(PCB) does not contain which of the following :

Correct : C. Bootstrap program

30. The number of processes completed per unit time is known as __________

Correct : B. Throughput

31. The state of a process is defined by:

Correct : D. the current activity of the process

32. Which of the following is not the state of a process?

Correct : B. Old

33. The Process Control Block is:

Correct : B. Data Structure

34. The entry of all the PCBs of the current processes is in:

Correct : C. Process Table

35. The degree of multiprogramming is:

Correct : D. the number of processes in memory

36. A single thread of control allows the process to perform:

Correct : A. only one task at a time

37. The objective of multiprogramming is to :

Correct : A. Have some process running at all times

38. Which of the following condition is required for deadlock to be possible?

Correct : D. all of the mentioned

39. A system is in the safe state if

Correct : A. the system can allocate resources to each process in some order and still avoid a deadlock

40. The circular wait condition can be prevented by

Correct : A. defining a linear ordering of resource types

41. Which one of the following is the deadlock avoidance algorithm?

Correct : A. banker’s algorithm

42. What is the drawback of banker’s algorithm?

Correct : D. all of the mentioned

43. To avoid deadlock

Correct : A. there must be a fixed number of resources to allocate

44. If the wait for graph contains a cycle :

Correct : B. then a deadlock exists

45. All unsafe states are :

Correct : B. not deadlocks

46. Physical memory is broken into fixed-sized blocks called ________

Correct : A. frames

47. Logical memory is broken into blocks of the same size called _________

Correct : B. pages

48. The __________ is used as an index into the page table.

Correct : B. page number

49. _____ is the concept in which a process is copied into main memory from the secondary memory according to the requirement.

Correct : B. Demand paging

50. Linux uses a time-sharing algorithm

Correct : A. to pair preemptive scheduling between multiple processes

51. First linux kernel which supports the SMP hardware was

Correct : D. linux 2.0

52. Which one of the following linux file system does not support journaling feature?

Correct : A. ext2

53. Which binary format is supported by linux?

Correct : C. both a.out and ELF

54. Which one of the following bootloader is not used by linux?

Correct : C. NTLDR

55. The first process launched by the linux kernel is

Correct : A. init process

56. Which desktop environment is not used in any linux distribution?

Correct : D. none of the mentioned

57. Standard set of functions through which interacts with kernel is defined by

Correct : A. system libraries

58. Linux is

Correct : D. multi user, multitasking

59. Which one of the following is not a linux distribution?

Correct : D. multics