Python Quiz

Python Quiz

10th Grade

29 Qs

quiz-placeholder

Similar activities

Python new

Python new

3rd Grade - University

26 Qs

Computational thinking

Computational thinking

10th Grade

24 Qs

Python

Python

6th - 10th Grade

30 Qs

untitled

untitled

8th Grade - University

25 Qs

GCSE Computer Science: Programming (Python)

GCSE Computer Science: Programming (Python)

9th - 12th Grade

25 Qs

AP CSP Programming Basics

AP CSP Programming Basics

10th - 12th Grade

30 Qs

Intro to Programming with Karel

Intro to Programming with Karel

9th - 12th Grade

24 Qs

Scratch Coding grade 4 and above_18April20

Scratch Coding grade 4 and above_18April20

4th - 12th Grade

24 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?