2 answers
2
Five letters $A, B, C, D$ and $E$ are arranged so that $A$ and $C$ are always adjacent to each other and $B$ and $E$ are never adjacent to each other. The total number of...
3 answers
4
int main(){int a = 10;fun(a);}void fun(int a){printf(“%d”,a);}Which phase of the compiler will raise an error?Lexical syntaxsemanticsnone of the above
2 answers
5
Consider the following language:?L= {w | w $\epsilon$ {0,1}* , w has equal number of occurrences of ‘001’ and ‘010’}Is L regular? If so, please provide a DFA for ...
0 answers
6
Is repetition allow in foreign key ?Give some reference
0 answers
7
In how many ways 20 two rupees coins can be distributed among 4 children?Answer – 1771
0 answers
8
A family has 5 children. If the random variable (X) represents the number of boys , then the variance of X isAnswer – 1.25
2 answers
11
Let A be ternary tree with each node having 0 or 3 children . Let T have 25 node .The number of leaf nodes in ternary tree are
0 answers
12
How was your Made easy CBT mock test??
0 answers
13
.binary number 1.11111…………. are give find decimal number
0 answers
16
https://gateoverflow.in/3352/gate2008-it-42somewhere i saw 1 ->0 as 0 and somewhere as -1. which is actual process?
2 answers
17
i’m getting answer “14” but given answer is 10
1 answer
18
0 answers
20
0 answers
21
let an be the recurrenence relation which satisfies $a_{n}=4(a_{n-1}-a_{n-2})$ with $a_{1}$=2 and $a_{2}=8$.let X corresponds to the value of $a_{17}$.then values of $log...
0 answers
23
Two CSMA/CD stations are each trying to transmit large files of multiple frames. After each frame is sent, they contend for the channel using the binary exponential back-...
1 answer
25
If p(n+1)+p(n-1)=p(n) for every natural number ‘n’then for what values of natural number ‘a’ will p(n+a)=-p(n)a)3 b)2 c)4 d)6
1 answer
28
Suppose we want to pick two numbers from {1,2……,100} randomly . The probability that sum of the two numbers is divisible by 5 is _________________
0 answers
30
i am getting 12 please check it