Question
Given that 3x-2y+297 = 0. SD(X) / SD(Y) = 4/3 Find r?
Solution
bxy = r { SD(X) / SD(Y)} Now, 3x = -297 + 2y X = -297/3 + 2/3 y bxy = 2/3 so, bxy = r { SD(X) / SD(Y)} 2/3 = r {4/3} r = ½ = 0.5
What does below UNIX command do?
rm file1 file2
Which of the following techniques is used to train a machine learning model on labeled data?
Which block of code is used to handle exceptions?
B-trees and B+ trees are primarily used for efficient storage and retrieval of data in:
Which protocol is commonly used for sending and receiving emails?
In ______, the difference between the height of the left sub tree and height of the right tree, for each node, is almost one
Which of the following is a passive electronic component used in analog circuits?
The below mentioned code is in which programming language
type
array-identifier = array[index-type] of element-type;
Converting hexadecimal value (3FA7) to Octal will yield ________.
In reverse polish notation , expression A*B+C*D is written as