Answer:
RFP
Explanation:
It is the type of document that is used to ask vendors to propose the solutions of problem that are faced by customer. It is the abbreviation of "Request for Proposal". This proposal is processed though the bidding, to offer the services or submit business proposals by vendors.
 
        
             
        
        
        
Answer:
CT = 470nF + 1000nF = 1470nF or 1.47μF
Explanation:
When capacitors are connected together in parallel the total or equivalent capacitance, CT in the circuit is equal to the sum of all the individual capacitors added together. This is because the top plate of capacitor, C1 is connected to the top plate of C2 which is connected to the top plate of C3 and so on.  The same is also true of the capacitors bottom plates. Then it is the same as if the three sets of plates were touching each other and equal to one large single plate thereby increasing the effective plate area in m2.
Since capacitance, C is related to plate area ( C = ε(A/d) ) the capacitance value of the combination will also increase. Then the total capacitance value of the capacitors connected together in parallel is actually calculated by adding the plate area together. In other words, the total capacitance is equal to the sum of all the individual capacitance’s in parallel. You may have noticed that the total capacitance of parallel capacitors is found in the same way as the total resistance of series resistors.
The currents flowing through each capacitor and as we saw in the previous tutorial are related to the voltage. 
 
        
             
        
        
        
In Python, assume that a file containing a series of integers is named numbers.txt and exist on the computer's disk. Write a program that reads the entire numbers store in the file and calculates their total.
Here is what I have written but it does not run:  
def. main():
    out file=open('numbers.txt','r')
    temp=outfile.readline()
    total=0
    while temp!='':
        t=int(temp)
        total=total+i
        temp=outfile.readline()
        outfile.close()
        print('Total sum is:',total)
main()
Text file is a file named numbers.txt with the numbers 1-50 in it
Learn more: 
- The sum of three consecutive integers is 186. what are the integers
         brainly.com/question/1768254
Keywords: python, integers, computer, numbers, program
 
        
                    
             
        
        
        
Answer:
Airplanes, Telephones, Ships, Pens
 
        
             
        
        
        
Answer:
Web browser
Explanation:
HTML, text editor and application software are all tools used by developers in coding the format of a blog. Computer languages such as Cascading Style Sheet (CSS), JavaScript, Personal Homepage Pre-processor, and HyperText Markup Language are used in such coding and an ordinary user will not be able to understand such a language.
 To view the travel blog when it is ready and in everyday language, a web browser should be used. The blog name is entered and Chris can see all the features of the blog.