Answer:
Trace Precedent
Explanation:
Trace Precedent is a Microsoft Excel tool that is mostly used in auditing work to evaluate the connection or linkage between the cells in a spreadsheet. It is used to display the cells that are referred to by a formula in the selected cell. This is to locate the basis of an error in knowing how the formulas are adapted.
This can be done by clicking on the Formulas tab, then click on Formulas Auditing, then click on Trace Precedents.
Hence, in this case, the correct answer is TRACE PRECEDENTS.
 
        
             
        
        
        
Answer:
Step 1 : Start
Step2 : Input first number, num1
Step3 : Input second number, num2 
Step4 : product - - > num1 * num2 (product of num1 and num2) 
Step5 : Input product, myanswer
Step6 : comparison - - - > correct or incorrect based on myanswer and product 
Step6: print(comparison) 
Step7: End
Explanation:
Algorithm is a sequence of instructions a computer is expected to follow to solve a particular problem.
Required :
Two inputs ; num1 and num2
Expected output
Algorithm :
Step 1 : Start
Step2 : Input first number, num1
Step3 : Input second number, num2 
Step4 : product - - > num1 * num2 (product of num1 and num2) 
Step5 : Input product, myanswer
Step6 : comparison - - - > correct or incorrect based on myanswer and product 
Step6: print(comparison) 
Step7: End
The two numbers to multiply are entered ; the product is calculated by the program ; the the user inputs his or her own expecteted product ;
Both are compared and the output of the comparison is displayed (either correct oe incorrect) 
 
        
             
        
        
        
Answer:
<h2>Rom</h2>
Explanation:
ROM is memory containing hardwired instructions that the computer uses when it boots up, before the system software loads
 
        
                    
             
        
        
        
Answer:
age=int(input("Enter age"))
if age>=18:
     print("You are Young")
else
    print("You are child")
Explanation:
if you have any query or any problem kindly ask in comment
 
        
             
        
        
        
Answer:
1. Clients and servers—how services such as e-mail and web pages connect using networks.
2. IP addresses—how devices on a network can be found.
3. Network hubs, switches and cables—the hardware building blocks of any network.
4. Routers and firewalls—how to organize and control the flow of traffic on a network.