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
Fourth-Generation Languages (4GL): identify which statement is NOT true about 4GL capabilities and characteristics.
Compilers vs other translators: identify the translator that reads an entire high-level program and converts it to machine code.
High-level languages: identify the advantages inherent in using them compared to low-level approaches.
Interpreter: choose the definition that correctly characterizes how an interpreter executes code.
Loader functions: identify what the loader does during program preparation and startup.
Compiler phases (PL/I example): resolving symbolic addresses (labels) and generating machine code belongs to which phase?
Systems software: identify the types that direct overall operation, facilitate use, and interact with users.
ASCII to hexadecimal: convert the word “BEAR” (ASCII) into its hexadecimal byte sequence.
File processing utilities: which systems software merges records from two files into one output file?
Utility classification: which of the following is NOT a utility program?
Macro processors and assemblers: what are the advantages of integrating the macro processor into Pass 1 of a two-pass assembler, from the viewpoints of duplication avoidance, file handling, and programmer flexibility?
Software engineering process models: the development strategy in which the executive control modules and top-level logic are coded and tested first is known as which structured approach?
Mainframe batch operations: Job Control Language (JCL) statements are primarily used by the operating system to indicate the start and end of a batch job and define its processing context—select the most accurate purpose.
Compiler front end (PL/I and general languages): during compilation, the stage called Syntax analysis (parsing) is primarily responsible for which activity?
Systems programming terminology: what is an assembler, in the context of translating low-level source code into executable machine instructions?
Compiler taxonomy: a compiler for a high-level language that runs on one machine (host) but produces executable code for a different target machine is called what?
Intermediate representations and artifacts: the term “assembly code data base” refers to which compilation product or table in a typical compiler–assembler toolchain?
Loaders and relocation: which statement correctly defines a non-relocatable program with respect to where it can execute in memory?
Compiler tables: in the context of language processing, what does the Terminal Table contain and how is it used during compilation?
In mainframe batch processing (e.g., IBM z/OS), when special page layouts or printed output formats are required, through which facility does a programmer specify the forms and related print-control parameters?
1
2
3