____ text removes it from its original location and places it in a new location that you specify.

A. Deleting
B. Copying
C. Moving
D. Relocating

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is not a Java keyword?

a. do b. next c. while d. for

Computer Science & Information Technology

Which of the following import statements is required in order to create a BorderPane layout container?

a. import javafx.scene.layout.Box; b. import javafx.scene.layout; c. import javafx.layout.scene.BorderPane; d. import javafx.scene.layout.BorderPane;

Computer Science & Information Technology