Answer:
Developer tab
Explanation:
Inserting the Macro dialog box can be confusing for many people because the "Developer tab," where it can be found, is <em>hidden by default</em> in Microsoft Word. In order to add this to the ribbon, all you have to do is to go to the File tab, then click Options. After this, click Customize Ribbon. Under this, choose Main Tabs, then select the Developer check box. The Developer tab will then become visible. You may now insert a macro.
Because this is a on your own problem, it cannot be solved. You must speak to it after the person says something.
<u>Answer:</u>
<em>Using References tab. Table of Contents group, Update Table
</em>
<u>Explanation:</u>
Changes in the table of content is easy to do in word application. The changes might be only for a page number or heading or it might be anything. Based on the need, word allows you to do by using References tab.
<em>Step 1:</em><em> Goto References tab Contents group Update table
</em>
<em>Step 2:</em><em> Choose Update Page number only to update only the page numbers in TOC. This would ignore the changes in headings.
</em>
<em>Step 3:</em><em> Update Entire table would update the whole table.
</em>
Answer:
1. From the command prompt, type:
pgp --encrypt "my-message.txt" --recipient "Sean" --output "secret-message.txt.gpg"
2. Press Enter.
Explanation:
From the command line, the above command is entered and Enter is pressed.
The command start with pgp, then it has different options:
--encrypt: this specifies the input file to be encrypted
--recipient: this specifies the specific user to which the file is been encrypted
--output: this specifies the name to which the output (encrypted file) is saved.
Answer:
Rootkit.
Explanation:
Rootkit is a collection of software tools,mostly malicious.These are mostly used by hackers to obtain administrator permission to a computer by masking intrusion.
Root-kit is made from two word Root and kit.Where root refers to the name of privileged account on an operating system that is somewhat like unix and KIT refers to the tools used.