Language Processors Questions

Practice Language Processors MCQs with answers and explanations. Page 3 of 3.

Category
Computer Science
Topic
Language Processors
Page
3 / 3
Mode
Practice

Questions

Open any question to view the answer and explanation.

Language levels: The statement “LDA B” is written in which category of computer language?
Open
View answer
Compiler front-end — syntax analysis (parsing): Which function correctly describes the syntax phase of a compiler?
Open
View answer
Machine code to assembly (assumed mapping): Decode the single-byte opcode 0x48 into its assembly instruction (assume it was not produced by a pseudo-op).
Open
View answer
Systems software — loader types: Loaders that allow a program to be relocated at load time are called what?
Open
View answer
Module properties — safe multi-instance execution: In which type of module can multiple executions overlap in time and still produce the same correct result?
Open
View answer
Loader functions in absolute loading schemes: In an absolute loader, which function is actually performed by the loader?
Open
View answer
In systems software, what is a loader? Choose the most accurate definition that explains its role in placing a program into memory and preparing it for execution.
Open
View answer
In compiler construction, which table made during lexical analysis lists every literal used in the source program?
Open
View answer
Assembly language pseudo-op conversion: interpret “.BYTE h#F8” and give the resulting machine byte in hexadecimal.
Open
View answer
Interpreters: identify the statement that is NOT true about how an interpreter operates compared with a compiler.
Open
View answer
Software quality terminology: in programming practice, what does the term “bug” mean?
Open
View answer
What is a base register table in systems programming? Select the description that best matches its purpose during assembly and linking.
Open
View answer
What is a compiler? Choose the definition that correctly describes its input and output in the software toolchain.
Open
View answer
Macro processors for assembly language: which implementation approaches are possible?
Open
View answer
Algorithm concept: choose the best description of an algorithm in computing and problem solving.
Open
View answer
Front-end phases: the action of organizing source tokens into syntactic structures (statements, expressions) is called what?
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.