Answer:
IT security policy identifies the methods for all individuals and using the organization's assets and resources. The main objective of Its security is to integrate the system information used by the organization.
Mature security policies need the following procedures.
- Acceptable use policies
- Access control policy
- Change management policy
- Incident Response
- Information Security
- Remote Access
- Email Policy
- Business Continuity Plan
Explanation:
Internet use policy
Internet use policy provides the employee with rules about the proper use of company equipment, network, and internet. The system can be tailored to a specific organization. The employee has some responsibility, including e-mail. The employee is responsible that the internet is used efficiently.
External device use policy
An employee using an external device and related software for data access will use secure data management procedures. A strong password must protect all external devices.Employee discloses their passwords to anyone would harm them.
Employee Identity (ID) policy
Employee identity policy indicates that you are an employee in the company.ID cards are issued to the employee. It also provides proper access to the employee to a company.
Computer use policy
Computer use policy is a way to emphasize the employee that a computer is a tool and should be used in manner. Using this policy, the employee monitors the network by three exceptions.
Answer:
editing is a word file mean making changes in the text contain is a file. or a word file is one of the most basic ms office word operation.
Answer:
Yes
Explanation:
Just like a human fingerprint, no 2 computers are the same.
Answer:
getc() or feof() in c/c++.
Explanation:
getc() returns EOF(End of File) when the end of the file reached is reached but it is not efficient because it also return EOF when it fails.
feof() returns non-zero value when the EOF is reached otherwise it return 0.So feof() is an efficient method to read a file.
For example:-
#include <stdio.h>
int main()
{
FILE *f = fopen("sample.txt", "r");
int c = getc(f);
while (c!= EOF)
{
putchar(ch);
ch = getc(f);
}
if (feof(f))
printf("\n File has ended.");
else
printf("\n Reading not happened.");
fclose(f);
getchar();
return 0;
}
Answer:
False.
Explanation:
Its a DC current which charges any equipment which functions on a energy storage device such as battery. As a battery is a storage device and we know that AC power can't be stored, so chargers are provided with the special type of circuit which converts this AC current into DC.