2 answers
1
is 255.255.255.52 a valid subnet mask? if yes then what is the no. of subnets?
1 answer
5
How successful was COAP 2017?
2 answers
7
do anyone has complete exam paper ???i am not able to get complete question paper of computer science gate paper............please share a linkalthough gate forum has upl...
2 answers
8
Find what FD is violated by the Relation R = { } i.e. empty relationa. All FDb. Does not violate FD'sc. Cannot sayd. None of the Above
2 answers
9
Is this solution wrong?
2 answers
12
find regular expression of1.S- 01A/10BA->0B/1B->1A/0and2.A->A00 /A1/0 3.S->baS/aAA->bbA/bb
1 answer
13
L= {(ap)* | p is a prime number} is this regular? if yes, then how?
1 answer
14
1 answer
16
1 answer
18
What will be time complexity for the following algo where n is a Prime number?main(){for(i=1; i<=n; i=2*i) for(j=1; j<=n; j++) { if(n%i == 0) while(k<=n...
3 answers
19
for(i=n/2;i<=n;i++) how many times will this loop be executed..?
1 answer
20
Consider a pointer declaration int i=10,*p; p=&x;Is p – – ; a valid statement, justify? explain in as simple way as possible.
2 answers
21
Given numbers from 1 to 8. Number 5 is the root of BST.How many number of BST are possible with given constraint.
2 answers
22
The number of Binary Tree's with 4 nodes (1,2,3,4) where in every Binary Search tree '1' is leaf node are ________________.
2 answers
23
write the regular expression for the given language L= { W | NO OF a mod 2= 1} (odd no of a's )
3 answers
24
Is it's possible for two process to execute P(s) and V(s) operation at the same time on a semaphore variable 's' , means if one process executed p(s) and at the same time...
1 answer
25
I am from non cs background and would like to prepare for gate cs so what subjects should be done first for a good foundation for advanced subjects?
1 answer
27
Find the Odd one Out: Candidate KeySuper KeyPrimary KeyAlternate Key
1 answer
28
What colleges i get through gate?GATE 2017...AIR-777...CSE...General Category
3 answers
30
Is $ (5 - n^3) \in \Omega (n^2) $ ?