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:
Read Online Certified Quality Engineer Job Interview Questions And Answers
Top Certified Quality Engineer Questions
☺ | How to perform integration testing in Quality Engineering? |
☺ | How to prepares the Test Plan without SRS in Quality Engineering? |
☺ | Define good code in Quality Engineering? |
☺ | List the testing life-cycle phases? |
☺ | List the main attributes of test automation in Quality Engineering? |
Top Quality Assurance Categories
☺ | Inspector Quality Assurance/QC Interview Questions. |
☺ | Site Supervisor Interview Questions. |
☺ | Field Monitoring Supervisor Interview Questions. |
☺ | Quality Center Interview Questions. |
☺ | Officer Quality Control Interview Questions. |