Home / CSE / Operating System Concepts :: Section 1

CSE :: Operating System Concepts

  1. In analyzing the compilation of PL/I program, the term "Lexical analysis" is associated with

  2. A.
    recognition of basic syntactic constructs through reductions.
    B.
    recognition of basic elements and creation of uniform symbols
    C.
    creation of more optional matrix.
    D.
    use of macro processor to produce more optimal assembly code
    E.
    None of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. Resolution of externally defined symbols is performed by

  4. A.
    Linker
    B.
    Loader
    C.
    Compiler
    D.
    Assembler
    E.
    None of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. System generation:

  6. A.
    is always quite simple
    B.
    is always very difficult
    C.
    varies in difficulty between systems
    D.
    requires extensive tools to be understandable
    E.
    None of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. The Memory Address Register

  8. A.
    is a hardware memory device which denotes the location of the current instruction being executed.
    B.
    is a group of electrical circuits (hardware), that performs the intent of instructions fetched from memory.
    C.
    contains the address of the memory location that is to be read from or stored into.
    D.
    contains a copy of the designated memory location specified by the MAR after a "read" or the new contents of the memory prior to a "write".
    E.
    None of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. In virtual memory systems, Dynamic address translation

  10. A.
    is the hardware necessary to implement paging
    B.
    stores pages at a specific location on disk
    C.
    is useless when swapping is used
    D.
    is part of the operating system paging algorithm
    E.
    None of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. Fragmentation of the file system

  12. A.
    occurs only if the file system is used improperly
    B.
    can always be prevented
    C.
    can be temporarily removed by compaction
    D.
    is a characteristic of all file systems
    E.
    None of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. A non-relocatable program is one which

  14. A.
    cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation.
    B.
    consists of a program and relevant information for its relocation.
    C.
    can itself performs the relocation of its address-sensitive portions.
    D.
    all of the above
    E.
    None of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. Which of the following are(is) Language Processor(s)

  16. A.
    assembles
    B.
    compilers
    C.
    interpreters
    D.
    All of the above
    E.
    None of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. In which addressing mode the effective address of the operand is the contents of a register specified in the instruction and after accessing the operand, the contents of this register is incremented to point to the next item in the list?

  18. A.
    index addressing
    B.
    indirect addressing
    C.
    auto increment
    D.
    auto decrement
    E.
    None of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. The memory allocation scheme subject to "external" fragmentation is

  20. A.
    segmentation
    B.
    swapping
    C.
    pure demand paging
    D.
    multiple contiguous fixed partitions
    E.
    None of the above

    View Answer

    Workspace

    Discuss Discuss in Forum