Operators & IF Statements

Operators & IF Statements

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

C++ Operators

C++ Operators

6th - 8th Grade

12 Qs

Grade 6 : Test your QB quotient

Grade 6 : Test your QB quotient

6th - 7th Grade

10 Qs

Python 5

Python 5

8th Grade

8 Qs

HTML - Tags, elements, tables and images

HTML - Tags, elements, tables and images

7th - 9th Grade

12 Qs

Python Arithmetic Operators

Python Arithmetic Operators

8th - 9th Grade

10 Qs

C++ Quiz 2

C++ Quiz 2

8th Grade

15 Qs

Web Design End of Quarter Study Quiz

Web Design End of Quarter Study Quiz

7th Grade

15 Qs

Micro:bit conditions

Micro:bit conditions

6th - 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?