python operators

python operators

12th Grade

17 Qs

quiz-placeholder

Similar activities

Intro to Web Design

Intro to Web Design

9th - 12th Grade

17 Qs

Code.org Boolean

Code.org Boolean

10th - 12th Grade

16 Qs

Intro to HTML

Intro to HTML

8th - 12th Grade

20 Qs

ka react.js

ka react.js

12th Grade

16 Qs

JavaScript3

JavaScript3

12th Grade

20 Qs

Hyperlink Tags (HTML)

Hyperlink Tags (HTML)

6th - 12th Grade

15 Qs

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

Selection Quiz 2

Selection Quiz 2

12th Grade

15 Qs

python operators

python operators

Assessment

Quiz

Computers

12th Grade

Medium

Created by

vasanth kumar

Used 163+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<
greater than
less than
equal to
less than or equal to

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

>
less than
not equal to
less than or equal to
greater than

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6 > 5
TRUE
FALSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2 = = 3
TRUE
FALSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct Python code.
if age is less than 20 then
if age > 20:
if age < 20:

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct Python code.
if age is less than 20 and greater than equal or equal to 15 then
if age <20 and age >=15:
if age <20>=15 :

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct Python code.
else if jellybean guess is less than 15, then
elif JBGuess <15
elif JBGuess <15:

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?