Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Language Processors Questions
Language levels: The statement “LDA B” is written in which category of computer language?
Compiler front-end — syntax analysis (parsing): Which function correctly describes the syntax phase of a compiler?
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).
Systems software — loader types: Loaders that allow a program to be relocated at load time are called what?
Module properties — safe multi-instance execution: In which type of module can multiple executions overlap in time and still produce the same correct result?
Loader functions in absolute loading schemes: In an absolute loader, which function is actually performed by the loader?
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.
In compiler construction, which table made during lexical analysis lists every literal used in the source program?
Assembly language pseudo-op conversion: interpret “.BYTE h#F8” and give the resulting machine byte in hexadecimal.
Interpreters: identify the statement that is NOT true about how an interpreter operates compared with a compiler.
Software quality terminology: in programming practice, what does the term “bug” mean?
What is a base register table in systems programming? Select the description that best matches its purpose during assembly and linking.
What is a compiler? Choose the definition that correctly describes its input and output in the software toolchain.
Macro processors for assembly language: which implementation approaches are possible?
Algorithm concept: choose the best description of an algorithm in computing and problem solving.
Front-end phases: the action of organizing source tokens into syntactic structures (statements, expressions) is called what?
1
2
3