Python Quiz - Till Basic String

Python Quiz - Till Basic String

University

100 Qs

quiz-placeholder

Similar activities

Python

Python

University

100 Qs

HTML CSS Final Quiz

HTML CSS Final Quiz

University

100 Qs

Fundamentals of IT Revision

Fundamentals of IT Revision

University

100 Qs

MIS MBA 2nd sem

MIS MBA 2nd sem

University

100 Qs

Transformar 2021 8

Transformar 2021 8

University

100 Qs

REVIEW

REVIEW

University

100 Qs

Word Within The Word Lists 1-4

Word Within The Word Lists 1-4

3rd Grade - University

100 Qs

Pertandingan PAL Online

Pertandingan PAL Online

University

100 Qs

Python Quiz - Till Basic String

Python Quiz - Till Basic String

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Mayank Saxena

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

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

100 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the boolean value of expression: (5 > 3)?

True
False
1
0

Answer explanation

5>3 evaluates to True.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid 'for' loop header in Python?

for i in range(3):
for(i=0;i<3;i++):
for i = 0 to 2:
loop i in 3:

Answer explanation

Python uses 'for i in range(n):'.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement executes when the 'if' condition is false and no 'elif' matches?

else block
finally block
catch block
then block

Answer explanation

else executes when preceding conditions are false.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a Python numeric type?

int
list
set
tuple

Answer explanation

int is a numeric type.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator assigns a value to a variable?

==
=
:=
->

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is valid to check inequality?

!=
<>
!==

Answer explanation

!= is inequality in Python.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct 'else if' keyword in Python?

elif
elseif
else if
elsif

Answer explanation

Python uses 'elif'.

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?