- (A) Machine language
- (B) Assembly language
- (C) High level language
- (D) All of the above
Software Engineering Mcqs
- (A) lexical analysis
- (B) syntax analysis
- (C) general syntax analysis
- (D) interpretation analysis
- (A) consists of a program and relevant information for its relocation
- (B) can itself perform the relocation of its address-sensitive portions
- (C) cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation
- (D) All of the above
- (A) compiler
- (B) macroprocessor
- (C) two pass assembler
- (D) load-and-go assembler
- (A) Utilities
- (B) Languages
- (C) Operating system
- (D) All of the above
- (A) an interpreter
- (B) system software
- (C) applications software
- (D) an operating environment
- (A) assembler
- (B) load and go
- (C) linking loader
- (D) cross compiler
- (A) contains all constants in the program
- (B) a permanent table which lists all key words and special symbols of the language in symbolic form
- (C) a permanent table of decision rules in the form of patterns for matching with the uniform symbol table to discover syntactic structure
- (D) consists of a full or partial list of the tokens as they appear in the program. Created by Lexical analysis and used for syntax analysis and interpretation
- (A) to build a uniform symbol table
- (B) to build a literal table and an identifier table
- (C) to parse the source program into the basic elements or tokens of the language
- (D) All of the above
- (A) Editor
- (B) Spooler
- (C) Debugger
- (D) All of the above

