Answer:
first line, that is "The bandwidth of the school’s internet connection is lower than at home" is the correct answer.
Explanation:
The network school bandwidth, speed, and list of phones can all be considerations here. In school might have a network that does not allow high MBPS or via its ISP, it might have a low bandwidth plan. It based on the router's size, frequency, and link of the firewall and gaming network, the bandwidth may be lower.
- The Most probably, the device isn't the source but it acts in the match were caused by the link.
- If the school requires the server for transport broadband connections, the network can slow the process through pc specifications and link to either the network.
"Lithium ion" is used in your cellphone.
Answer:
The output is: Your cost is 100
Explanation:
Given
The above code snippet
and

Required
Determine the output of the code
if cost < 70 or cost > 150
The above condition checks if cost is less than 70 or cost is greater than 150
This condition is false because 100 is neither less than 70 nor is it greater than 150
So, the else statement will be executed.
discount = cost
Which means
discount = 100
So, the print instruction will print: Your cost is 100