Operators & IF Statements

Operators & IF Statements

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Logical tests and programming constructs

Logical tests and programming constructs

7th Grade

10 Qs

BAB 3 ASK F2

BAB 3 ASK F2

7th Grade

10 Qs

C++ Coding Problems

C++ Coding Problems

4th Grade - Professional Development

10 Qs

python

python

8th Grade

15 Qs

Python Operator by Resha

Python Operator by Resha

8th Grade

15 Qs

Python Operators & Expressions

Python Operators & Expressions

8th - 11th Grade

13 Qs

operators in java

operators in java

8th - 9th Grade

13 Qs

Year8_Python_L4_Starter

Year8_Python_L4_Starter

8th - 9th Grade

9 Qs

Operators & IF Statements

Operators & IF Statements

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

Adam Cowell

Used 20+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does this operator do? ' * '

Divide

Add

Subtract

Multiply

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The Floor Division operator looks like this

//

/

-

|

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

< , > , == , != Are examples of which operator

Arithmetic

Logical

Realtional

Assignment

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Is this statement true 5>=5

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

a=10

a+=7

print(a)

What will this output?

3

Error

17

True

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

a=27

a/=3

print(a)

What will this output?

24

30

9

3

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

if 4>=2 and 3<=8:

print("true)

else:

print("false")

True

False

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?