Question
Rahul walked 6 km. towards West and turned to his left
and walked 4 km. Then he turned to his right and walked 6 km. Finally, he turned to his right again and walked another 4 km. In which direction is Rahul from his starting point now?Solution
Rahul is towards West from the starting point.
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?
In system design, what is the primary purpose of a feasibility study?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which of the following is a core characteristic of Big Data?
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Which of the following statements is true about ACID properties in database transactions?
In a data warehouse, which of the following best describes the concept of "data granularity"?
In Java, what will be the output of the following code snippet?
public class Test {
   public static void main(String[] args) { <...
Which of the following best describes the function of the Control Unit (CU) in the CPU?
Which graph traversal algorithm uses a queue to explore nodes layer by layer?