Search Header Logo

GITAM HYD FN DAY-2 (19 DEC 23)

Authored by CCC info@ccc.training

English

Professional Development

Used 1+ times

GITAM HYD     FN    DAY-2 (19 DEC 23)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?