Recent questions tagged gateit-2007

2 votes
1 answer
34
In the simplified flowchart given below, the shaded boxes represent code that is executed during a test case.The Branch coverage is3/42/31/23/8
67 votes
3 answers
38
39 votes
8 answers
42
The line $T$ in the following figure is permanently connected to the ground.Which of the following inputs $(X_1 X_2 X_3 X_4)$ will detect the fault ?$0000$$0111$$1111$Non...
39 votes
7 answers
44
An error correcting code has the following code words: $00000000, 00001111, 01010101, 10101010, 11110000$. What is the maximum number of bit errors that can be corrected?...
31 votes
2 answers
45
23 votes
6 answers
47
What is the final value stored in the linear feedback shift register if the input is $101101$?$0110$$1011$$1101$$1111$
62 votes
11 answers
59
Consider a hash function that distributes keys uniformly. The hash table size is $20$. After hashing of how many keys will the probability that any new key hashed collide...