//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:
Windows Server operating systems are a popular choice for a network because they use wizards and setup devices as the user operating system, making it easier to set up network features work on networks that include using Windows operating systems as well as Mac OS, NetWare, or UNIX
Explanation:
Windows operating system is popular than any other operating system for certain reasons:
1. It provides GUI feature which any layman can access and learn easily
2. The compatibility that it provides makes it more popular
3. It supports most of the software program available in the market
4. The design of Windows is more comfortable when compared to other open source operating system.
Only thing is that it is not a free-ware. Licence needs to be purchased to use it.
Im pretty sure the answer is PWD
Answer:
C. an example of open-source software.
Explanation:
open-source software is the type of software in which anyone can access, it can also be shared And modified by anyone simply because ita accessible to the public.
Hence and open source software's source code can be
inspected, enhanced and modified by anyone. A typical example is Linux.