Language Processors In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register? absolute mode immediate mode indirect mode index mode absolute mode immediate mode indirect mode index mode ANSWER DOWNLOAD EXAMIANS APP
Language Processors When a computer is first turned on or restarted, a special type of absolute loader, called a ______ is executed linker None of these loader bootstrap loader linker None of these loader bootstrap loader ANSWER DOWNLOAD EXAMIANS APP
Language Processors A loader is a program that places programs into memory and prepares them for execution is a program that appears to execute a source program as if it were machine language a program that automate the translation of assembly language into machine language program that accepts a program written in a high level language and produces an object program a program that places programs into memory and prepares them for execution is a program that appears to execute a source program as if it were machine language a program that automate the translation of assembly language into machine language program that accepts a program written in a high level language and produces an object program ANSWER DOWNLOAD EXAMIANS APP
Language Processors In what module, multiple instances of execution will yield the same result even if one instancy has not terminated before the next one has begun? non-reusable module reenterable module serially reusable recursive module non-reusable module reenterable module serially reusable recursive module ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language: 42 65 61 72 F8 0111EF 03 16 42 65 61 72 F8 0111EF 03 16 ANSWER DOWNLOAD EXAMIANS APP
Language Processors 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? load-and-go assembler two pass assembler macroprocessor compiler load-and-go assembler two pass assembler macroprocessor compiler ANSWER DOWNLOAD EXAMIANS APP