Answer:
- country_pop = {
- 'China': 1365830000,
- 'India': 1247220000,
- 'United States': 318463000,
- 'Indonesia': 252164800
- }
- for key in country_pop:
- print(key + " has " + str(country_pop[key]) + " people")
Explanation:
The solution code is written in Python 3.
Given a dictionary, country_pop with data that includes four country along with their respective population (Line 1-6). We can use for in loop structure to traverse through each of the key (country) in the dictionary and print their respective population value (Line 7-8). The general loop structure through is as follow:
for key in dict:
do something
One key will be addressed for each round of loop and we can use that key to extract the corresponding value of the key (e.g. country_pop[key]) and print it out.
you have to be extremely talented to be a software engineer so I see that as way more complex and cool.
Answer:
Using the Task Manager to disable the OneDrive startup program.
Explanation:
To stop OneDrive for Business application from opening every time you start your computer you can use task Manager to disable the OneDrive startup program.
This can be achieved by:
- Press Ctrl+Shift+Esc keys together to open Task Manager. You can also open it by right-click on Taskbar and select Task Manager option.
- Now go to "Startup" tab in Task Manager, select "Microsoft OneDrive" item given in the list and click on "Disable" button.
- That's it. Restart your computer and OneDrive will no longer start with Windows.
Answer:
Option B is the correct answer.
Explanation: