The "head" element, a hypertext markup....
Missing word is head
//Program
====================
librarian1.py
==============
# make a empty list to add user input names
lst = []
for i in range(5):
# take input from the user
auth = input("Name: ")
# append user input name into the list
lst.append(auth)
# sort the list
lst.sort()
# print the list
print(lst)
==============================================
//Output
Answer:
Multiprocessing.
Explanation:
In multiprocessing the system uses two or more processors to do more tasks simultaneously.
"flat file"
A simple database program whose records have no relationship to one another<span>single</span>