Search Header Logo

Python Quiz - Till Basic String

Authored by Mayank Saxena

Computers

University

Used 5+ times

Python Quiz - Till Basic String
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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'.

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?