Question
Who is brother in law of Y? I. Y is mother of Z
and is married to the brother of A, who is female. II. V and X are brothers of A. U is wife of X. Each of the questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answerSolution
From I and II, Hence W is brother in law of Y. Hence both statements I and II together are necessary to answer the question.
For a comparison-based sorting algorithm, which lower bound applies to the worst-case number of comparisons?
In mobile computing, what is the main feature of pervasive computing?
In hashing, what is a collision?
What is the primary goal of Cyber Security?
Which of the following is considered the strongest type of encryption method in modern cyber security practices?   Â
Which algorithm uses a priority queue to repeatedly pick the next closest vertex?
In a Min-Heap, the root node is:
Worst case is the worst case time complexity of Prim’s algorithm if adjacency matrix is used?
In which case is QuickSort’s performance worst?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...