COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which word below describes the use of a repetition block?
|
Order
|
|
Steps
|
|
Loop
|
|
Decision
|
Explanation:
Detailed explanation-1: -Question 1: Correct Answer :loop Reason : A section of code that is repeated is referred to as a loop.
Detailed explanation-2: -Repeated execution of a set of statements is called iteration. Python has two statements for iteration – the for statement, which we met last chapter, and the while statement.
There is 1 question to complete.