139k views
1 vote
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

2 Answers

5 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 Viirus
by
3.3k points
3 votes
The correct answer would option c
User MiaN KhaLiD
by
3.6k points