Code Debugging

Code Debugging

University

104 Qs

quiz-placeholder

Similar activities

CS1101 Python Final Exam practice

CS1101 Python Final Exam practice

University

103 Qs

A.I.2

A.I.2

University - Professional Development

103 Qs

Data Sciene

Data Sciene

University

100 Qs

PreExam IT

PreExam IT

University

105 Qs

ATI quiz

ATI quiz

University

100 Qs

Test robot 3ITE

Test robot 3ITE

University

100 Qs

EMTECH Pop Quiz 2402

EMTECH Pop Quiz 2402

University

100 Qs

CS322 FINAL EXAMINATIONS

CS322 FINAL EXAMINATIONS

12th Grade - University

100 Qs

Code Debugging

Code Debugging

Assessment

Quiz

Computers

University

Hard

Created by

Asst. Chennai

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

104 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 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

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Which of the following functions can help us to find the version of python that we are currently working on?

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • 1 pt

What will be the output of the following Python function? len(["hello",2, 4, 6])

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

3 mins • 1 pt

What will be the output of the following Python code snippet? for i in [1, 2, 3, 4][::-1]: print(i, end=' ')

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

3 mins • 1 pt

A function can be executed automatically without calling it

Evaluate responses using AI:

OFF

6.

OPEN ENDED QUESTION

3 mins • 1 pt

What is the output of the following? i = 1 while False: if i%2 == 0: break print(i) i += 2

Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

3 mins • 1 pt

What is the output of the following? x = "abcdef" while i in x: print(i, end=" ")

Evaluate responses using AI:

OFF

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?