python chapter 2 quiz

python chapter 2 quiz

12th Grade

25 Qs

quiz-placeholder

Similar activities

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Basic Python

Basic Python

10th - 12th Grade

20 Qs

Chapter 6 Exam

Chapter 6 Exam

9th - 12th Grade

20 Qs

Python Basic 1

Python Basic 1

12th Grade

20 Qs

Grade 7 Python Programming Quiz

Grade 7 Python Programming Quiz

7th Grade - University

20 Qs

Python For And While Loop

Python For And While Loop

9th Grade - University

20 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade - University

20 Qs

Python QUIZ 02

Python QUIZ 02

KG - Professional Development

20 Qs

python chapter 2 quiz

python chapter 2 quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Shiloh Heng

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Python?

A named item that holds a value

A sequence of letters and digits

A reserved word

A type of function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does it mean that Python is case sensitive?

Uppercase and lowercase letters are treated the same

Uppercase and lowercase letters are different

Only uppercase letters are allowed

Only lowercase letters are allowed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done when using acronyms in CapWords?

Capitalize all the letters of the acronym

Use lowercase letters for the acronym

Use underscores between letters of the acronym

Avoid using acronyms

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the term "mutability" indicate in Python?

Whether an object's value can be changed

The type of an object

The identity of an object

The memory address of an object

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct floating-point literal in Python?

1.0

"1.0"

1

True

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an operator in Python?

A symbol that performs a built-in calculation

A specific value in code

A variable name

A function name

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which direction is used for evaluating expressions with operators of equal precedence?

Right-to-left

Left-to-right

Top-to-bottom

Bottom-to-top

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?