NEW
Font size
WorksheetsCoding for Kids-Python. Helpful hacks: Keyboard Shortcuts
Total questions: 9
Worksheet time: 5mins
1. Which of these two keys do you press together to create a new file ?
CTRL key + C key
CTRL key + N key
CTRL key + S key
CTRL key + V key
CTRL key + Z key
1. Which of these two keys do you press together to save your progress while coding or to save a new file?
CTRL key + C key
CTRL key + N key
CTRL key + S key
CTRL key + V key
CTRL key + Z key
1. Which of these two keys do you press together to copy the selected text?
CTRL key + C key
CTRL key + N key
CTRL key + S key
CTRL key + V key
CTRL key + Z key
1. Which of these two keys do you press together to paste the copied text?
CTRL key + C key
CTRL key + N key
CTRL key + S key
CTRL key + V key
CTRL key + Z key
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..
CTRL key + C key
CTRL key + N key
CTRL key + S key
CTRL key + V key
CTRL key + Z key
To select text, , use your mouse to highlight text or code. True or false?
True
False
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?
True
False
After your text is highlighted, use CTRL key + Z key shortcut to copy the highlighted text. True or False?
True
False
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.
True
False
