Recent questions without a selected answer

485
views
2 answers
0 votes
Suppose ∑* over {a,b,c} , whether it is regular or not ?If yes then will it contain this language or not { an . bn . cn | n > 0 } ? If yes then how is sigma* regular ?I am in great confusion plz help.
1.4k
views
0 answers
2 votes
264
views
0 answers
0 votes
824
views
0 answers
–1 votes
Which of the following is/are the status of the array after some iteration of a sorting algorithm, which sorting algorithm it might be?14 42 17 72 12 10 5 1 1. Heap sort2. Merge sort3. Selection sort4. Insertion sort
3.4k
views
1 answers
1 votes
Find the expected value and the variance of the number of times one must throw a die until the outcome 1 has occurred 4 times.
396
views
0 answers
1 votes
Consider the given graph aboveIt contains X no of Strongly connected components.How many maximum edges can be removed from the graph so that value of X will remain same_____________?
176
views
0 answers
0 votes
Here i am having confusion over that given predicate theta1 , theta2 etc is equijoin or what and anywhere i didnt get any proof for it can anyone give the proof for it with better example.
228
views
1 answers
1 votes
Please help..Can someone provide the proof for this with suitable example.
202
views
0 answers
0 votes
https://gateoverflow.in/27194/tifr2014-b-9CAN ANY ONE GIVE AN EXAMPLE BY TAKING SOME ELEMENTS SAY 14 ELEMENTS AND PLEASE SHOW HOW 2ND AND 3RD MINIMUM ARE RETRIEVING USING TREE METHOD.
539
views
1 answers
0 votes
1.8k
views
1 answers
1 votes
291
views
0 answers
0 votes
Consider these statements,of which the first three are premises and the fourth is a valid conclusion. All hummingbirds are richly colored. No large birds live on honey. Birds that ... using quantifiers and P(x) , Q(x), R(x), and S(x).
201
views
0 answers
0 votes
How to solve this type of question ?I didn't get the base concept
2.6k
views
0 answers
0 votes
Trains X and Y arrive at a station at random between 8 A.M. and 8.20 A.M. Train X stops for four minutes and train Y stops for five ... determine the probability that train X arrived before train Y.Note: please explain in detail.Thanks
260
views
1 answers
0 votes
ipv6 and wifi has been asked in any gate examination ???
2.6k
views
1 answers
1 votes
Are miss latency & miss penalty same in cache?if no then what's the difference???
559
views
2 answers
0 votes
Number of ways to distribute 5 distinct toys to 3 children A,B,C such that each one of them gets atleast one toy.My answer come to be 75.Is it correct? Also, when toys are not distinct, will answer change?
718
views
6 answers
0 votes
what is the grammar generated by the complement of this DFA and what is the type?
470
views
1 answers
0 votes
Consider a system where the page fault service time is 200 ms and the main memory access time is 10 ms. The TLB is added to improve the performance. 80% references are found ... Access Time? i m getting 40 ms ....is it correct?? or 38.8??
655
views
1 answers
0 votes
Are NULL productions in the form of S->ɛ allowed in CFG and regular grammar?
1.9k
views
1 answers
0 votes
Let T (n) be the number of comparisons needed in a binary search of a list of n elements. What is the recurrence relation? Explain. 1) T(n) = T(n/2) + 22) T(n) = T(n/2) + 1
352
views
2 answers
0 votes
Consider the following process information. The Average Turn Around Time using Round Robin with time quantum = 1 is ... Robin and solve the question or I can solve it just by considering Round Robin only ?
169
views
0 answers
0 votes
What is UD chaining ? Please explain or provide a link.
505
views
1 answers
0 votes
The minimum number of nodes in an AVL Tree of height 10 is..........
409
views
1 answers
0 votes
1.7k
views
2 answers
0 votes
For a group of 8 people, find the probability that all 4 seasons (winter, spring, summer, fall) occur at least once each among their birthdays, assuming that all seasons are equally likely.
395
views
1 answers
0 votes
498
views
1 answers
0 votes
The largest value that can be represented by IEEE 754 double precision floating point format (for implicit number) is (approximately)___A)2^1022B)2^1023C)2^1024D)2^1021
1.0k
views
2 answers
0 votes
What is o/p printed when i/p is =1 2 3