Recent questions without a selected answer

573
views
0 answers
0 votes
is empty relation R={ } on en empty set A={ } is equivalence?
263
views
0 answers
0 votes
576
views
1 answers
0 votes
248
views
0 answers
0 votes
Minimum number of table required?
492
views
0 answers
0 votes
If JK Flip Flop is used then owing to it's master slave nature,doesn't the complexity of the circuitry increased?
1.0k
views
2 answers
0 votes
Let L ={wxw^R / w € (a+b)* , x€(a+b)} . The complement of language L is_______(a) Regular(b) DCFL but not regular(c) CFL but not DCFL (d) None of these
6.9k
views
1 answers
0 votes
Show that the sequence {an} is a solution of the recurrence relation an = -3an-1 + 4an-2 ifa) an = 0b) an = 1c) an = (-4)nd) an = 2(-4)n + 3In the question What is sequence {an} ??And how to solve this kind of question?
283
views
1 answers
0 votes
Plz try
612
views
2 answers
0 votes
Let T be a set of integers {3,11,19,27,....451,459,467} and S be a subset of T such that the sum of no two elements of S is 470. The maximum number of elements in S is?a)32b)28c)29d)30
1.2k
views
1 answers
0 votes
Set A is formed by selecting some of the numbers from the first 100 natural numbers such that the HCF of any two numbers in the set is 5. What is the maximum number of elements that A can have?a)7b)8c)9d)10
845
views
1 answers
0 votes
A=486 - 2171. How many digits would be there if A is expressed in binary base?a)171b)86c)87d)172 Kindly give the explanation along with the answer.
1.5k
views
1 answers
0 votes
Suppose that transaction Ti issues write(Q). According to timestamp Ordering protocol:If TS(Ti)<R-timestamp(Q) then Ti will rollback.My doubt is if TS(Ti) < R- ... of Q.Then why is it rolling back? Please correct me where am I going wrong.
1.6k
views
0 answers
1 votes
Is this approach of acceptance by empty stack correct ?I am confused because i have read that acceptance by empty stack may not be able to accept all regular languages.
1.4k
views
1 answers
0 votes
Find time of second meeting of 2 ducks moving at 10km/hr and 18km/hr in opposite direction along the circumference of a circular pond. Initailly they are present at any pair of diametrically opposite points. radius of pond is 7km
244
views
0 answers
0 votes
https://gateoverflow.in/26442/gate1991-5-c here DELAY SHOULD BE 20 ns or 40ns please verify???
963
views
2 answers
1 votes
If A is a set of positive odd elements less than 10. Then what is the cardinality of set A?
802
views
0 answers
0 votes
Original question - Click hereMy question is how deadlock is possible in that question. I've read the discussion and folks are saying that this below line is not an atomic ... ] = 1.So, how two processes has same t[i] value at any time?
323
views
0 answers
0 votes
580
views
2 answers
0 votes
258
views
1 answers
0 votes
Iam unable to execute the code below please help me to solve this and to execute.0909890987890987678909876567890987654567890987654345678909876543234567890987654321234567890987654321#include<stdio.h>int ... printf("\n"); } return 0;}
256
views
1 answers
0 votes
427
views
0 answers
0 votes
Do recoverable schedules have inconsistency?If A=1000 then will be 936 after T1 and T2 completed its execution. But it should be (1040-100) to make it consistent.Correct me If Iam wrong with my inferences.
183
views
0 answers
0 votes
221
views
0 answers
1 votes
473
views
1 answers
0 votes
int *I ,j;I =&j; why it is valid since j has not been defined so no memory will be allocated to j and I is having the address of J so it must saw segmentation fault
396
views
1 answers
1 votes
A data structure is required for storing a set of integers such that each of the following operations can be done in O(logn) time, where n is the number of elements ... ) as for balancing it will take O(logn) time .Correct me if i am wrong
3.5k
views
2 answers
1 votes
If arity of operators is fixed, then which of the following notations can be used to parse expressions without parentheses? a) Infix Notation (Inorder traversal of a ... tree)Ab and cBOnly bCa, b and cDNone of them What arity of operators?
1.3k
views
1 answers
1 votes
How 2PL guarenteed serializability? I think conflict serializability is not guarenteed for 2PL. But may be view serializable Plz explain it
292
views
0 answers
0 votes
https://gateoverflow.in/1392/gate2005-69in this question how the cpu waiting time is calculated as 1 sec in programmed i/o ? nothing has been mentioned about CPU ... we come to conclusion that it will wait for 1 sec?please clear this doubt.