Answer:
A. The smallest building block of a wireless LAN
Explanation:
Basic service sets are a subgroup of devices within a service set that is additionally also operating with the same physical layer medium access characteristics such that they are wireless networked.
True?
it is A.Lowering the reserve ratio
~CaptnCoderYankee
Don't forget to award brainlyest if I got it right!
A AND B OR C
num = int(input("Enter a number: "))
if (num % 2) == 0:
print("{0} is Even number". format(num))
else:
print("{0} is Odd number". format(num))