True, the CPU would often be recovered as the brain of the computer.
Answer:
hi sorry for not knowing the answer
but please follow have a great day,night, or afternoon
def zipZapZop():
number = int(input("Enter the number: "))
dictionary = {3: "zip", 5: "zap", 7: "zop"}
amount = 0<em> #amount of non-divisible numbers by 3, 5 and 7</em>
<em> for key, value in dictionary.items():</em>
if(number%key == 0): <em>#key is the number</em>
print(value) <em>#value can be or zip, or zap, or zop</em>
else: amount += 1 #the number of "amount" increases every time, when the number is not divisible by 3, or 5, or 7
if(amount == 3): print(number) <em>#if the number is not by any of them, then we should print the number</em>
zipZapZop()
Answer:
<em>When computers connect on the same network, it is called a local area network, or LAN. </em>
Explanation:
<em>The router is given the IP address for your connection to the Internet and then assigns local IP addresses to each device in your network.</em>
<em />
<em>Hope this can help you </em>