1 votes
1
To provide more reliability than a single parity bit can give,an error-detecting coding scheme uses one parity bit for checking all the odd-numbered bits and a second par...
0 votes
3
How to we know that the given language is implemented by one stack or two in cfl???
0 votes
4
Q.How many possible finite automata are ther with two states x and y , where x is always initial state with alphabet a and b, that accept everthing?? plz explain??
0 votes
5
which of the following has 11 as subtring:a. 001111b.00110011c.0011d.1100more than one answer is possible
0 votes
6
0 votes
7
How FA with a queue is equal to Turing machine?
1 votes
8
How to pick an option from this I feel like both c and d are correct what do you day?
0 votes
9
(Reference- A first course in probablity by Sheldon Ross [Example 5b and 5c of chapter 1])Q1. Ten children are to be divided into an A team and a B team of 5 each. The A ...
0 votes
14
Which one is not a valid reason for process termination ?1) Time limit exceeded 2) memory unavailable 3) Parent termination 4) Child termination Explain with giving an ex...
1 votes
15
What is the difference when I write in program mynode * head; add_node(&head,10); add_node( struct node head, into value);To this mynode *head; add_node (head,10); add_...
1 votes
17
#IISc2012Research 1>Recurrence relation and worst case time complexity of Merge sort 2 Difference between D&C and Dynamic Programming ?
1 votes
18
Define B tree and B+ tree. What’s the necessity? How does the search happen? Write the pseudo code and the recurrence relation.
0 votes
19
#IITD_2011 why dont we divide array in 5 parts for merge sort ?
0 votes
20
#IITD_2011there is a frog who could climb either 1 stair or 3 stairs in one shot. In how many ways he could reach at 100th stair ?
18 votes
21
21 votes
23
Let $f(x)$ be a polynomial and $g(x)=f'(x)$ be its derivative. If the degree of $(f(x)+f(-x))$ is $10$, then the degree of $(g(x) - g(-x))$ is __________.
6 votes
24
11 votes
25
0 votes
27
In order to play basketball,10 childrens at playgorund divide themselves into two teams of 5 each.How many divisions are possible?
0 votes
30