logo

CuriousTab

CuriousTab

Discussion


Home Computer Science Language Processors Comments

  • Question
  • Which of the following system program forgoes the production of object code to generate absolute machine code and load it into the physical main storage location from which it will be executed immediately upon completion of the assembly?


  • Options
  • A. two pass assembler
  • B. load-and-go assembler
  • C. macroprocessor
  • D. compiler

  • Correct Answer
  • load-and-go assembler 


  • Language Processors problems


    Search Results


    • 1. Which table is a permanent databases that has an entry for each terminal symbol?

    • Options
    • A. Terminal table
    • B. Literal table
    • C. Identifier table
    • D. Reductions
    • Discuss
    • 2. A relocate program form is the one which

    • Options
    • 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 perform the relocation of its address-sensitive portions
    • D. All of the above
    • Discuss
    • 3. In an absolute loading scheme, which loader function is accomplished by assembler

    • Options
    • A. Reallocation
    • B. Allocation
    • C. Linking
    • D. Loading
    • Discuss
    • 4. Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:

    • Options
    • A. ASRA
    • B. LOADA h#OD4E, i
    • C. STOREA h#014B, d
    • D. ADDA h#01FE, i
    • Discuss
    • 5. A system program that combines the separately compiled modules of a program into a form suitable for execution

    • Options
    • A. assembler
    • B. linking loader
    • C. cross compiler
    • D. load and go
    • Discuss
    • 6. When a computer is first turned on or restarted, a special type of absolute loader, called a ______ is executed

    • Options
    • A. loader
    • B. linker
    • C. bootstrap loader
    • D. None of the above
    • Discuss
    • 7. The task(s) of the Lexial analysis phase is/are:

    • Options
    • A. to parse the source program into the basic elements or tokens of the language
    • B. to build a literal table and an identifier table
    • C. to build a uniform symbol table
    • D. All of the above
    • Discuss
    • 8. A sequence of instructions, in a computer language, to get the desired result, is known as

    • Options
    • A. Algorithm
    • B. Decision Table
    • C. Program
    • D. All of the above
    • Discuss
    • 9. Convert the CHARI h#000F, s assembly language instructions into hexadecimal machine language:

    • Options
    • A. 0111EF
    • B. 9001E6
    • C. DA000F
    • D. 40
    • Discuss
    • 10. The Process Manager has to keep track of:

    • Options
    • A. the status of each program
    • B. the priority of each program
    • C. the information management support to a programmer using the system
    • D. both (a) and (b)
    • Discuss


    Comments

    There are no comments.

Enter a new Comment