Answer:
B. Malware
Explanation:
Malware is general to most harmful programs on a computer, as Adware is a potentially unwanted program that is designed to advertise other programs or services. And ransomware is a program that will encrypt important user files such as; documents, pictures, and videos. Spyware is a program that is designed to spy on users, examples are; using your camera without your consent, key-loggers, and taking screenshots of our desktop. Thus i believe it is malware because the question covers multiple categories.
Answer: Online analytical processing
Explanation:
Online analytical processing(OLAP) is the method through which multi-dimension analytical queries can be resolved.User can attain selected query data as per their selection and then assess and analyze them from different view point.
- It helps in viewing and reporting , planning ,performing analytical calculation, collecting data in data cubes etc.
- Other options are incorrect because data adjacency, Ad hoc reporting ,data segregation and E-discovery are not the mechanism through which query and storage of data in data cubes take place.
- Thus, the correct option is online analytical processing
<h2>Solution :</h2>
The given problem is solved in Python.
def ComputeSquare():
side = float(input('Enter the side of the square: '))
if side > 0:
perimeter = 4 * side
area = side * side
print('Perimeter of the square is:',
perimeter, 'unit.')
print('Area of the square is:', area, 'square unit.')
<h3> else:</h3>
print('Invalid input.')
ComputeSquare()
<h2>Explanation :-</h2>
- In this program, we create a function ComputeSquare() to calculate the perimeter and area of a square.
- The function asks the user to enter the side of the square. The side is then stored in a variable.
- Now, we check whether the side is greater than 0 or not using if-else statement.
- If the condition is true, the perimeter and area is calculated which is displayed using print() statement.
- If the condition is false, the else blocks executes printing the error message.
<h3>Refer to the attachment for output.</h3>
By learning how to follow, one can be a good leader because: Looking up to a leader and following them help to:
- Keep one's ego in check and one can be able to be a good ego manager.
- They create strong credibility.
- They help use to focus our efforts for maximum impact.
<h3>How does being a good follower make you a good leader?</h3>
As a good follower, a person can be able to have the boldness and confidence to be able to respectfully talk about a lot of things with their leader if you see that you're not going in the right way.
Note that one can trust your leader and this will boast up the spirit of your input and engagement in all.
Hence, By learning how to follow, one can be a good leader because: Looking up to a leader and following them help to:
- Keep one's ego in check and one can be able to be a good ego manager.
- They create strong credibility.
- They help use to focus our efforts for maximum impact.
Learn more about good leader from
brainly.com/question/12522775
#SPJ1
Answer:
E.
a medium dashed line
Explanation:
I always use medium hehe so I think that'll work.