Answer:
C
Explanation:
Your profile on twitter can boost the relevance of your opinion to a tweet. When your profile shows less information or irrelevant information people tend to ignore you.
<u>INTEL:</u>
It does vary depending on your PC use, however, for office work, the i5 8th Gen is a recommended CPU as it can handle the requirements for office use without stress. For Gaming and high-end use, the i9 is a recommended CPU as it can handle games easily without stress.
<u>AMD:</u>
AMD Ryzen 3 3300X is good for office work and can handle office scenarios and the AMD Ryzen 7 3800x is good for gaming and high-end use.
Hope this helps,
Azumayay
Answer:
Entertainment and Multimedia:
The entertainment and the multimedia are the networking applications and it is the combination of audio,video,text and graphics. It is used in various types of websites, TV or films and the many audio and visual projects in the system. It is also known as internet multimedia.
Communication and social networking:
Communication and the social networking uses various types of networking services for the efficient communication and networking. It basically allow set of rules and protocols in the networking applications so that we the people who are distant apart can communicate easily.
Social networking is one of the type of communication over the internet where we can communicate with the different people.
Healthcare:
The importance of networking services and the application in the health sector is that by using the internet we can easily done financial transaction in case of an emergency.
There is also development of biomedical researches and the professional education where the people can improve their own health by knowing the harmful effects before by using the internet network.
Answer:
a = int(input("Input your first number: "))
b = int(input("Input your second number: "))
maximum = max(a, b)
print("The largest value: ", maximum)
Explanation:
The function max() can be used to find the maximum of two values