Question
Direction: In each of the questions given below, a
sentence is given which is divided into four parts A, B, C and D. These four parts may or may not be in their correct position. The sentence is then followed by options with the correct combination of parts that should replace each other in order to make the sentence grammatically and contextually correct. Find the correct combination of parts that replace each other. If the sentence is correct as it is, select ‘5’ as your option. The world’s stockpile of (A) is just as intense as that for riskier assets (B) a fresh record in a sign that demand for havens (C) negative-yielding debt has swelled to (D).Solution
The first part (A) is ending with a preposition (of) and the second part (B) is starting with a verb ‘is’ which is grammatically incorrect, and therefore part (B) needs to be changed. The best alternative is swapping it with part D which makes the sentence meaningful.
Abstract Class in Java
In Huffman coding, data in a tree always occur?
Which numerical method is commonly used to find the roots of nonlinear equations in statistical computing?  Â
- Which of the following is a characteristic of Cross-Site Request Forgery (CSRF) attacks?
Which of the following accurately describes the primary benefit of server virtualization in a data center environment?Â
Which of the following is NOT a responsibility of the operating system's kernel?
What will be the output of the following JavaScript code when executed?
let xhr = new XMLHttpRequest();
xhr.open("GET", "https://api.examp...
- Which type of software testing ensures that integrated modules of an application work together as expected?
Which network device operates at both the data link and network layers of the OSI model, and is responsible for routing data packets between networks? ...
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}