Python Cert Vocab

Python Cert Vocab

Assessment

Flashcard

Computers

11th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

74 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Rounds a number up to the nearest integer

Back

math.ceil()

2.

FLASHCARD QUESTION

Front

Returns the factorial of a number

Back

math.factorial()

3.

FLASHCARD QUESTION

Front

Rounds a number down to the nearest integer

Back

math.floor()

4.

FLASHCARD QUESTION

Front

Returns the natural logarithm of a number, or the logarithm of number to base

Back

math.log()

5.

FLASHCARD QUESTION

Front

Returns the value of x to the power of y. Options: math.pow(), math.ceil(), Pass Keyword, random.randint()

Back

math.pow()

6.

FLASHCARD QUESTION

Front

Returns the square root of a number

Back

math.sqrt()

7.

FLASHCARD QUESTION

Front

Create the new directory to the path in the string argument of the function

Back

os.mkdir()

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?