GITAM HYD     FN    DAY-2 (19 DEC 23)

GITAM HYD FN DAY-2 (19 DEC 23)

Professional Development

31 Qs

quiz-placeholder

Similar activities

Learning and Development Quiz

Learning and Development Quiz

Professional Development

26 Qs

Saber 11º English

Saber 11º English

Professional Development

26 Qs

modal verb CAN CAN NOT

modal verb CAN CAN NOT

Professional Development

26 Qs

Diagnostic test - B2.2

Diagnostic test - B2.2

Professional Development

26 Qs

English exam

English exam

University - Professional Development

26 Qs

PASSIVE REVIEW

PASSIVE REVIEW

Professional Development

26 Qs

SO B2 U7-8

SO B2 U7-8

Professional Development

26 Qs

FCE - GF - Unit Test 1

FCE - GF - Unit Test 1

10th Grade - Professional Development

26 Qs

GITAM HYD     FN    DAY-2 (19 DEC 23)

GITAM HYD FN DAY-2 (19 DEC 23)

Assessment

Quiz

English

Professional Development

Hard

Created by

CCC info@ccc.training

Used 1+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? x = ['ab', 'cd'] for i in x: i.upper() print(x)
[‘ab’, ‘cd’]
[‘AB’, ‘CD’]
[None, None]
none of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? i = 1 while True: if i%3 == 0: break print(i) i + = 1
1 2
1 2 3
error
none of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? i = 5 while True: if i%0O11 == 0: break print(i) i += 1
5 6 7 8 9 10
5 6 7 8
5 6
error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? i = 2 while True: if i%3 == 0: break print(i) i += 2
2 4 6 8 10 …
2 4
2 3
error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? True = False while True: print(True) break
True
false
none
none of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? i = 0 while i < 5: print(i) i += 1 if i == 3: break else: print(0)
0 1 2 0
error
0 1 2
1 2 0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? i = 0 while i < 3: print(i) i += 1 else: print(0)
0 1 2 3 0
0 1 2 0
0 1 2
error

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?