Which word is closest in meaning to the word ‘connoisseur’?
Souradeep departs from point 'Kolkata' at 6:00 a.m. and arrives at point 'Bangalore' by 8:00 a.m. Meanwhile, his sister Semanti starts from 'Bangalore' at 7:00 a.m. and travels the same route, reaching 'Kolkata' by 10:00 a.m. Determine the time when Souradeep and his sister meet along their routes.
1 Crore+ students have signed up on EduRev. Have you? Download the App |
In an election, the share of valid votes received by the four candidates A, B, C, and D is represented by the pie chart shown. The total number of votes cast in the election were 1,15,000, out of which 5,000 were invalid.
Based on the data provided, the total number of valid votes received by the candidates B and C is
Person 1 and Person 2 invest in three mutua l funds A, B, and C. The amounts the y invest in each of these mutua l funds are given in the table.
Which of the following functional dependencies is not allowed in 2NF?
Prime → Non-prime
Prime → Prime
Non prime → Prime/Non-prime
Key → Prime/Non prime
Prime + Non-prime combination → Prime/Non-prime
Visualize two identica l right circular cones such that one is inverted over the other and they share a common circular base. If a cutting plane passes through the vertic e s of the assembled cones, what shape does the outer boundary of the resulting cross-section make?
Let h1 and h2 be two admissib le heuristics used in A∗ search. Which ONE of the following expressions is always an admissib le heuristic?
Three fair coins are tossed independently. T is the event that two or more tosses result in heads. S is the event that two or more tosses result in tails. What is the probability of the event T∩ S ?
For any twice differe ntiab le functio n f : R → R, if at some x∗ ∈ ℝ, f ′ (x∗) = 0 and f ′′ (x∗) > 0, then the function f necessarily has a ______ at x = x∗.
Note : R denotes the set of real numbers.
For any binary classificatio n dataset, let SB ∈ R d×d and S w ∈ R d×d be the between- class and within- c las s scatter (covariance) matrices, respectively. The Fisher linear discrimina nt is defined by u∗ ∈ R d, that maximizes
If λ = J(u∗), Sw is non-singula r and SB ≠ 0, then (u∗, λ) must satisfy which ONE of the following equations?
Note : R denotes the set of real numbers.
A fair six-sided die (with faces numbered 1, 2, 3, 4, 5, 6) is repeatedly thrown independently.
What is the expected number of times the die is thrown until two consecutive throws of even numbers are seen?
Match the items in Column 1 with the items in Column 2 in the following table:
Consider the following statement: In adversarial search, a - β pruning can be applied to game trees of any depth where a is the (m) value choice we have formed so far at any choice point along the path for the MAX player and β is the (n) at any choice point along the path for the MIN player.
Which ONE of the following choices of (m) and (n) makes the above stateme nt valid?
The value of following limit is?
Insert the following in the AVL tree.
30, 10, 0, 60, 90, 5, 120
Find the sum of leaf nodes of the final tree.
The sample average of 50 data points is 40. The updated sample average afte r includ ing a new data point taking the value of 142 is ______.
Consider sorting the following array of integers in ascending order using an in- pla c e Quicksort algorithm that uses the last element as the pivot.
The minimum number of swaps performed during this Quicksort is ______.
Two friends Ravi and Akash roll a die twice and notice that the sum of the numbers rolled is a multiple of 4. They wonder, given this condition, what is the probability that the number 4 appeared at least once in their rolls?
Consider a relation R(X, Y, Z, W, V) and the set of following functional dependency :
{XZ → W, W → Y, W → Z, Y → V, XW → V}
Which of the following is TRUE about given relation?
In an apartment complex, half of the households have one child, while the other half have two children. What is the probability that a randomly selected child has a sibling?
Consider a hash table of size 7, with starting index 0, and a hash function (5x+2)mod 7. Assuming the hash table is initially empty, which of the following is the contents of the table when the sequence 2, 4, 9, 12 is inserted into the table using closed hashing?
Note that '-' denotes an empty location in the table.
Which data structure is preferred for handling congestion in a network?
A 3-ary max heap is a variation of a binary max heap, where each node can have up to 3 children. A 3-ary heap can be represented as a Python list. The root is stored at index 0, its children are stored at indices 1, 2, and 3, and so on. The general formula to find the indices of the children for a node at index i is:
Similarly, the parent of a node at index i can be found using:
Parent index=[(i−1)/3]
Which of the following is a valid Python list representing a 3-ary max heap?
Which of the following is/are false regarding an SVM?
Let T1, T2 and T3 are three transaction with 3, 2, and 4 operations respectively. The number of non-serial schedules possible is _____.
If the sequence x,7,7,5,5,4,3,2 can be represented as a graphical sequence, what is the total sum of all potential values of x, where x ranges from 0 to 7?
In a magical forest, adventurers seek a hidden treasure, with each step costing a fixed amount of positive energy, k. The treasure lies at a single, specific location. To find the shortest and most efficient path to the treasure, they can use different strategies:
In a binary tree, the number of internal nodes with one child is 7, and the number of internal nodes with two children is 8. How many leaf nodes are there in the binary tree?
We're exploring a model with an output given by y=σ(w1x1+w2x2+b), where σ denotes the sigmoid function and x1,x2 are input values. Our goal is to adjust the weights w1,w2 and the bias b to minimize the loss function L=(y−y)3. Given specific inputs x1=1.75, x2=2.5, and observed output y=0.8 compared to the true label y=1 , we seek to optimize w1,w2, and b to reduce the discrepancy between y and y.∂L/∂y?
The number of integers between 1 and 400 (inclusive) that are not divisible by 5, 6, or 8 is……………..