Westonci.ca is your go-to source for answers, with a community ready to provide accurate and timely information. Explore our Q&A platform to find in-depth answers from a wide range of experts in different fields. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

rt of project management considers if employees will work at home or in the office?

Analysis
Resources
Scope
Time
Question 2(Multiple Choice Worth 5 points)
(04.03 MC)

Identify the error in the following block of code.

for x in range(2, 6):
print(x)

The first line is missing quotes.
The first line has a spelling error.
The second line has a spelling error.
The second line needs to be indented four spaces.
Question 3(Multiple Choice Worth 5 points)
(01.01 MC)

Dani wants to create a web page for her friend's dog walking service. Which coding language should she use?

HTTP
HTML
Java
Python
Question 4 (Essay Worth 5 points)
(02.02 HC)

Define the term algorithm and give one example of an algorithm that can be used to solve a problem.



Question 5(Multiple Choice Worth 5 points)
(04.02 MC)

Pedro needs to write a block of code that will repeat an action a certain number of times. Which type of loop should he use?

for
else
else-if
while
Question 6(Multiple Choice Worth 5 points)
(01.04 MC)

Josh recorded a podcast for his Civics class project. Which file type will allow him to save his file?

DOC
GIF
MP3
ZIP
Question 7(Multiple Choice Worth 5 points)