Understanding Python Identifiers and Operators

Understanding Python Identifiers and Operators

11th Grade

14 Qs

quiz-placeholder

Similar activities

MIT App Inventor - Chapter 4

MIT App Inventor - Chapter 4

University

10 Qs

Quiz - 3 Assignment, Increment & Decrement Operators in C

Quiz - 3 Assignment, Increment & Decrement Operators in C

12th Grade

10 Qs

Gmetrix Intro to Programming Using JavaScript Session 1 Test

Gmetrix Intro to Programming Using JavaScript Session 1 Test

9th - 12th Grade

15 Qs

Quiz 2 Javascript

Quiz 2 Javascript

12th Grade

10 Qs

G12 Search Engines

G12 Search Engines

12th Grade

18 Qs

Quiz 4

Quiz 4

University

10 Qs

Java If Else

Java If Else

9th - 12th Grade

10 Qs

C Programming - Unit 1 MCQ

C Programming - Unit 1 MCQ

University

15 Qs

Understanding Python Identifiers and Operators

Understanding Python Identifiers and Operators

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Deepika A

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of operators have they used in this expression 5-3*6

logical

arithmetic

relational

assignment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of operators have they used in this expression

score = 0

score += 5

logical

arithmetic

relational

assignment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what does

score = 0

and

score == 100

mean ?

First one checks if score is equal to 0 and second one assigns the value to the variable

First one assigns to 0 and second one checks the value to the variable

Both are same .

Both checks the value

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of operators have they used in this expression

age >= 18

logical

arithmetic

relational

assignment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of operators have they used in this expression

bill == 100 or member == true

logical

arithmetic

relational

assignment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Out of the options which are mathematical operators

  • + - / * % //

== != > < >= <=

= += -= *= /= %=

and not or

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to assign a value to a variable in Python?

+=

==

<>

=

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?