Recent questions without a selected answer

0 votes
1 answer
20221
I think...answer should be p1,p2 ..if you think that given answer is correct then please explain me , thank you ;)
0 votes
0 answers
20222
S - SS|AB A - Aa|a B - Bb|b Is this grammar is ambigious or Not?
0 votes
1 answer
20223
0 votes
1 answer
20225
2 votes
0 answers
20226
Ans ) 1/6
0 votes
0 answers
20227
0 votes
0 answers
20228
What would be the broadcast address if a host in subnet 'a' wants to broadcast a packet in network 'X'? X is a network which is divided in various subnets namely 'a', 'b'...
0 votes
0 answers
20229
Subroutine for adding column x to column y element by element , leaving the sum element in column y
0 votes
1 answer
20230
$(a+b)^* =a^*(ba^*)^*$As this identity already proved. But $a^*(ba^*)^*$ couldn't generate "bab" . But $(a+b)^*$ could generate all strings over {a,b}. Then the above ide...
0 votes
2 answers
20231
0 votes
0 answers
20234
0 votes
0 answers
20235
IS VECTOR SPACE OF LINEAR ALGEBRA IN SYLLABUS ?AS IT IS NOT WRITTEN IN OFFICAL WEBSITE BUT THERE ARE SOME QUESTION ASKED IN GATE 2017. MAY BE IT IS INCLUDED IN SOME TOPIC...
0 votes
2 answers
20236
How to decide which job is I/O bound or CPU bound?
1 votes
1 answer
20237
What is the RE for the above FA?
0 votes
1 answer
20238
What is the time complexity for finding the height of the binary tree?a) h = O(loglogn)b) h = O(nlogn)c) h = O(n)d) h = O(log n)
0 votes
2 answers
20239
Which data structure is used to implement the Process Control Block?
1 votes
2 answers
20240
1 votes
1 answer
20241
What kind of linked list is best to answer question like “What is the item at position n?”a) Singly linked listb) Doubly linked listc) Circular linked listd) Array im...
0 votes
1 answer
20242
What would be the asymptotic time complexity to add a node at the end of singly linked list, if the pointer is initially pointing to the head of the list?a) O(1)b) O(n)c)...
1 votes
1 answer
20243
8. What are the worst case and average case complexities of a binary search tree?a) O(n), O(n)b) O(logn), O(logn)c) O(logn), O(n)d) O(n), O(logn)
0 votes
0 answers
20246
Which signal has a wider bandwidth, a sine wave with a frequency of 100 Hzor a sine wave with a frequency of 200 Hz?
0 votes
0 answers
20248
GATE 2007 QUESTION(DOUBT)https://gateoverflow.in/3465/gate2007-it-32Guys in this question %c is there in printf.......and ans is 25.....but why the ASCII value of 25 is n...
0 votes
1 answer
20249
0 votes
0 answers
20250
https://gateoverflow.in/7428/grammar-generates-inherently-ambiguous-context-languagehow can we check that for ambiguous grammar no unambiguous grammar exist??