Question
Find the wrong number in the given series. 324,
288, 263, 255, 238, 234Solution
324 – 36 = 288 288 – 25 = 263 263 – 16 = 247 247 – 9 = 238 238 – 4 = 234
DBMS periodically suspends all processing and synchronizes its files and journals through the use of
Which of these is used for resolving operator precedence in parsing?
A "parser" is primarily responsible for which phase of compilation?
Which parsing technique is a top-down parser that cannot handle left recursion and requires the grammar to be free of common prefixes?
"Liveness analysis" in code optimization determines:
The process of grouping characters into meaningful units (tokens) is performed by the:
Which of the following is NOT a typical task performed during the code optimization phase?
Which of the following algorithms is specifically designed to minimize the average time a process spends waiting before execution in a CPU scheduling co...
What is the primary role of a "Linker"?
A "shift/reduce conflict" in an LR parsing table occurs when: