Answer:
it executes the commands sent to it by the applica software .
 
        
             
        
        
        
World Wide Web (WWW)? I honestly don't know.
        
             
        
        
        
Answer:
ClamAV is the open source antivirus you can in your Linux machine. 
 
        
             
        
        
        
Answer:
I'll be using python:
__________________________
a=int(input("Enter a number :"))
b=int(input("Enter another number :"))
c=int(input("Enter last number :"))
lis=[a,b,c]
sort=sorted(lis)
print("The largest number is:", sort[1])
___________________________