⚡ Seats filling fast: Join RBI Grade B Exclusive course @ ₹10,000 ⚡ ⏰
Question
How far is point X from point Y? I. Point X is 6
m to the south of point U. Point Z is 9m to the west of point X. Point V is 3 m to the north of point Z. Point W is 12 m to the east of Point V. Point Y is 3 m to the south of point W. II. Point Y is 10m to the east of point X. Point U is 8m to the west of point Z. Point X is to the east of Z. Point Z is the midpoint of the lines formed by joining points U and 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 answer :Solution
From I. Distance between X and Y = VW – ZX = 12 – 9 = 3 m. Hence statement I alone is sufficient to answer the question. From II. Distance between X and Y is already given in the question. Hence statement II alone is sufficient to answer the question. Hence the data either in statement I alone or in statement II are sufficient to answer the question.
Which of the following statements best describes a mesh topology in network design?
What are the 3v’s of Big Data?
Complete the recurrence relation for dp[i][j] in the Longest Common Subsequence (LCS) problem when text1[i-1] is *not equal* to text2[j-1].
# dp[...
Which of the following statements about the OSI Model’s Transport Layer is true?Â
Consider a delete_node(head, key) function for a singly linked list that removes the first occurrence of a node with a given key. The function works for...
The ability of the device to give identical output when repeat measurement are made with the same input is defined as________
Which property defines a Binary Search Tree (BST)?
Which query retrieves all records from TableA that have no corresponding records in TableB?
You are given a problem to find the shortest path in a graph where edge weights can be negative. Which algorithm would you *not* use?
A developer is choosing between an array and a linked list to store a collection of elements. If the primary operations will be frequent insertions and ...