Question
The spokesperson said that they were carefully
monitoring the __________ security situation in Afghanistan, and its implications on the security and safety of Indian nationals in Afghanistan. 1. detention   2. detecting   3. deceased   4. diminishing   5. deteriorating  6. declaiming Directions: The following questions consist of a single sentence with one blank only. You are given six words denominated by 1, 2, 3, 4, 5 and 6 out of which you have to pick two correct words, either of which will make the sentence meaningfully correct and complete. Then choose one of the options which is the combination of correct set of words as your correct answer. ÂSolution
The word ‘diminish’ means ‘to reduce or be reduced in size or importance’. The word ‘deteriorate’ means ‘to become worse’. Both these words can be used here. 1- the act of officially detaining someone. 2- to notice something that is partly hidden or not clear, or to discover something, especially using a special method. 3- dead. 6- to express something with strong feeling, especially in a loud voice or with forceful language.
Which of these is used for resolving operator precedence in parsing?
Which of the following grammars is suitable for top-down parsing?
Which memory allocation strategy is used for global variables and static variables, where memory is allocated once at compile time and remains throughou...
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 will be the output of the following C code?
#include
int main() {
int i;
for (i = 0; i < 5; i++) {
<...An S-attributed SDD (Syntax-Directed Definition) is one where:
A "shift-reduce" parser is a type of:
Multithreading an interactive program will increase responsiveness to the user by ___________
The process of grouping characters into meaningful units (tokens) is performed by the:
Which optimization is performed after intermediate code generation?