Python Quiz 3

Python Quiz 3

University

8 Qs

quiz-placeholder

Similar activities

OOP Quiz1

OOP Quiz1

University

10 Qs

Debugging-Duel-CodeUp'25

Debugging-Duel-CodeUp'25

University

10 Qs

cpp04_loop

cpp04_loop

6th Grade - University

10 Qs

Python Programming

Python Programming

University

10 Qs

VB Quiz

VB Quiz

5th Grade - University

10 Qs

Web-II-Loop and Function

Web-II-Loop and Function

University

10 Qs

Control Structures - Selection in Python

Control Structures - Selection in Python

8th Grade - University

11 Qs

C++ : Assignment 6

C++ : Assignment 6

University

10 Qs

Python Quiz 3

Python Quiz 3

Assessment

Quiz

Computers

University

Medium

Created by

ENDURO SRM

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not part of loop?

updation

initialization

optimizer

condition

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be output?

1

2

3

4

0

1

2

3

4

0

1

2

3

1

2

3

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be output?

2

4

6

2

4

6

8

0

2

4

6

2

3

4

5

6

7

8

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Mark True or False:

We cannot use while loop when the number of iterations is known.

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be output?

1

1

2

0

1

2

We get Infinite Loop

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is nesting of loops?

Using one loop after another loop

Using one loop inside another loop

Using multiple conditions in loop control

Having multiple statements in loop body

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output?

1

2

4

1

2

3

4

1

2

3

1

2

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output?

1

2

3

4

1

2

3

1

2

4

1

2