Answer:
Mesh- The mesh topology has a unique network design in which each computer on the network connects to every other.
Tree- Tree topologies have a root node, and all other nodes are connected which forming a hierarchy.
pls mark as brainliest
Explanation:
1. Open Google Sheets
2. Click Insert Tab
3. Click Drawing
4. Click Shapes (click the shape like in the picture.)
5. Click The line with the two dots. ( to add the lines )
6. Add text box
I hope this helped!
Answer:
def SwapMinMax ( myList ):
myList.sort()
myList[0], myList[len(myList)-1] = myList[len(myList)-1], myList[0]
return myList
Explanation:
By sorting the list, you ensure the smallest element will be in the initial position in the list and the largest element will be in the final position of the list.
Using the len method on the list, we can get the length of the list, and we need to subtract 1 to get the maximum element index of the list. Then we simply swap index 0 and the maximum index of the list.
Finally, we return the new sorted list that has swapped the positions of the lowest and highest element values.
Cheers.
Answer:
Don’t know lol but look it up on g00gle and she will have the answr
Explanation:
It keeps you logged in to everything but it turns the screen off to save power.