Question
Two chords AB and CD intersect each other at point 'P'
(inside the circle) . If CP = 12 cm, DP = 15 cm and AP = 20 cm, then find BP.Solution
If two chords AB and CD intersect each other at 'P', then AP X BP = CP X DP
So, AP x BP = CP x DP
Or, 20 x BP = 12 x 15
Or, 20 x BP = 180
Or, BP = 9 cm
Which query retrieves all records from TableA that have no corresponding records in TableB?
What is the purpose of a heuristic function in AI search algorithms?
A C function attempts to find a substring.
#include
#include
char* find_substring(char* haystack, char* needle...
Which of the following I/O scheduling algorithms provides the most efficient disk access for systems with many requests clustered around a central locat...
Fill in the correct option for 25 blank space.
Which of the following is NOT a primary function of an operating system?
Which of the following statements accurately describes the object-oriented programming (OOP) support in Java and C?
A Decision Support System (DSS) is best described as:
A Python function get_element(arr, index) is supposed to return the element at a given index.
def get_element(arr, index):
  # Assume ...
Which of the following operation is performed by Domain Name Server (DNS)?