placeholder image to represent content

Assembler

Quiz by VINODHINI M

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
10 questions
Show answers
  • Q1
    ______ converts the programs written in assembly language into machine instructions.
    Assembler
    Machine compiler
    Converter
    Interpreter
    30s
  • Q2
    The instructions like MOV or ADD are called as ______
    OP-Code
    Commands
    Symtab
    Operators
    30s
  • Q3
    The assembler directive EQU, when used in the instruction: Sum EQU 200 does ________
    Finds the first occurrence of Sum and assigns value 200 to it
    Replaces every occurrence of Sum with 200
    Re-assigns the address of Sum by adding 200 to its original address
    Assigns 200 bytes of memory starting the location of Sum
    30s
  • Q4
    The purpose of the ORIGIN directive is __________
    To indicate the starting position in memory, where the program block is to be stored
    To indicate the starting of the computation code
    To indicate the purpose of the code
    To indicate the starting position in memory, where the program block is to be stored
    30s
  • Q5
    __ directive is used to specify and assign the memory required for the block of code.
    Allocate
    Reserve
    Assign
    Set
    30s
  • Q6
    directive specifies the end of execution of a program.
    End
    Terminate
    Return
    Stop
    30s
  • Q7
    The utility program used to bring the object code into memory for execution is ______
    Linker
    Loader
    Fetcher
    Extractor
    30s
  • Q8
    The above addressing mode is right or wrong?
    Question Image
    right
    wrong
    30s
  • Q9
    In which addressing mode the operand is given explicitly in the instruction ?
    Absolute mode
    Immediate mode
    Indirect mode
    Index mode
    30s
  • Q10
    The instruction “JUMP” belongs to
    branch instructions
    control transfer & branch instructions
    sequential control flow instructions
    control transfer instructions
    30s

Teachers give this quiz to your class