Describe how to move and copy text using drag and drop.
What will be an ideal response?
To move text: select the text; place the mouse pointer on the selected text; press and hold down the left mouse button; drag the text to a new location.
To copy text: select the text; place the mouse pointer on the selected text; press and hold down the CTRL key and the left mouse button; drag the text to a new location; release the mouse button before you release the CTRL key.
Computer Science & Information Technology
You might also like to view...
Expound on the points where terrorism and organized crime meet and divert
What will be an ideal response?
Computer Science & Information Technology
A queue receives the following commands (in pseudo-code):
enqueue 4, 6, 8, 3, 1 dequeue three elements enqueue 3, 1, 5, 6 dequeue two elements What number is at the front of the queue? a) 3 b) 4 c) 5 d) 6
Computer Science & Information Technology