1 answer
1
Where to apply for ISRO 2018?
5 answers
2
What is the maximum size of data that the Network layer can forward to the Data link layer including header data? Should it be 65535B or 1500B?
4 answers
3
0 answers
4
We need to draw DFA for it. and then NFA.?Please tell the approach?
0 answers
10
Consider the circuit with initial state Q0=0,Q1=0 and Q2=0.Then which of the following sequence of output is correct?a)4, 6, 3b) 1, 3, 7c) 3, 6, 4d) 7, 3, 1
6 answers
12
Which functions does NOT implement the Karnaugh map given below? $(w + x) y$$xy + yw$$(w + x) (\bar{w} + y) (\bar{x} + y)$None of t...
2 answers
13
Which of the following functions implements the Karnaugh map shown below?$\bar{A}B + CD$$D(C+A)$$AD+\bar{A}B$$(C+D) (\bar{C}+D) + (A+B)$
3 answers
14
8 answers
16
An $n \times n$ array $v$ is defined as follows:$v\left[i,j\right] = i - j$ for all $i, j, i \leq n, 1 \leq j \leq n$The sum of the elements of the array $v$ is$0$$n-1$$n...
14 answers
17
What is the complement of the language accepted by the NFA shown below?Assume $\Sigma = \{a\}$ and $\epsilon$ is the empty string.$\phi$$\{\epsilon\}$$a^*$$\{a , \epsilon...
1 answer
19
Que 1 In character-oriented protocol, we use __________ Bit stuffing Byte stuffing Both NoneQue 2 which protocol has flow control but not error control? Stop-and-Wai...
0 answers
21
4 answers
22
A prime attribute of a relation scheme $R$ is an attribute that appearsin all candidate keys of $R$in some candidate key of $R$in a foreign key of $R$only in the primary ...
2 answers
25
0 answers
26
Can anyone explain or give any link to study View Serializability ... Will be really thankful..
1 answer
27
2 answers
29
Consider the following $C$ function#include<stdio.h int main(void) { char c[]="ICRBCSIT17" char *p=c; printf("%s",c+2[p]-6[p]-1); return 0; }The output of the program is ...