Question
What is Priya’s rank from top in a class?
I. In the class of 80 children, Priya is 56 from the bottom. II. Priya is sixteen ranks below Shakti. Each of the questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answer –Solution
From I, Priya’s rank from the top = 80 – 56 + 1 = 25 Hence alone I is sufficient to answer the question. From II, Shakti’s rank is not known. Hence we can’t determine the rank of Priya. Hence alone II is not sufficient to answer the question.
Which component of a compiler interacts directly with the lexer?
Which of the following is a characteristic of a public blockchain?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
In virtual circuit network each packet holds ___________
Fill in the blanks
______ is defined as the end to end time required for the signal to travel from transmitter to receiver and ____ is defined as...
What does cardinality represent in the context of an ER model?
The major drawback of RAD model is __________.
Which condition is shown in given picture?
How does the ‘localStorage’ feature in HTML5 help web developers?
In time series forecasting, what does MAE stand for?