In multi-programmed systems, it is advantageous if some programs such as editors and compilers can be shared by several users. Which of the following must be true of multi-programmed systems in order that a single copy of a program can be shared by several users?I. The program is a macroII. The program is recursiveIII.The program is reentrant

🎲 Try a Random Question  |  Total Questions in Quiz: 95  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Theory of Computation and Compiler Design Practice Test — practice the complete quiz, review flashcards, or try a random question.

Automata theory (also known as Theory Of Computation) is a theoretical branch of Computer Science and Mathematics, which mainly deals with the logic of computation with respect to simple machines, referred to as automata. Automata* enables scientists to understand how machines compute the functions and solve problems.
Theory of Computation is very important in compiler design as it helps in writing efficient algorithms, which help make efficient compiler construcion.


In multi-programmed systems, it is advantageous if some programs such as editors and compilers can be shared by several users. Which of the following must be true of multi-programmed systems in order that a single copy of a program can be shared by several users?<br>I. The program is a macro<br>II. The program is recursive<br>III.The program is reentrant