Answer:
C 1,2,3,4
Explanation:
This means I want to count from 0-4 and set it o the current loop I am currently on.
for i in range(0, 5):
print("i currently equals: ", i)
The result will be
i currently equals: 0
i currently equals: 1
i currently equals: 2
i currently equals: 3
i currently equals: 4
Answer: Better Data Management
Explanation:
The main benefits of edge computing over cloud computing are: Better data management. Lower connectivity costs and better security practices. Reliable, uninterrupted connection.
Seems nice I mean yeah its be fine
I do not know, i really hope you dont fail!!!!!!!!!
A part of file explorer that is used to access devices, drives, and folders on your computer is: This PC.
<h3>What is a computer?</h3>
A computer can be defined as an electronic device that is designed and developed to receive data in its raw form as an input and it processes these data into an output (information), which can be used to perform a specific task through the use of the following computer parts:
- Keyboard
- Network
- Monitor screen
- Mouse
- Hard-disk drive
In the Windows operating system, "This PC" is a part of file explorer that is designed and developed to enable end users access devices, drives, and folders on their computer.
Read more on computer here: brainly.com/question/24540334
#SPJ1