Answer:
D
Explanation:
A. Polarization is simple for most antennas to determine. It is only on the same level as the antenna components. A vertically polarised antenna (that is one with vertical elements) is better received and a horizontal antenna is equally provided with horizontally polarised signals.
B. The left-hand circular polarization is named if the electric chambers vector rotates counter-clockwise as far as they are from the antenna.
The right-hand circular polarisation is named as the electric field vector rotates counter-clockwise as far as it gets from the antenna.
It then goes without stating the polarisation on the right hand is orthogonal to the left.
C. signals of the same frequency can be transmitted together in an non-interfering manner as long as their polarizations are orthogonal to one another. This too a correct statement.
 
        
             
        
        
        
It all depends on what you are using,
If you are using Google Docs, the document automatically saves itself
 
        
                    
             
        
        
        
true
-------------------------------------------------------
 
        
             
        
        
        
Answer:
Explanation:
The following code is written in Python and it is a function called filter, which takes in the requested inputs. It then places the threshold in its own variable and pops it out of the array of inputs. Then it loops through the array comparing each element with the threshold and printing out all of the ones that are less than or equal to the threshold.
def filter():
    num_of_elements = input("Enter a number: ")
    count = 0
    arr_of_nums = []
    while count <= int(num_of_elements):
        arr_of_nums.append(input("Enter a number: "))
        count += 1
    threshold = arr_of_nums[-1]
    arr_of_nums.pop(-1)
    print(threshold)
    for element in arr_of_nums:
        if int(element) < int(threshold):
            print(element)
        else:
            continue