Answer:
Choose what you think based on this.
Explanation:
with a for loop:
>>> students = 3
>>> for student in range(students):
>>> print(student)
would output
>>> 0
>>> 1
>>> 2
with a while loop now:
>>> students = 3
>>> student = 0
>>> while student < students:
>>> student = student + 1
>>> print(student)
the for loop is more compact than the while loop. But there may be some times when a you cant do a for loop. The first question is more than likely definite but I don't know the second answer.
Id say Router is the answer based on your Question.
Router - is a device used to host a network signal which people will require the SSID(network-name) to connect to.
It is a bit confusing because the correct answer is SSID which leads me to belive Public Wi-Fi is also correct..
Answer:
Simplifies creating a complex program
Explanation:
The answer is C. The modem does not contain enough bandwidth to handle modern video streaming.
first you do ctrl c then you do ctrl v