532,707 views
21 votes
21 votes
3. Programmers use indenting to organize their code so that it is readable and can be easily debugged. x = 12 if x ==12: print ("x is equal to 12.")

Which of the following keys on the keyboard is used to quickly indent text?
*
Control
Return
Tab
Right Arrow

User AJR
by
2.5k points

2 Answers

19 votes
19 votes

Answer:Quickly indent text can be done using key Tab on the keyboard.

Answer: Option C

Step-by-step explanation:

Code is readable and can be easily debugged because programmers use indenting to organize it . In a computer, any programmer to develop a program both space and tab keys can be used to indent text.

Tab key used to indent the text quickly whereas the space key used to indent text but not to indent text quickly. Tab can be used as the standard key for indenting in the computer programs.

Step-by-step explanation:

User Alexandre Jobin
by
2.7k points
14 votes
14 votes
The correct answer would option c
User Chris Shaw
by
2.4k points