Question
From her home facing south west, Kavita walks 15
m and turns northward and walks 12 m. How far was she from her home, which was her starting point ?Solution
Required distance:
CA = `sqrt(AB^2-BC^2)` = `sqrt(15^2-12^2)` = `sqrt81` = 9
If 1011 is transmitted with alternate-mark-inversion bipolar encoding and the corresponding transmitted voltage levels are {+1,0,-1,+1}. If the received...
What is the primary purpose of setting a "breakpoint" in a debugger?
Which heuristic function property ensures A* algorithm finds an optimal path?
Which of these techniques is primarily used for word embeddings?
State True or False
Semi-structured data  is data that does not conform to a data model but has some structure. It lacks a fixed or rigid sc...
Which of the following accurately describes Type 1 hypervisor virtualization?Â
The ability of the device to give identical output when repeat measurement are made with the same input is defined as________
State true or false                              Â
ODBC drivers are available for Oracle, Sybase, Informix, Mic...
Which query retrieves all records from TableA that have no corresponding records in TableB?
Consider the following C++ code:
#include
#include
class Printer {
public:
  void print(int n...