Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Technical Support Engineer Interviews:Auto Body WorkerCamera TechnicianCar RepairmanCCTV Camera/ Device InstallerCCTV OperatorData Entry Operator (DEO)Die DeveloperElectric MechanicElectric Motor RepairerElectronic Media PerformersElevator TechnicianFilling Machine OperatorGenerator OperatorInstrumentationInstrumentation SpecialistLab ChemistLead GeneratorMusical Instrument MakerProduction OfficerRepairmanSharePoint DeveloperShoe MakerSolar Panel TechnicianTechnical EditorTechnical Support EngineerTechnician
Copyright © 2018. All Rights Reserved
Technician Interview Question:
Do you know the concept of Reentrancy?
Submitted by: MuhammadIt is a useful, memory-saving technique for multiprogrammed timesharing systems. A Reentrant Procedure is one in which multiple users can share a single copy of a program during the same period. Reentrancy has 2 key aspects: The program code cannot modify itself, and the local data for each user process must be stored separately. Thus, the permanent part is the code, and the temporary part is the pointer back to the calling program and local variables used by that program. Each execution instance is called activation. It executes the code in the permanent part, but has its own copy of local variables/parameters. The temporary part associated with each activation is the activation record. Generally, the activation record is kept on the stack.
Note: A reentrant procedure can be interrupted and called by an interrupting program, and still execute correctly on returning to the procedure.
Submitted by: Muhammad
Note: A reentrant procedure can be interrupted and called by an interrupting program, and still execute correctly on returning to the procedure.
Submitted by: Muhammad
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.