Answer:
d. They serve to help educate users on how to use software more securely.
Explanation:
A software policy can be defined as a set of formally written statements that defines how a software application or program is to be used.
The purpose of application software policies is that they serve to help educate users on how to use software more securely. It must be easy to read, learn and understand by the end users.
Windows stores information from the Credential Manager application in secure folders called<u> VAULTS.</u>
<u></u>
Explanation:
- A credential vault is a database used to store passwords and similar cryptographic key material.
- The most common data stored in a credential vault are current and historical passwords to privileged accounts.
- All credentials are saved in special folders on the computer, a place called Vaults. Moreover, you can back up all credentials to a file and restore them on to different computer.
- Vault is a shareware program that acts as a bank vault, or safe, where you can keep you private information or files hidden and secure.
- Everything in the vault is protected with an advanced encryption, and requires a password (your password) to open the vault to access the information.
This person is Elon Musk, the owner of Tesla :)
Answer:
public: virtual void print()=0;
Explanation:
An abstract class contains a pure virtual function. Pure virtual class cannot be instantiated but it can be subclassed and the subclass can provide an implementation of the function.
A virtual function declaration in the class is preceded by the virtual keyword. For example, virtual void print();
A pure virtual function declaration is followed by '=0;'
public: virtual void print()=0;
Answer:
the user cannot use a computer system without hardware and software