Runs out of memory
has uninitialized variables
uses undefined behaviour
Answer:
All of them apply
Explanation:
Green computing is the process of using environmental friendly computers and its associated components, accessories and other supporting devices.
Virtualization helps us to reduce the number of hardware that we are using.
Grid computers helps us to reduce the use of number of machines and thus supporting the environment in a right way.
Recycling process. Any material that we use needs to be recycled effectively and also in an environmental friendly way.
Autonomic computing uses eco-friendly system which in turn hugely support green computing.
Answer:
B. Create a unique External ID field on Accounts in SFDC for matching.
Explanation:
- External ID is used to prevent duplicate records from being created as a consequence of the import operation, when importing custom objects or person accounts.
- An external ID is a specific field that contains the External ID attribute.
- External ID has unique record identifiers from a system that is outside the Salesforce.
- When this option is selected Data Import Wizard identifies existing Salesforce records with external IDs that match the values in import file.
- The External ID field enables to keep unique record IDs from an external system, usually for integration.
- External ID field values should be unique and determine whether or not value are case sensitive can also be determined. For example XYZ and xyz will not be considered same if case sensitive option is not selected.
Answer:
All the procedure is explained below step-by-step
- Press alt+F11 to open VBA in excel.
- Create a module and start entering the subroutine.
- The coding of subroutine is attached in the image.
For adding "RUN" button:
- Select a shape on the sheet for the button.(Insert > Shapes > Rectangle).
- Double click on the shape to add text and write "RUN".
- The button can be styled by adding colors and shadows.
- Now Assign macro to the button (Right click > Assign macro).
- A window pane will appear, select the macro from This workbook list so that it may work properly when shared with others.
- Press OK.
- "RUN" button has been created and by pressing it the subroutine will work as required.