Answer:
Administrator access is:
refers to the varying levels that define what a user can access, view, or perform when operating a system refers to the time frames when the system is operational
Explanation:
The reasons behind this answer are that in the first place the administrator role is the maximum role an account can have in the operating system. Controlling the different levels of access the rest of the accounts can have on the system. It then is a hierarchical role, not the changes someone can execute in a certain environment, these are called rules.
Answer: To reuse a method means to use a code which has been done or prepared already and just we need to change some of the functionalities.
This helps a great deal of saving time as well as helps in making the code manageable.
Explanation:
This has been practiced since long that methods can be reused. for example we need to build a calculator in c. then we can simply reuse the same method just we need to change the sign of the operator. So in this process we can speed up our operations and work and also can make the code easy to understand and manage it when we have have to deal with large lines of code.
I've included my code in the picture below. Best of luck.