Match the following TCP/IP protocols with their uses.
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
Four jobs to be executed on a single processor system arrive at time 0 in the order A, B, C, D. Their burst CPU time requirements are 4. 1, 8 and 1 time units. respectively. The completion time of A under round robin scheduling with time slice of one time unit is:
If G is a forest with n vertices and K connected components, then how many edges does G have?
The Instruction fetch phase ends with _________.
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?
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?
92 docs|120 tests
|