Computer Science, asked by sadhnasingh8381, 5 months ago

1. The _________ loop is used when we are sure about how many times a loop body will be executed


a. while
b. for
c. while...else
d while...not...else


2. if the condition in a loop is false in the step itself, we get ______


a. not output
b. infinite
c. error
d. normal


3. the ________ operator checks whether a give value lies within a given set of values.


a. not in
b. between
c. range
d. in​

Answers

Answered by MohitKumarBhardwaj
21

Answer:

1.c

2.a

3.c

Explanation:

hope it helps you thank

Answered by dualadmire
8

Option(c) while. else

1. The while-else loop is used when we are sure about how many times a loop body will be executed.

  • While else is used in computer programming, it is used when there is a repetition on a given Boolean condition. While helping to execute the condition while else restricting it.

Option(a)not output

2. if the condition in a loop is false in the step itself, we get not output.

  • The condition in the loop is false then the process end, there will be no output, therefore the condition is restricted.

Option(c)range

3. the range operator checks whether a give value lies within a given set of values.

  • The range defines a path between two sets, it is restricted, it has a starting and ending side.  

Similar questions