Python Quiz

Python Quiz

10th Grade

29 Qs

quiz-placeholder

Similar activities

Lesson 1.1 Vocab - CSE

Lesson 1.1 Vocab - CSE

9th - 12th Grade

30 Qs

M4_TERM1_FINAL_QUIZ

M4_TERM1_FINAL_QUIZ

10th Grade

30 Qs

APCSP Data Unit 5

APCSP Data Unit 5

9th - 12th Grade

33 Qs

MSW Logo Quiz (Grade IV)

MSW Logo Quiz (Grade IV)

4th Grade - University

25 Qs

Code.org: Lists, Loops, and Traversals

Code.org: Lists, Loops, and Traversals

9th - 12th Grade

24 Qs

Code.org List

Code.org List

9th - 12th Grade

24 Qs

CS Honors: Unit 2 Review

CS Honors: Unit 2 Review

9th - 12th Grade

30 Qs

Geometry Dash

Geometry Dash

KG - 12th Grade

27 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

10th Grade

Medium

Created by

CSC Teachers

Used 4+ times

FREE Resource

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are constants conventionally named in Python?

In lowercase characters

In mixed case characters

In all uppercase characters

In camel case

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type for a sequence of characters?

int

float

str

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the meaning of the arithmetic operator '*'?

division

multiplication

exponentiation

subtraction

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the relational operator '!=' mean?

equal to

not equal to

greater than

less than

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which logical operator is used to check if both sides of a test must be true to return true?

or

not

and

==

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for integer division? (floor division)

/

//

%

*

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an assignment in programming?

To set or change the value of a variable

To execute a command repeatedly

To check a condition

To block code segments

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?