Question
Below a word is given in three sentences. Find out which
one/ones make/makes a correct usage of the given word and mark the option accordingly. If the sentences are all correct mark option 4 as the answer. Mark A. The event marks the beginning of a new era.B. Please mark your attendance on the sheet.C. She marked about the issue during the seminar.Solution
A: "mark" as a verb meaning to signify or indicate – correct.
B: "mark" as a verb meaning to record or note – correct.
C: Incorrect – "marked about" is wrong usage. Correct phrasing would be "remarked on" or "spoke about."
What is the primary output of the lexical analysis phase of a compiler?
What is a primary advantage of generating intermediate code during compilation?
Which parsing method uses a stack and an input buffer?
Which phase of a compiler is responsible for creating a stream of tokens from the input source code?
If an expression `x = a + b` is computed, and later in the same basic block, `y = a + b` is computed, a compiler can apply which optimization?
Which of these is used for resolving operator precedence in parsing?
Which data structure is commonly used in the implementation of recursive descent parsing?
What is the purpose of Normalization in database design? Â Â Â Â Â
Which parsing technique is a top-down parser that cannot handle left recursion and requires the grammar to be free of common prefixes?
A "parser" is primarily responsible for which phase of compilation?