Operators

Operators

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Logical Operators

Logical Operators

9th - 12th Grade

14 Qs

PYTHON PROGRAMMING FUNDAMENTALS

PYTHON PROGRAMMING FUNDAMENTALS

11th Grade

15 Qs

GCSE Computer Science Operators

GCSE Computer Science Operators

10th - 12th Grade

15 Qs

Java Script

Java Script

10th - 12th Grade

10 Qs

Retake Review 1

Retake Review 1

9th Grade

10 Qs

Post-Test Operator (Pemrograman Web Server-Side PHP)

Post-Test Operator (Pemrograman Web Server-Side PHP)

9th - 12th Grade

10 Qs

C++ Quiz

C++ Quiz

9th - 10th Grade

18 Qs

Program Development - Python: Operators

Program Development - Python: Operators

9th - 10th Grade

19 Qs

Operators

Operators

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Ackeema Johnson

Used 13+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which operator means 'less than or equal to'?

>=

>

<

<=

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the value of the expression 100 div 25?

4

4.0

"4.0"

0

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the answer for this expression:

9 mod 2

4.5

4.0

1

3

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What operator returns the whole number after integer division?

div

mod

/

*

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

if x = 5 then what is the output for the expression:

(x > 3 and x < 10)

True

False

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If x = 8 then what is the output for the expression:

(x < 3 or x > 20)

True

False

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If x = 10 and y = 10, then what is the result of the expression:

(x <> y)

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?