Question
Easy
........... is an entry controlled loop.
1
For
2
Do while
3
If-then
4
Case
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option A
Explanation
The correct option is (1): The For loop is a classic example of an entry-controlled loop, which is also commonly referred to as a pre-test loop. The crucial characteristic of an entry-controlled loop is that the loop's continuation condition is evaluated before the block of code inside the loop is executed for any iteration, including the very first one. In the structure of a for loop, the initialization, condition, and…Read More
Similar Questions from HTET Exam - Level 3 - Year 2016
Question 1
Easy
Source :
HTET 2016
........... SQL command allows to make queries on the database.
Question 2
Easy
Source :
HTET 2016
Transmission medium used in LAN is.............
Question 3
Easy
Source :
HTET 2016
The wrapping of data and function into a single unit is called
Question 4
Easy
Source :
HTET 2016
The number of 'rows' in a relation is called