Answer:
a software program for storing, managing, and retrieving information
Explanation:
B. include small samples of all your work in the résumé
<u>Explanation:</u>
If a certain photographer seeks a job and wants to display his/her work in the resume, the most effective way to do that is to include small samples of their work in the resume.
Other ways like giving a link to a website displaying your work would not be a suitable way of displaying one's work as there will be many more applicants and there is no way one can be sure that the website will be referred to or not.
Including all the samples will be unprofessional as the resume will not be handy anymore. Including text reviews will also not be an effective way as the reviews can always be bought and they can be biased as well.
The size of a list of integers can be found using python as follows;
size = len(list1)
<h3>How to find the size of a list using python?</h3>
The size of a list can be found using the len() function in python.
According to the question, the list is an integer.
Therefore, let's use an example below:
list1 = [1, 2, 1, 3, 6, 7, 8, 9, 4, 7, 8, 6, 4]
size = len(list1)
print(size)
Therefore, the size of a list of integers can be found using the len() function in python.
learn more on python here: brainly.com/question/14989942
#SPJ1