PF 9/23 Daily Do Now

PF 9/23 Daily Do Now

Assessment

Interactive Video

Information Technology (IT)

9th - 12th Grade

Hard

Created by

Amy Austin

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the definition of Python operators?

Symbols used to define variables.

Symbols used to perform operations on values and the variables that hold those values.

Symbols used to create functions.

Symbols used to control program flow.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the Python expression `24 // 5`?

4.8

5

4

24

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python operator is used to find the remainder of a division?

//

/

%

**

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a variable `meaning` is initially `42`, what will be its value after executing `meaning -= 1`?

41

42

43

1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the Python expression 42 == 41?

True

False

SyntaxError

TypeError

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the Python expression 43 != 42?

True

False

SyntaxError

TypeError

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a variable 'x' is assigned the boolean value True, what will 'not x' evaluate to?

True

False

None

Error

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?