Home / Computer Science / Operating System :: section-6

Computer Science :: Operating System

  1. Advantage(s) of using assembly language rather than machine language is (are):

  2. A.

     It is mnemonic and easy to read.

    B.

     Addresses any symbolic, not absolute

    C.

     Introduction of data to program is easier

    D.

     all of the above

    E.

     None of the above


  3. Which of the following is not true about the memory management?

  4. A.

     virtual memory is used only in multi-user systems

    B.

     segmentation suffers from external fragmentation

    C.

     paging suffers from internal fragmentation

    D.

     segmented memory can be paged

    E.

     None of the above


  5. Job Control Language (JCL) statements are used to

  6. A.

     Read the input from the slow-speed card reader to the high-speed magnetic disk

    B.

     Specify, to the operating system, the beginning and end of a job in a batch

    C.

     Allocate the CPU to a job

    D.

     All of the above

    E.

     None of the above


  7. Paging

  8. A.

     is a method of memory allocation by which the program is subdivided into equal portions, or pages and core is subdivided into equal portions or blocks.

    B.

     consists of those addresses that may be generated by a processor during execution of a computation.

    C.

     is a method of allocating processor time.

    D.

     allows multiple programs to reside in separate areas of core at the time.

    E.

     None of the above


  9. Which of the following is not true about documentation?

  10. A.

     Documentation, of a system, should be as clear and direct as possible

    B.

     Documentation increases the maintenance time and cost

    C.

     Documentation gives better understanding of the problem

    D.

     All of the above

    E.

     None of the above


  11. The system/370 assembler language

  12. A.

     allows the programmer to write base registers and displacements explicitly in the source program.

    B.

     is used to remember which of the general-purpose registers are currently available as base registers, and what base addresses they contain.

    C.

     allows multiple programs to reside in separate areas of core at the same time.

    D.

     is a term that refers to the control programs of an operating system.

    E.

     None of the above


  13. Scheduling is

  14. A.

     allowing jobs to use the processor

    B.

     unrelated to performance consideration

    C.

     not required in uniprocessor systems

    D.

     the same regard-less of the purpose of the system

    E.

     None of the above


  15. What scheduling algorithm allows processes that are logical runnable to be temporarily suspended?

  16. A.

     preemptive scheduling

    B.

     non-preemptive scheduling

    C.

     FIFO

    D.

     FCFS

    E.

     None of the above


  17. In an absolute loading scheme, which loader function is accomplished by the loader

  18. A.

     Reallocation

    B.

     Allocation

    C.

     Linking

    D.

     Loading

    E.

     None of the above


  19. The computational technique used to compute the disk storage address of individual records is called:

  20. A.

     bubble memory

    B.

     key fielding

    C.

     dynamic reallocation

    D.

     hashing

    E.

     None of the above