4 answers
1
Consider the following SQL querySelect distinct $a_1, a_2, …, a_n$from $r_1, r_2, …, r_m$where PFor an arbitrary predicate P, this query is equivalent to which of the...
8 answers
6
Consider the following C program segment.# include <stdio.h int main() { char s1[7] = "1234", *p; p = s1 + 2; *p = '0'; printf("%s", s1); }What will be printed by the pro...
3 answers
13
Choose the most appropriate equation for the function drawn as thick line, in the plot below.$x=y-|y|$$x=-(y-|y|)$$x=y+|y|$$x=-(y+|y|)$
7 answers
14
2 answers
15
If R and S are two relation in BCNF the natural join of R and S is alsoin BCNF.above statement true or false.??
6 answers
16
The maximum number of processes that can be in $\textit{Ready}$ state for a computer system with $n$ CPUs is :$n$$n^2$$2^n$Independent of $n$
8 answers
17
While inserting the elements $71, 65, 84, 69, 67, 83$ in an empty binary search tree (BST) in the sequence shown, the element in the lowest level is$65$$67$$69$$83$
6 answers
18
The result evaluating the postfix expression $10 \ 5 + 60 \ 6 / * 8 -$ is $284$$213$$142$$71$
12 answers
19
Consider a binary tree T that has $200$ leaf nodes. Then the number of nodes in T that have exactly two children are ______.
5 answers
21
2 answers
22
Given code word $1110001010$ is to be transmitted with even parity check bit. The encoded word to be transmitted for this code is$11100010101$$11100010100$$1110001010$$11...
3 answers
23
12 answers
24
3 answers
29
Given below are some algorithms, and some algorithm design paradigms.$$\begin{array}{ll|ll}\hline \text{1.} & \text{Dijkstra's Shortest Path} & \text{i.} & \text{Divide a...
7 answers
30
Which of the following fields of an IP header is NOT modified by a typical IP router?Check sumSource addressTime to Live (TTL)Length