Language Processors In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register? immediate mode absolute mode index mode indirect mode immediate mode absolute mode index mode indirect mode ANSWER DOWNLOAD EXAMIANS APP
Language Processors Bug means Documenting programs using an efficient documentation tool All of these A logical error in a program A difficult syntax error in a program Documenting programs using an efficient documentation tool All of these A logical error in a program A difficult syntax error in a program ANSWER DOWNLOAD EXAMIANS APP
Language Processors The task(s) of the Lexial analysis phase is/are: to parse the source program into the basic elements or tokens of the language to build a literal table and an identifier table All of these to build a uniform symbol table to parse the source program into the basic elements or tokens of the language to build a literal table and an identifier table All of these to build a uniform symbol table ANSWER DOWNLOAD EXAMIANS APP
Language Processors A compiler for a high-level language that runs on one machine and produces code for a different machine is called multipass compiler optimizing compiler cross compiler one pass compiler multipass compiler optimizing compiler cross compiler one pass compiler ANSWER DOWNLOAD EXAMIANS APP
Language Processors Advantage(s) of using assembly language rather than machine language is/are: Introduction of data to program is easier All of these Addresses any symbolic, not absolute It is mnemonic and easy to read Introduction of data to program is easier All of these Addresses any symbolic, not absolute It is mnemonic and easy to read ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the .WORD d#790 assemblylanguage pseudo-ops into hexadecimal machine language: F8 0111EF 42 65 61 72 03 16 F8 0111EF 42 65 61 72 03 16 ANSWER DOWNLOAD EXAMIANS APP