Answer:
Set up audit trail
Explanation:
The administrator should set up an audit trail in order to get this information.
An audit trail would give him the record of all the configuration changes that have been made in a file or a database in the last 6 months.
Audit trails can be manual or electronic. It provides history and also documentation support. It can authenticate security and also help to mitigate challenges.
Answer:
insert, illustrations, click and drag, slide show
Explanation:
i got it right
Answer:
Zero(0)
Explanation:
<u>Global Variables
</u>
Variables which are declared outside any function. Any function can use these variables,they are automatically initialized to zero(0).They are generally declared before main() function.
Example- C program for showing global variable is 0.
#include <stdio.h>
int g; // declaring g as global variable
int main()
{
printf("%d",g); //printing global variable
return 0;
}
<u>Output</u>
0
Answer:
IP address
Explanation:
In computer networks, every computer has assigned with a unique address that is called logical address or IP address.
This address is assigned by ICANN and used to access that particular computer by other computers on the network.
Answer:C language that include terms that only a select
Explanation:
It’s the right one