Question
If the second and third letter in all the words is
interchanged, after that first and second letter is interchanged, then which of the following is the last word in dictionary? (Q.181-185): Thefollowing questions are based on the five three letter words given below: JTV BHF JNW NIS ASC (Note: The words formed after applying the given operations may or may not be meaningful English words.)Solution
Given words: JTV BHF JNW NIS ASC On applying 1st operation: JVT BFH JWN NSI ACS On applying 2nd operation: VJT FBH WJN SNI CAS Dictionary order: CAS FBH SNI VJT WJN Last word in dictionary order is WJN. Hence, option 1 is the answer.
Appending value to list in python
Graph Traversal algorithms
- What will be the output of the following Java code snippet, which implements a simple ArrayList and performs an insertion and a retrieval? import java.util...
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Which phase of systems analysis and design focuses on specifying the functional requirements of a system?
Purpose of Scope resolution operator
Which search strategy guarantees the optimal solution?
In Unix/Linux operating systems, which of the following commands is used to send a process to the background, allowing the terminal to continue acceptin...
State True/False
With a data mart, teams can access data and gain insights faster, because they don’t have to spend time searching within a ...
In an operating system, which of the following scheduling algorithms minimizes the average waiting time for all processes?Â