Python modules, operators and random

Python modules, operators and random

Assessment

Flashcard

Computers

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does ** operator signify in evaluating python expression?

Back

exponentiation

2.

FLASHCARD QUESTION

Front

Find the output of evaluating the expression (2**3)**2

Back

64

3.

FLASHCARD QUESTION

Front

-11.0//3 =

Back

-4.0

4.

FLASHCARD QUESTION

Front

remainder of x/y

Back

x % y

5.

FLASHCARD QUESTION

Front

What is the displayed value for Python coding below:
print(math.ceil(2.6))

Back

3

6.

FLASHCARD QUESTION

Front

What is the displayed value for Python coding below:
print(math.floor(2.6))

Back

2

7.

FLASHCARD QUESTION

Front

What does this expression result in?

Back

32

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?