Operators & IF Statements

Operators & IF Statements

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Excel If function WSC 4.2.3

Excel If function WSC 4.2.3

7th Grade - University

10 Qs

ASK T2  BAB 3 ALGORITMA SUB 3.1.1

ASK T2 BAB 3 ALGORITMA SUB 3.1.1

7th - 8th Grade

10 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Conditional statements

Conditional statements

7th Grade

11 Qs

Basics of html

Basics of html

8th Grade

12 Qs

Programming Basics

Programming Basics

6th - 8th Grade

10 Qs

Thank You Miss Shubhi

Thank You Miss Shubhi

7th Grade

11 Qs

HTML Forms

HTML Forms

6th - 7th Grade

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