python

python

University

19 Qs

quiz-placeholder

Similar activities

Java Control and Loop -2

Java Control and Loop -2

University

20 Qs

Intro to Data Mining

Intro to Data Mining

University

15 Qs

Firewall and Network Security

Firewall and Network Security

University

15 Qs

PBO Inheritance Episode 2

PBO Inheritance Episode 2

University

18 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

2.4 - 2.6

2.4 - 2.6

University

15 Qs

DBC CHAPTER 3 - REVISION

DBC CHAPTER 3 - REVISION

University

15 Qs

Week 4

Week 4

University

15 Qs

python

python

Assessment

Quiz

Computers

University

Hard

Created by

zubair khan

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

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is NOT a built-in data type in Python?

list

dict

tuple

tree

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does type casting mean in Python?

Converting a list into a dictionary

Assigning a type to a function

Converting a variable from one data type to another

Declaring variables with type annotations

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will print("Python"[1:4]) display?

yth

ytho

Pyt

ython

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the Boolean value of the expression 5 > 3 and 2 < 1?

True

False

1

None

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will print(10 // 3) gives output?

3.33

3

3.0

4

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the error in the above code snippet?

Indentation Error

Syntax Error

Name Error

Type Error

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following methods can be used to remove an element from a list in Python?

list.remove()

list.delete()

list.pop()

Both A and C

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?