Computer Science, asked by pushpabrreddy18, 4 months ago

3. Multiple choice questions.
a.
We can use step with this type of loop
i. For... Next
ii. While... Wend
iii. Do... Until
iv. All of the above
b. The Control Variable can be decreased in this type of loop
i. For...Next
ii. While...Wend
iii. Do... Until
iv. All of the above
For the loop For a=1 to 20 Step 4, the loop will execute
i. 3
ii. 4
C.
number of times.
iii. 5
iv.
6
d.
If the loop While (x>5) has to execute, the initial value can be
i. x=1
ii. X=3
iii. x=5
iv. X=10
e.
for FOR v=25 TO 6 Step-4.
The loop will stop executing when the value of v is
i. 9
ii. 10
iii. 11
iv. 12​

Answers

Answered by sarkarsarkar1234
1

thanks for free points

Similar questions