Answer: Debug
Debugging is the process of finding bugs and fixing them.
To protect the file,bring up the format cell dialog box and click on the protection tab, select the locked box and click OK. <span />
Answer:
Home Tab
Explanation:
The copy and paste menu are in the clipboard group.
The clipboard group is on the far left of the Home Tab. It is often used in conjunction with the Editing group, which is on the far right of that tab.
To open the Clipboard task pane, click Home, and then click the Clipboard dialog box launcher.
The cube root is a number multiplied by itself three times to get another number
The code to use is y = x**(1/3)
<h3>How to determine the code to use</h3>
Assume the variable is x, and the cube root of x is y.
So, we have the following equation

In Python, the code to use is y = x**(1/3)
Hence, the code that Rachelle can use in her calculation is x**(1/3)
Read more about cube roots at:
brainly.com/question/365670