wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Coding for Kids-Python. Helpful hacks: Keyboard Shortcuts

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

1. Which of these two keys do you press together to create a new file ?

a)

CTRL key + C key

b)

CTRL key + N key

c)

CTRL key + S key

d)

CTRL key + V key

e)

CTRL key + Z key

2.

1. Which of these two keys do you press together to save your progress while coding or to save a new file?

a)

CTRL key + C key

b)

CTRL key + N key

c)

CTRL key + S key

d)

CTRL key + V key

e)

CTRL key + Z key

3.

1. Which of these two keys do you press together to copy the selected text?

a)

CTRL key + C key

b)

CTRL key + N key

c)

CTRL key + S key

d)

CTRL key + V key

e)

CTRL key + Z key

4.

1. Which of these two keys do you press together to paste the copied text?

a)

CTRL key + C key

b)

CTRL key + N key

c)

CTRL key + S key

d)

CTRL key + V key

e)

CTRL key + Z key

5.

1. Which of these two keys do you press together to perform undo action? ie to go back a step, or bring back some code you have accidentally deleted..

a)

CTRL key + C key

b)

CTRL key + N key

c)

CTRL key + S key

d)

CTRL key + V key

e)

CTRL key + Z key

6.

To select text, , use your mouse to highlight text or code. True or false?

a)

True

b)

False

7.

To highlight text, place your cursor before the start of the text you want to copy, click and hold the main mouse button, drag your mouse to the end of the text you want to copy, and then release the mouse button. True or false?

a)

True

b)

False

8.

After your text is highlighted, use CTRL key + Z key shortcut to copy the highlighted text. True or False?

a)

True

b)

False

9.

When we perform undo action, Ie to go back a step, or bring back some code you have accidentally deleted, it can only reverse actions up to the point that the computer has stored in its memory.

a)

True

b)

False