Answer:
data = [0,1,2,3,4]
for i in range(4):
print(data[i])
i+=1
Explanation:
Loops can be utilized in a listing process by looping back to a list with a variable while the loop increases that variable to give a different response from the list.
Answer:
Option d) B is 1.33 times faster than A
Given:
Clock time, 

No. of cycles per instructions, 

Solution:
Let I be the no. of instructions for the program.
CPU clock cycle,
= 2.0 I
CPU clock cycle,
= 1.0 I
Now,
CPU time for each can be calculated as:
CPU time, T = 


Thus B is faster than A
Now,


Performance of B is 1.33 times that of A
Yes it's the process of entering data into a database.
I usually include my teachers name in the upper right hand corner along with the date my name and the subject.
Answer:
Inspector Tool
Preview
Work Space
Instructions
Explanation:
Web Lab is a function that incorporates HTML in web development. It has functions such as Workspace where the developer writes the body of the website. Preview helps the developer take a look at the final product of what he is creating. Instructions panel provides a list of the different types of html packages that the developer can chose from.
All of these options help the developer produce a website that is up to standard.