Force:newtons
distance:meters
work:joules
power:either watts or horsepower
energy:joules
time:kiloseconds and milliseconds
        
             
        
        
        
Answer:
b=0
c=0
lol=list()
while True:
    salary=input("Enter your salary: ")
    if salary=="e" or salary=="E":
        print("Thankyou!!")
        break
    else:
        a=int(salary)
        if a>=300000 and a<=400000:
             c=c+1
        if a<0 or a>400000:
            print("Your salary is either too small or too big ")
        if a>0 and a<=400000:
            a=a-(25/100*a)-(5/100*a)-(2/100*a)
            lol.append(a)
            b=b+1
            if a>=300000:
                 c=c+1
print(lol)
print("The number of salaries entered is: "+ str(b))
print("The number of salaries that exceeded 300000 is: "+str(c))
 
        
             
        
        
        
Answer:
In a digital camera, exactly the opposite happens. Light from the thing you are photographing zooms into the camera lens. This incoming "picture" hits the image sensor chip, which breaks it up into millions of pixels. The sensor measures the color and brightness of each pixel and stores it as a number.
Explanation:
 
 
        
             
        
        
        
Is an example of reactive, signature based IDS/IPS
Reactive, signature based IDPS technology is one of the many methodologies used to detect attacks. In a signature based IDS, a misuse detection identifies intrusions by watching for patterns of traffic and compare them against observed events or a database of signatures from known threats. Reactive IDS/IPS, on the other hand, will not only detect and alert malicious traffic but also take pre-defined proactive actions. Using MRTG, Ntop, and SNMPC in routers will monitor traffic and help network managers easily see issues like DOS attacks and security problems.