Which of the properties in a control's list of properties is used to give the control a meaningful name?

(A) Text
(B) ContextMenu
(C) ControlName
(D) Name

(D) Name

Computer Science & Information Technology

You might also like to view...

When Microsoft Chart is started, a(n) ________ is displayed below the chart

Fill in the blank(s) with correct word

Computer Science & Information Technology

A three-phase commit protocol has the following parts:

Phase 1: is the same as for two-phase commit. Phase 2: the coordinator collects the votes and makes a decision; if it is No, it aborts and informs participants that voted Yes; if the decision is Yes, it sends a preCommit request to all the participants. participants that voted Yes wait for a preCommit or doAbort request. They acknowledge preCommit requests and carry out doAbort requests. Phase 3: the coordinator collects the acknowledgments. When all are received, it Commits and sends doCommit to the participants. participants wait for a doCommit request. When it arrives they Commit. Explain how this protocol avoids delay to participants during their ‘uncertain’ period due to the failure of the coordinator or other participants. Assume that communication does not fail.

Computer Science & Information Technology