1 votes
161
Convert into ASCII code.a)8723
1 votes
162
the least no that must be subtracted from 1294 so that the remainder when divided by 9 ,11, 13 will leave in each case the same remainder
2 votes
164
why we use malloc to create link list ?
3 votes
165
0 votes
167
Consider the following table:lUsing the shortest remaining time first, find the completion time of a process P2 , if the context switching overhead is 1 unit ?
1 votes
168
1 votes
169
No of relation over set of 4 elements such that (x,y) belongs to S implies (x=y)?Is it asking for reflexive relation?
1 votes
170
Set A contains n elements.A largest relation on A which is both Symmetric and Antisymmetric?
6 votes
171
0 votes
172
let S be the set of natural numbers whose digits are chosen from {1,3,5,7} such that no digits are repeated find1) |S|2) $\sum (n)$ where n belongs to sfirst part i know ...
3 votes
173
Please give proper explanation.
1 votes
174
how we will find 1's complement of -4 is it possible to find it
1 votes
176
Find hit and miss ratio for both the questions?
2 votes
177
Consider bottom- up merge sort working on 'n' elements . Assume n is a power of 2. The minimum number of comparisons in order to get sorted list isa) n log n/2b)n log n-n...
0 votes
179
4 votes
180
Can there ever be a TLB hit and a page fault?
3 votes
181
The addition of 4 bits two complement binary numbers $1101$ and $0100$ results in0001 and an overflow1001 and no overflow0001 and no overflow1001 and an overflow
1 votes
183
0 votes
184
#include<stdio.h>void main(){ int a=5; int b=f(a); printf("%d",b);}int f(int x){ x=+5; return x;}Give output with explanation
0 votes
187
can anyone explain why answer is different using a different sequence of steps? Although there no violation of priority order.I think the answer should be same?If any mis...
0 votes
189
The sign magnitude representation of decimal number -637 is(a) 0687 (b)9687 (c) 1687 (d) 1312Please explain also...how to find it...