Python Operators

Python Operators

University

11 Qs

quiz-placeholder

Similar activities

Graphic Software and Internet Quiz

Graphic Software and Internet Quiz

1st Grade - University

15 Qs

GUIA TECNOLOGIA 2

GUIA TECNOLOGIA 2

8th Grade - University

15 Qs

PRE-TEST

PRE-TEST

University

15 Qs

4.2.2 BRIDGE COMPONENETS

4.2.2 BRIDGE COMPONENETS

University

9 Qs

PYTHON

PYTHON

KG - Professional Development

9 Qs

ICT 9 Q4 M5

ICT 9 Q4 M5

9th Grade - University

15 Qs

PMMI REVIEW - Introduction to Mechanical Drives and Safety

PMMI REVIEW - Introduction to Mechanical Drives and Safety

University

11 Qs

Evolution of IT_quiz3

Evolution of IT_quiz3

12th Grade - University

16 Qs

Python Operators

Python Operators

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Kelvin Kipchumba

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 5 + 3 * 2?

16

11

13

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of 10 % 3?

0

1

2

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for exponentiation in Python?

^

%

**

exp()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will int(7 / 2) return?

3

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of (5 > 3) and (2 < 1)?

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this expression return: 10 / 2 == 5 or 7 < 3?

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a parameter and an argument in a function?

A parameter is the actual value passed to a function; an argument is the placeholder in the function definition.

A parameter is used in loops, while an argument is used in functions.

A parameter is the placeholder in the function definition; an argument is the actual value passed to the function.

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?