the answer is C. completing an electrical circuit
Answer:
2:
decNum = float(input("Decimal number: "))
if decNum != 16.5:
print("Does not equal")
elif decNum == 16.5:
print("Equal")
else:
pass
3:
if x > 57:
x += 4
print(x)
4:
numOne = int(input("Enter number: "))
numTwo = int(input("Enter number: "))
if numOne < 100 and numTwo < 100:
yes = numOne + numTwo
print(yes // 2)
else:
pass
Explanation:
Please give me brainliest.
Answer:
Content Filtering Firewall.
Explanation:
- Content Filtering Firewall can block designated types of traffic based on application data contained within the packets.
- This ensures that objectionable websites , web portals, emails containing objectionable material can be screened.
- This blocks the access to that particular content.
- This helps in keeping away Malware and secure the network and systems.
- Both hardware and software can be used to implement the content filters.