Aparna Dhirde
Quiz by , created more than 1 year ago

Quiz on True / False -Flow of Control, created by Aparna Dhirde on 03/13/2020.

9
0
0
Aparna Dhirde
Created by Aparna Dhirde over 4 years ago
Close

True / False -Flow of Control

Question 1 of 6

1

While statements gets executed at least once

Select one of the following:

  • True
  • False

Explanation

Question 2 of 6

1

The break statement allows us to come out of a loop

Select one of the following:

  • True
  • False

Explanation

Question 3 of 6

1

The continue and break statement have same effect

Select one of the following:

  • True
  • False

Explanation

Question 4 of 6

1

We can nest loops

Select one of the following:

  • True
  • False

Explanation

Question 5 of 6

1

We cannot write a loop that can execute forever

Select one of the following:

  • True
  • False

Explanation

Question 6 of 6

1

Checking condition in python can be done by using the if-else statement

Select one of the following:

  • True
  • False

Explanation