Recent questions without a selected answer

133
views
0 answers
0 votes
Subroutine for adding column x to column y element by element , leaving the sum element in column y
521
views
1 answers
0 votes
$(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 identity seen to be proved false. Please discuss how this is possible.
674
views
2 answers
0 votes
264
views
0 answers
0 votes
Hi.I have been preparingfor UPSC for the past four years.Had prepared for other government jobs as well, didnt get through anywhere. I am 27 years old. I ... am worried that come placement season, I might be rejected because of my history.
157
views
0 answers
0 votes
449
views
0 answers
0 votes
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 SO THEY DONT WRITE IT SEPERATELY. SO IS IT?????
261
views
2 answers
0 votes
How to decide which job is I/O bound or CPU bound?
1.7k
views
1 answers
1 votes
What is the RE for the above FA?
14.4k
views
1 answers
0 votes
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)
897
views
2 answers
0 votes
Which data structure is used to implement the Process Control Block?
2.8k
views
2 answers
1 votes
What must be the ideal size of array if the height of tree is ‘l’?a) 2l-1b) l-1c) ld) 2l
1.9k
views
1 answers
1 votes
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 implementation of linked list
859
views
1 answers
0 votes
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) θ(n)d) θ(1)
19.2k
views
1 answers
1 votes
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)
3.8k
views
4 answers
3 votes
Consider the following schedules involving two transactions.$S_1 : R_1(x), W_2(y),R_2(x),W_1(y), \ commit_1, \ commit_2$S_2 : R_1(x), R_2(y),W_1(z), ... under 2PLC) only S2 is allowed under 2PLD) neither S1 nor S2 is allowed under 2PL
546
views
0 answers
0 votes
Which signal has a wider bandwidth, a sine wave with a frequency of 100 Hzor a sine wave with a frequency of 200 Hz?
4.5k
views
1 answers
1 votes
A full adder circuit takes 20 ns to generate the carry-out bit and 40 ns for the sum bit. When 4, 1 bit full adders are cascaded, the maximum ... of four bit addition. Right?(Similar old question: https://gateoverflow.in/83500/digitals)
398
views
0 answers
0 votes
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 ... printed????? As %c is used here. Kindly help where I am getting wrong??
481
views
1 answers
0 votes
draw dfa on w number of a in w mod 3 less than number of b in w mod 3
164
views
0 answers
0 votes
https://gateoverflow.in/7428/grammar-generates-inherently-ambiguous-context-languagehow can we check that for ambiguous grammar no unambiguous grammar exist??
651
views
1 answers
0 votes
I am starting mathametics from today, So what should be my approach while doing maths questions ?Just previous year questions and then concepts clearance from there Or ... link.........@Arjun sir @srestha mam.ALL SUGGESTIONS ARE WELCOME .
741
views
2 answers
1 votes
Consider a block of a size such that it can hold: either 5 records of a relation R, or be used as a B+ tree internal node with degree 11, or B+ tree ... that could be used to store R and asparse B+ tree index on key of R is ________.
218
views
1 answers
0 votes
LET L1={anbmcn |m,n>=0}L2={ancn}|n>=0}both are cfl ,what is L2-L1??i am getting { }............please verify??
146
views
1 answers
0 votes
Shaik Masthanplease explain me ..thank you
357
views
1 answers
0 votes
Shaik Masthan
545
views
1 answers
0 votes
find grammar that generates L={a^nb^m:n>=0,m<n}
2.7k
views
0 answers
4 votes
Consider the following grammar which is not LL(1) because LL(1) table contain multiple entry for same production.The number of entries have multiple productions in LL(1) table are ________.
422
views
1 answers
1 votes