2 votes
1
What is the ans of last question if no is divided then reminder is 7
2 votes
3
How many positive integers less than 1,000,000 have the sum of their digits equal to 19? (using generating function)
0 votes
7
In synchronous transmission, 5 eight bit characters are included in 30 eight bit information characters. If bit rate of sender is 4200 bps, what is the bit rate of receiv...
6 votes
9
Which of the following is exact recurrence relation for binary search (in terms of number of comparisons) ?1. T(n) = 2T(n/2) + 12. T(n) = 2T(n/2) + 2Please specify releva...
10 votes
12
1 votes
14
1 votes
15
Whenever there are 2 final states, I don't get how to solve it, kindly explain once and for all in a detailed manner! I'll owe you a lot.
0 votes
16
0 votes
17
2 votes
18
0 votes
19
what is the difference between Handle and Viable prefix??
0 votes
20
Find the time complexity of the below function:function(int n){for(int i=0;i<n;i++) for(int j=1; j<i*i; j++) if(j%i==0){ for(int k=0;k<j;k++) ...
5 votes
21
The minimum number of tables to represent ER-Diagram such that the relational database satisfies 1NF.
1 votes
22
In a stack,(size of 1 to n) the command to access ith element from top of the stack S will be known as peep(S,i).what is the condition to check for underflow on peep??A.S...
1 votes
23
If, a multicycle,pipelined processor has ‘N’ pipeline stages, then structural hazards can be avoided completely if atleast ‘N’ registers are available. Is this tr...
0 votes
24
The minimum number of page frames that must be allocated to a running process in a virtual memory environment is determined by instruction set architecture .How? pls expl...
0 votes
25
0 votes
29
Are 'Longest Common Palindromic Subsequence' and 'Longest monotonically Increasing Subsequence' in Gate syllabus??