Could you please give add some detail? I would assume any site ending in .com would need to be checked for reliability due to the fact anyone can have a .com, but a site such as edu is more trustworthy.
Answer:
A
Explanation:
Integer because it contains digits that can undergo calculation within the memory
Answer:
False. Only Experience and sometime your social security number
Explanation:
Most job applications will require you to provide your past and current work experience. Some will ask you to provide your social security number while many of them will not. No companies will ever ask you to provide your favorite memories as a basic element in a CV or Cover Letter. It might happen on rare occasions but that would sound funny if they did.
Answer:
it stores the largest value in list (the maximum) in foo
Explanation:
Initially foo is assigned as the first element of the list
Inside the loop, every element in the list will be compared with foo, starting from the second element. If an element is greater than foo, the new value of the foo will be that element. At the end of the loop, foo will be equal to the largest element in the list.
I think I am not sure that it is probably b