retagged by
572 views

1 Answer

0 votes
0 votes

Option A. Over lays

Because, In over lay scheme, programmer has to worry about the memory mgmt. In RTOS, the memory mgmt has to be done statically. Hence Overlays.

Why not pipeline?

//update here

Why not Swapping ?

Because objective of real time OS is to give results with in seconds. for example, missile control system. And we know that getting data from HDD has delay involved in it. Hence Swapping is not used.

ThatsIt

Related questions

0 votes
0 votes
3 answers
1
sh!va asked Feb 28, 2017
804 views
A run-time stack cannot be used in a round-robin scheduling system because of the _______ nature of scheduling.a. LIFO (Last in First out)b. FIFO ( First in First out)c. ...
0 votes
0 votes
1 answer
2
sh!va asked Feb 28, 2017
622 views
_______________ is a primitive that can execute code. It contains an instruction pointer (=program counter) and sometimes has its own stack.a) $Process$b) $Task$c) $Kern...
0 votes
0 votes
1 answer
3
sh!va asked Feb 28, 2017
399 views
The value of x at which y has a minimum for $y = x^2 -3x + 1$ isa. -3/2b. 3/2c. 0d. None of these
0 votes
0 votes
2 answers
4
sh!va asked Feb 28, 2017
1,478 views
In what order the elements of a pushdown stack are accessed?a. First In-First Out (FIFO)b. Last In Last Out (LILO)c. Last In First Out (LIFO)d. None of the above