Question
If a line has direction ratios 2, -1, -2, determine its
direction cosines.Solution
Directions cosines are: => 2/[√(22 + (-1)2 + (-2)2)], -1/[√(22 + (-1)2 + (-2)2)], -2/[√(22 + (-1)2 + (-2)2)] => 2/3, -1/3, -2/3
Which SQL keyword is used to modify existing rows in a table?
How is dynamic memory deallocated in Java?
In digital electronics, a flip-flop is a sequential logic circuit capable of storing one bit of information. Which statement about flip-flops is true?
What data structure is commonly used to represent the parse tree in parsing?
The dynamic memory allocation is the memory allocation done at the _________.
Which of the following is NOT a method for handling deadlocks?
Join in which result is generated when variable matches from any one of table
The time taken by a single bit to travel around the ring is known as ___?
In Node.js, which module is used for file system operations?
Virtual memory allows for the efficient management of: