0 votes
3
void main() { typedef struct a aType; aType someVariable; struct a { int x; aType *b; }; }
1 votes
4
what is meant by process in zombie state???what are the cases that the process can be in zombie state
0 votes
7
Is Quicksort is in place algorithm?
1 votes
10
1 votes
12
k5 : the regular graph of degree 4L(k5) : the line graph of graph k51. the line graph L(k5) is a regular graph of degree_______ and edges ________
0 votes
13
what is the meaning of below line ??1 MB 16-way set associative virtually indexed physically tagged cache(VIPT).
1 votes
16
What are Privileged Instructions. Describe briefly.Also give some examples.
5 votes
18
Consider the following Two Transactions.How many Cascadeless schedules are possible over $T1$ & $T2$ ?$32$ $42$ $51$ $52$
2 votes
19
If we are inserting an element in chaining(outside) hashing technique, then what will be the time complexity in best case, average case and Worst case.
–1 votes
20
2 votes
21
What will be the sum of the checksum and data if there are no errors?-0 or +0?This question is from Arihant
1 votes
22