Understanding Data Handling in Python

Understanding Data Handling in Python

11th Grade

20 Qs

quiz-placeholder

Similar activities

Python Lesson 3

Python Lesson 3

8th - 11th Grade

18 Qs

Python basics recap

Python basics recap

9th - 12th Grade

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Python Basics

Python Basics

KG - University

16 Qs

ASK T2 - Kod Arahan (Python)

ASK T2 - Kod Arahan (Python)

7th Grade - University

20 Qs

Understanding Data Handling in Python

Understanding Data Handling in Python

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Devika Pachaimuthu

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the basic data types in Python?

number, text, list, map

int, float, str, bool, list, tuple, set, dict

char, decimal, array, object

integer, double, string, boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for exponentiation in Python?

^

//

%%

**

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert a string to an integer in Python?

Apply float('string') for conversion to integer.

Use int('string') to convert a string to an integer.

Use str('string') to convert a string to an integer.

Use eval('string') to get an integer from a string.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the expression 5 + 3 * 2?

8

11

10

16

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take user input in Python?

input()

get_input()

input_value()

read_input()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of print(type(3.14))?

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for floor division in Python?

//

%

**

/

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?