Match the following TCP/IP protocols with their uses.
Which one of the following Boolean expressions is NOT a tautology?
1 Crore+ students have signed up on EduRev. Have you? Download the App |
Which of the following statement are not true?
Statement 1: The Uniform Resource Identifier is a set of rules which is used to retrieve linked web pages across the web.
Statement 2: HyperText Transfer Protocol is a unique address or path for each resource located on the web.
consider the following relation.
Student(Rno, name, Branch, Year)
What is the output for the given query?
Query:
Select branch, count(*)
from student
group by branch ;
The FOLLOW sets for the non-terminals A and B are
The FIRST sets for the non-terminals A and B are
(G, o) → (G', o') is a Group Homomorphism if
Given the following relation instance
Which of the following functional dependencies are satisfied by the instance?
The postfix expression for the infix expression ((A+B)*C)+(D/E)*F is
Let P be a quicksort program to sort numbers in ascending order using the first element as the pivot. Let t1 and t2 be the number of comparison made by P for the inputs [12345] and [41532] respectively. Which one of the following holds?
What is the action of task environment in artificial intelligence?
Which grammar gives multiple parse trees for the same string?
The time delay between two successive initiations of memory operation is __________.
The Flag ‘V’ is set to 1 indicates that _____________.
Which algorithm is used to solve any kind of problem?
Keywords are recognized in a compiler during ______________.
Which of the following interface design principles reduces the user's memory load?