Python Core Functions

Python Core Functions

9th - 12th Grade

69 Qs

quiz-placeholder

Similar activities

Python Cert Vocab

Python Cert Vocab

11th Grade

74 Qs

Python Midterm

Python Midterm

12th Grade

74 Qs

Problem Solving and Programming

Problem Solving and Programming

12th Grade

68 Qs

Game Development Vocab

Game Development Vocab

9th - 12th Grade

70 Qs

2D Game Design Review

2D Game Design Review

9th - 12th Grade

70 Qs

Google Certified Educator (Level 1)

Google Certified Educator (Level 1)

KG - University

73 Qs

Python Core Functions

Python Core Functions

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Ahmed Shams

Used 9+ times

FREE Resource

69 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Returns the absolute value of a number
abs()
float()
iter()
super()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Returns True if all elements in an iterable are true
all()
int()
delattr()
pow()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Returns True if at least one element in an iterable is true
any()
next()
chr()
chr()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Returns a string representation of an object, with non-ASCII characters escaped
ascii()
import()
int()
set()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Converts an integer to a binary string
bin()
delattr()
type()
object()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Converts a value to a Boolean (True or False)
bool()
float()
str()
round()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Enters a debugger at the calling point
breakpoint()
divmod()
exec()
object()

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?