Answer:
An uninterruptible power supply is an electrical apparatus that provides emergency power to a load when the input power source or mains power fails.
Explanation:
Your welcome :) PLZ mark brainliest
Answer: Switch, router, firewall
Explanation:
The function of the switch is to distribute the network to different networks similar in functioning to that of the hub but it performs filtering of the traffic present in the network using various traffic filtering algorithms.
The router whose main function is to route packets across the network is also used to connect between LANs and between LAN and a WAN.
The firewall is typically installed on systems or in servers or in routers with it most important function to filtering the traffic and minimize the packet delivery delay in LANs.
Guess is a string. By default the input function returns string types.
Answer:
1) there should be boundaries because you never know what could happen on the internet as people tend to not have control of who is on theyre account or texting them,
2) if you have a phone you should be responsible and not do something that could get you in alot of trouble ,
3) it's important because if somebody else gets your information things can be sent that you didnt send ,that can get you in legal trouble or start a fued between people,
5) comments only matter if you let them matter as people's opinions shouldn't matter to you as long as your happy,
6) block, report , and notify a trusted adult.
Answer:
local scope which is the entire body of the function/method that it is being used in
Explanation:
The variable numC has a local scope which is the entire body of the function/method that it is being used in, which in this scenario is the passwordMaker method. This is because the variable numC is being used as a parameter variable for that method, meaning that a piece of information is being inputted by when the method is called and saved as the variable numC which is then used by the lines of code inside the method, but cannot be accessed from outside the method thus.