Home / CSE MCQs / Assembly Language ::

CSE MCQs :: Assembly Language

  1. In a two pass assembler the object code generation is done during the?
  2. A.
    Second pass
    B.
    First pass
    C.
    Zeroeth pass
    D.
    Not done by assembler

  3. In a two-pass assembler, the task of the Pass II is to
  4. A.
    separate the symbol, mnemonic opcode and operand fields
    B.
    build the symbol table
    C.
    construct intermediate code
    D.
    synthesize the target program

  5. In a two-pass assembler, the task of the Pass II is to
  6. A.
    separate the symbol, mnemonic opcode and operand fields
    B.
    build the symbol table
    C.
    construct intermediate code
    D.
    synthesize the target program

  7. Which of the following are language processors
  8. A.
    assembler
    B.
    compilers
    C.
    interpreter
    D.
    All of these

  9. System programs such as compiler are designed as that they are
  10. A.
    re-enterable
    B.
    non-reusable
    C.
    serially usable
    D.
    recursive

  11. TII stands for
  12. A.
    Table of incomplete instructions
    B.
    Table of information instructions
    C.
    Translation of instructions information
    D.
    Translation of information instruction

  13. Which of the following might be used to convert high-level language instructions into machine language?
  14. A.
    system software
    B.
    applications software
    C.
    an operating environment
    D.
    an interpreter

  15. In 8085 microprocessor, the value of the most significant bit of the result following the execution of any arithmetic or Boolean instruction is stored in the
  16. A.
    carry status flag
    B.
    auxiliary carry status flag
    C.
    sign status flag
    D.
    zero status flag

  17. Programming language in which there is a very strong correspondence between the language and the architecture's machine code instructions is termed as
  18. A.
    machine language
    B.
    assembly language
    C.
    high level language
    D.
    medium language

  19. Assembly language programs are written using
  20. A.
    Hex code
    B.
    Mnenonics
    C.
    ASCII code
    D.
    None of these