edited by
6,082 views
24 votes
24 votes
Match the pairs in the following questions by writing the corresponding letters only.
$$\begin{array}{|ll|ll|}\hline \text{(a)}  &  \text{Buddy system} & \text{(p)} & \text{Run time type specification} \\ \text{(b)}  &  \text{Interpretation} & \text{(q)} & \text{Segmentation} \\ \text{(c)}  &  \text{Pointer type} & \text{(r)} & \text{Memory allocation} \\ \text{(d)}  &  \text{Virtual memory} & \text{(s)} & \text{Garbage collection} \\\hline \end{array}$$
edited by

1 Answer

Best answer
21 votes
21 votes
$(a) - (r), (b) - (p), (c) - (s), (d) - (q)$
edited by

Related questions

5.3k
views
4 answers
44 votes
Kathleen asked Sep 12, 2014
5,293 views
Match the pairs in the following questions by writing the corresponding letters only. ...
4.4k
views
3 answers
22 votes
go_editor asked Apr 24, 2016
4,435 views
For the following code, indicate the output if static scope rulesdynamic scope rulesare usedvar a,b : integer; procedure P; a := 5; b := 10; end {P}; procedure Q; var a, b : integer; P; ... = 1; b := 2; Q; Write ('a = ', a, 'b = ', b); end
3.7k
views
3 answers
27 votes
Kathleen asked Sep 12, 2014
3,716 views
Consider the following pseudo-code (all data items are of type integer): procedure P(a, b, c); a := 2; c := a + b; end {P} begin x ... ); endDetermine its output, if the parameters are passed to the Procedure $\text{P}$ byvaluereferencename
12.9k
views
4 answers
36 votes
Kathleen asked Sep 12, 2014
12,874 views
The total size of address space in a virtual memory system is limited by:the length of MARthe available secondary storagethe available main memoryall of the abovenone of the above