On the internet, I found
Research topics
Artificial Intelligence
Computing and Mathematics
Cybersecurity
Data Science and Machine Learning
Embedded Systems and IoT
Process Management
Hope this helped :T
In python:
i = 1
lst1 = ([])
lst2 = ([])
while i <= 5:
person1 = int(input("Enter the salary individual 1 got in year {}".format(i)))
person2 = int(input("Enter the salary individual 1 got in year {}".format(i)))
lst1.append(person1)
lst2.append(person2)
i += 1
if sum(lst1) > sum(lst2):
print("Individual 1 has the highest salary")
else:
print("Individual 2 has the highest salary")
This works correctly if the two individuals do not end up with the same salary overall.
The correct answer would be Forums
Answer: /sbin
Explanation:
In Linux, FHS describes the directory content and the way in which Operating System files are displayed to the user.
/sbin is a directory that contains executable programs. s/bin is the short form of system binaries. System binaries require root rights to perform specific tasks. /sbin contains binaries that are crucial to boot the system and also to recover and restore the system. /bin directory also contains the commands to boot the system but the main difference between both is that /sbin programs can only be executed by the root user. Examples are fdisk, fsck, root,halt, init, grub, ifconfig.
Disk encryption is highly risky response.
<u>Explanation:</u>
To protect or loss of serial data loss on mobile devices it is not advisable to implement full disk encrypted. Once full disk encrypted is implemented mobile access is very slow. End-user will complain to IT administrator.
Best solution either removes unwanted or unauthorized application from mobile to protect the data loss. Install antivirus program in each mobile.
Access or permission to application is removed so that mobile data loss can be avoided. End user should also be advised not to click on any link which they receive through SMS messages or other through any applications.