Question
. If the consonants of the following words are arranged
first, followed by the vowels as per the English alphabetical order and then the consonants are changed to the previous letter and the vowels are changed to the next letter in the English alphabetical series, then what will be the third letter from the right end of each of the words after the rearrangement? I. SHAME II. LIFEÂ III. PLAYSolution
I. SHAME II. LIFE III. PLAY After arranging the consonants first followed by vowels as per the English alphabetical order, we get: I.  HMSAE   II. FLEI   III. LPYA After changing the consonants to the previous letter and the vowels to the next letter in the English alphabetical series, we get:  I. GLRBF II. EKFJ  III. KOXB The third letter from the right end of each of the words is: I. GLRBF: R II. EKFJ  : K III. KOXB: O
In an operating system, which of the following scheduling algorithms minimizes the average waiting time for all processes?Â
In the context of Intelligent Systems, which of the following algorithms is primarily used for real-time pathfinding in robotics?
Appending value to list in python
Quick sort average time complexity
Which search strategy guarantees the optimal solution?
Which module in Python supports regular expressions?
Predict the correct output of below code in python
Greeting = lambda : print('Welcome to Ixambee’)
Greeting()
What will be the output of the following code snippet demonstrating composition in Java?
class Engine {
void start() {
    ...
When using virtual memory, what happens when a page fault occurs and the operating system cannot find a free frame in physical memory?
In a CI/CD pipeline, which of the following represents the most critical failure point that could delay the entire software release cycle?Â