Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Quality Assurance Interviews:Certified Quality EngineerField Monitoring SupervisorInspector Quality AssuranceInspector Quality Assurance/QCOfficer Quality ControlQA EngineerQC OfficerQuality AnalysisQuality Assurance EngineerQuality CenterQuality Control ExecutiveRecruitment ExpertSite SupervisorSound Tester
Copyright © 2018. All Rights Reserved
Certified Quality Engineer Interview Question:
What is paradigms for interfacing module?
Submitted by: AdministratorProcedure Call Interface:
A procedure from one module calls to procedure of another module. The caller can pass data to the called procedure while calling and also the called procedure can pass data to the caller while returning control back to the caller procedure.
Shared Memory:
When a block of memory is shared between two modules. The memory block may be allocated by one of the two modules or third module of the same application.
Message Passing Interface:
One module generates a message and sends the message to another module. It helps in building up the communication between different process or modules.
Submitted by:
A procedure from one module calls to procedure of another module. The caller can pass data to the called procedure while calling and also the called procedure can pass data to the caller while returning control back to the caller procedure.
Shared Memory:
When a block of memory is shared between two modules. The memory block may be allocated by one of the two modules or third module of the same application.
Message Passing Interface:
One module generates a message and sends the message to another module. It helps in building up the communication between different process or modules.
Submitted by:
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.