edited by
501 views

1 Answer

0 votes
0 votes

C. Reentrant procedures …

In computing, a computer program or subroutine is called reentrant if multiple invocations can safely run concurrently on multiple processors, or on a single processor system, where a reentrant procedure can be interrupted in the middle of its execution and then safely be called again ("re-entered") before its previous ...

Related questions

0 votes
0 votes
1 answer
1
go_editor asked Mar 27, 2020
405 views
The Register or main memory location which contains the effective address of the operand is known as:PointerIndexed registerSpecial LocationsScratch Pad
0 votes
0 votes
1 answer
2
go_editor asked Mar 27, 2020
2,189 views
A general macroprocessor is an in built function of :LoaderLinkerEditorAssembler
0 votes
0 votes
1 answer
3
go_editor asked Mar 27, 2020
2,689 views
Producer consumer problem can be solved using :semaphoresevent countersmonitorsall the above
0 votes
0 votes
1 answer
4
go_editor asked Mar 27, 2020
426 views
If you want to execute more than one program at a time, the systems software that are used must be capable of :word processingvirtual memorycompilingmultitasking