0 votes
2
Memory=1GB16 bit processorSystem is byte addressableHow many address lines required?I think 30 should be the ans as though processor is of 16bit but system is byte addre...
0 votes
3
0 votes
4
0 votes
6
What will be the worst case time complexity for the following code segment?int count=0,N; for(i=0;i<N*2;i++){ for(j=0;j<i/3;i++){ for(k=0;k<j*j;k++){ count++; } } }Option...
0 votes
8
6. A team P of 20 engineers can complete work or task in 32 days. Another team Q of 16 engineers can complete same task in 30 days.Then the ratio of working capacity of 1...
0 votes
9
A can do piece of work in 30 days while Bonku alone can do it in 40 days. If they work together, how long will it take to complete the work?
0 votes
10
A certain tree has two vertices of degree $4$, one vertex of degree $3$ and one vertex of degree $2$. If the other vertices have degree $1$, how many vertices are there i...
0 votes
11
Pr( Z 0 ) = ??How to calculate it? Ans is 0.5. Do we use standard normal variate(Z) table? Do GATE provide such table?
0 votes
12
0 votes
13
0 votes
14
1 votes
16
An LCD TV is available at Rs. 27780 cash price of three equal annual instalments at 15 per cent per annum under CI compounding annually. Find each instalment amount(in Rs...
1 votes
18
Why B-tree & B+ tree is used in database indexing instead of other tree like BST, Binary tree etc??
1 votes
19
int main(){ int a,b; a = 10; b = 11; printf(“%d %d”, a++,b );}The number of tokens is
0 votes
20
What is the output??
0 votes
21
0 votes
22
packets are being transmitted using GB5 and here every 4th packet is lost.How many packets need to be transmitted to transmit 10 packets?my answr 18 given :20
0 votes
24
The value of $\displaystyle \lim_{x\rightarrow 1} \frac{x^{7}-2x^{5}+1}{x^{3}-3x^{2}+2}$is $0$is $-1$is $1$does not exist
0 votes
25
minimum no. of tables required....!!!How to do such question where aggregation generalization or specialization is involved