Question
 In the word ‘DEVASTATE’ all consonants are written
as their preceding letter and all vowels are written as their following letters. Now all letters are arranged in alphabetical order from left to right and all the repeated letters are eliminated. Then, how many such pairs of letters are there, each of which have as many letters between them in the word (forward direction) as they have between them in the English alphabetical series?Solution
The word - D E V A S T A T E
    C F U B R S B S F
    B B C F F R S S U
    B C F R S U
Only BC and RS are there for the forward arrangement. Â
Which data analytics technique is best suited for identifying hidden patterns or relationships in large datasets?
What is the primary difference between tuple calculus and domain calculus?
Which of the following statements accurately describes the Carrier Sense Multiple Access with Collision Detection (CSMA/CD) access method used in tradit...
How is dynamic memory allocated in Java?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
Node.js is primarily used for:
What is exception handling in programming?
Which type of transistor is less susceptible to thermal runaway?
Which of the following represents a query in tuple calculus that selects all tuples where the "Age" attribute is greater than 30?
In BGP path selection, which attribute is considered first?