0.0005 x 10⁻⁴ Farad = 0.000 000 05 Farad.
1 pF = 0.000 000 000 001 Farad
Divide them and get 50000 pF.
        
                    
             
        
        
        
The answer is B.
Read the answer I posted for your other question on the factorial of 7.
        
             
        
        
        
Answer:
num1 = int(input("Enter value: "))
num2 = int(input("Enter value: "))
if num1 == num2:
    print("Equals.")
else:
    print("Unequal.")
Explanation:
 
        
             
        
        
        
Answer:
B) Worksheet
Explanation:
In Microsoft Excel and all the other spreadsheet applications, a worksheet is  a file that contains cells, the cells are an intersections of rows and columns, and it provides the interface where the users can input and modify data, because of the row/column nature of worksheets, a table structure can easily be developed for the organization of data/information from where they can be plotted to a chart. Hence every chart has a corresponding worksheet containing its numerical data.