Question
Erixon enters the market, turns to her right, walks 7m
and reaches to market P. Then, she turns to her left, walks 3 m and reaches to market Q. Again, she turns to her left, which is towards west, walks 7 m and reaches to market R. Again, she turns to her right and reaches to market S, which 8 m away from her and moves to her right, walks 7 m and stops at the market T. How far is market R from the starting point?Solution
The direction diagram is shown below: Clearly, the arrangement according to the given directions is as shown above. Therefore, the distance of market R from the starting point is same as the distance of market Q from market P, which is equal to 3 m. Â Hence, the correct answer is (C).
Consider a system with 4 CPU cores. If there are 8 user-level threads in a single process, what is the maximum number of these threads that can execute ...
Which type of polymorphism in Java is achieved through method overloading?
Which of these is a key characteristic of SaaS (Software as a Service)?
In public-private key encryption , which of the following is true regarding the private key ?
Which I/O scheduling algorithm is designed to reduce the average response time for disk operations by prioritizing requests based on proximity to the cu...
Which statement is FALSE regarding DRAM memory?
Which of the following is a property of an admissible heuristic in A* search?
Fill in the correct option for 28 blank space.
In a backtracking algorithm, what happens when a partial solution is found to violate a constraint?
The Naive Pattern Searching algorithm has a worst-case time complexity of O(MN), where 'M' is the length of the pattern and 'N' is the length of the tex...