Recent questions without a selected answer

0 votes
1 answer
19981
How to solve it?Better solution
0 votes
0 answers
19982
0 votes
1 answer
19983
set of all binary sequences are uncountable it is true,then why set of all string over {0,1} is countable is'nt it also set of all binary sequence ??
0 votes
2 answers
19986
I know that C is the option but i think that b) S0 = 0 , S1 = 1 , S2 = 0 is also true ....means (b and c ) also hold true conditionsbut in the MCQ b and c is not in the o...
0 votes
1 answer
19987
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
19988
S - SS|AB A - Aa|a B - Bb|b Is this grammar is ambigious or Not?
0 votes
1 answer
19989
0 votes
1 answer
19991
2 votes
0 answers
19992
Ans ) 1/6
0 votes
0 answers
19993
0 votes
0 answers
19994
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
19995
Subroutine for adding column x to column y element by element , leaving the sum element in column y
0 votes
1 answer
19996
$(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
19997
0 votes
0 answers
20000
0 votes
0 answers
20001
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
20002
How to decide which job is I/O bound or CPU bound?
1 votes
1 answer
20003
What is the RE for the above FA?
0 votes
1 answer
20004
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
20005
Which data structure is used to implement the Process Control Block?
1 votes
2 answers
20006
1 votes
1 answer
20007
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
20008
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
20009
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)