Operators & IF Statements

Operators & IF Statements

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript Practice Quiz

JavaScript Practice Quiz

8th Grade

15 Qs

Conditionals and more

Conditionals and more

8th Grade

15 Qs

DIT Excel 2016 Review

DIT Excel 2016 Review

8th - 12th Grade

15 Qs

Ethernet cable

Ethernet cable

7th - 10th Grade

10 Qs

Booleans Quiz

Booleans Quiz

8th Grade

10 Qs

Review Python

Review Python

7th - 8th Grade

11 Qs

Bab 3 Persekitaran Kod Arahan

Bab 3 Persekitaran Kod Arahan

7th Grade - University

10 Qs

Revision - MS-Excel

Revision - MS-Excel

6th - 8th Grade

15 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?