Question: 1. Many programmers use a specialized text editor to write their code. What is this editing application called? a. IDE (integrated Development Environment). b. Compiler.
1. Many programmers use a specialized text editor to write their code. What is this editing application called?
| a. | IDE (integrated Development Environment). | |
| b. | Compiler. | |
| c. | Microsoft Project. | |
| d. | Google Docs. |
2. Which loop should I use when I know how many times a task needs to be repeated?
| a. | For loop. | |
| b. | While loop. | |
| c. | Do While loop. | |
| d. | A Forever loop. |
3. What do iteration statements allow us to do?
| a. | These statements simply execute our code in sequence. | |
| b. | These statements cause the same statements to execute multiple times. | |
| c. | These statements cause some code to execute only if a condition is met. | |
| d. | These statements result in either a true or false. |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
