Recent questions without answers

0 votes
0 answers
7861
0 votes
0 answers
7863
Is the set of rational numbers between 0 and 1 (inclusive) well ordered over the relation $\leq$?
0 votes
0 answers
7864
1)An attribute of an entity is equivalent to relation name in relational model.2)An attribute of an entity can be calculated from other attributes.given above which is tr...
0 votes
0 answers
7865
ans is 9.99 how??
0 votes
0 answers
7866
Does context switch time depends on scheduling algorithms??
0 votes
0 answers
7868
what is the difference between union and cross product of dfa
0 votes
0 answers
7869
0 votes
0 answers
7870
n is prime ,find value of x and find time complexity.main(){x=0;for(i=1;i<=n;i++){if(n%i){for(j=1;j<=n;j=j*10){x=x+1;}}}}what i am getting is x=(n-2)logntym complexity =n...
0 votes
0 answers
7871
The minimum number of comparisons required to determine if an integer appears more than n/2 times in a sorted array of n integers is:a) O(logn)b)O(n)c)O(1)d)O(log*n)
0 votes
0 answers
7872
0 votes
0 answers
7873
Rsa algorithm is used by choosing two prime numbers say p=3 and q=11.If the public key is e=3 then what is the cipher value to transmit the character 'u'???
0 votes
0 answers
7874
https://gateoverflow.in/2443/gate1994-1-6-isro2008-29i am doing using 2nCn /(n+1) for n=1 to 3 but total is coming as 8 is it correct?
0 votes
0 answers
7876
can someone explain the formula n^k when k distinguishable items are to be placed in n distinguishable boxes without any restrictions?
1 votes
0 answers
7877
An organization is granted the block 130.56.0.0/16. The administrator wants to create 1024 subnets. Find the first and last addresses in subnet 3.
0 votes
0 answers
7878
the scope of a variable is1. the range of values that can be assigned to a variable2. the program area is which the variable is accessible3. the maximum number of charact...
0 votes
0 answers
7879
https://gateoverflow.in/63585/pipeliningCan anyone Explain the meaning of the line-"Assume that no instruction starts at first stage time the branch condition is evaluate...
0 votes
0 answers
7880
Answer given is Option A , but here we wil first sort the jobs in order of profit , for each value of deadline scan linearly in the array depending on the value of deadli...
0 votes
0 answers
7881
How many bit errors can simple parity bit error detection or 1-D parity bit can detect?I'm pretty confused about it - that can I detect only one bit errors or all odd bit...
1 votes
0 answers
7883
The number of distinct rearrangement of the 6 letters in the name RAJAJI is .....
0 votes
0 answers
7884
0 votes
0 answers
7885
Why internal node split isn't counted in this question? Only leaf node split is counted.https://gateoverflow.in/1330/gate2009-44
0 votes
0 answers
7887
https://gateoverflow.in/193583/computer-networkplease explain how the answer is option c?
0 votes
0 answers
7888
Show that no grammar that has cycles can be LL(1).Is it true ??It is saying if the grammar has cycle it can't be LL(1)But what if the cycle in grammar is due to RIGHT REC...
0 votes
0 answers
7889
0 votes
0 answers
7890
answer given is 11. I am Getting 3