Search Header Logo

Python - Casting

Authored by J Joel Thomas

Computers

9th - 12th Grade

Used 2+ times

Python - Casting
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Converting one datatype to the other in Python is known as

Conversion

translation

transformation

casting

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many constructs does Python support for casting?

4

3

2

none

3.

MATCH QUESTION

1 min • 1 pt

Match the following

not supported in Python

decimal()

converts floats, string literals to int

text()

str()

converts int, string to floats

not supported in Python

converts to string literals

float()

int()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output of the following?

text("hello")

text() is not defined in Python

will be 'hello'

will be "hello"

will be hello

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is int in Python?

All whole numbers both positive and negative excluding 0

All whole numbers both positive and negative including 0

All positive whole numbers including 0

All negative whole numbers including 0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is 0 an int or float or str

All the above

float

int

str

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How can you convert 3.8 into a str literal?

By adding speech marks around 3.8

By using str(3.8)

By using text(3.8)

3.8 is a number and cannot be converted to a str literal

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?