Data Handling in Python

Data Handling in Python

11th Grade

10 Qs

quiz-placeholder

Similar activities

3rd week g9 summative

3rd week g9 summative

7th - 12th Grade

15 Qs

Jaringan Komputer / AIJ

Jaringan Komputer / AIJ

11th Grade

10 Qs

Computer Basics 2 - CESA

Computer Basics 2 - CESA

7th Grade - University

10 Qs

WAN Sesi 1

WAN Sesi 1

1st Grade - University

10 Qs

Parcial - Módulo IV

Parcial - Módulo IV

1st Grade - University

15 Qs

HARD DISK DRIVE

HARD DISK DRIVE

11th - 12th Grade

10 Qs

Mengenal Jendela dan Ikon Microsoft Excel

Mengenal Jendela dan Ikon Microsoft Excel

7th Grade - University

15 Qs

Jarkom

Jarkom

1st Grade - Professional Development

11 Qs

Data Handling in Python

Data Handling in Python

Assessment

Quiz

Computers

11th Grade

Practice Problem

Medium

Created by

SANGAMI M S

Used 108+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose the numeric data types Python Provides.

Integer , Strings

Signed Integers, Boolean, Floating Point numbers, Complex Numbers

Integers, Complex Numbers

Strings, Boolean

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Boolean Data types are considered as integers because True is considered as 1 and False as 0

yes

no

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do Python represent a Complex number with real part (3) and imaginary part ( -2.5)

3+2.5i

3-2.5i

3+2.5j

3-2.5j

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the output of the following code?

r=2.5+3.9j

print(r.imag)

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

______ data types store values of more than one data type

List

Tuple

Float

Dictionary

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Choose the mutable data types.

List

Dictionaries

Integer

String

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a)Built-in function ____ returns the type of an object.

b)Built-in function ______ returns the address of an object.

c)Built-in function ____ displays value of an object.

type( ) , val( ) , print( )

type( ) , id( ) , print( )

print( ) , type( ) , input( )

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?