Arithmetic Operations Java Quiz

Arithmetic Operations Java Quiz

11th Grade - University

10 Qs

quiz-placeholder

Similar activities

Representing Functions

Representing Functions

9th - 12th Grade

15 Qs

Loops

Loops

9th - 12th Grade

10 Qs

GCSE Computing: Computational Logic 2.4

GCSE Computing: Computational Logic 2.4

11th - 12th Grade

15 Qs

Coordinates and Straight Line Graphs

Coordinates and Straight Line Graphs

2nd - 11th Grade

15 Qs

C++ - Loops and Random Numbers

C++ - Loops and Random Numbers

9th - 12th Grade

14 Qs

Python Lists v2

Python Lists v2

9th - 12th Grade

15 Qs

Python - Functions

Python - Functions

University

10 Qs

Recursion in Java

Recursion in Java

11th - 12th Grade

15 Qs

Arithmetic Operations Java Quiz

Arithmetic Operations Java Quiz

Assessment

Quiz

Mathematics, Computers

11th Grade - University

Hard

CCSS
7.NS.A.3, 6.EE.B.6, 6.EE.A.2C

+4

Standards-aligned

Used 67+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Suppose subtraction and addition had higher precedence than multiplication and division

Evaluate the following expression

2 + 3 * 12 / 7 - 4 + 8

15

5

9

11

Tags

CCSS.7.NS.A.3

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of this program?


39 44

200 300

38 43

225 60

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output after the execution of this segment?

1 6

3 2

-3 5

4 12

Tags

CCSS.6.EE.B.6

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What value is stored in num if


int num = 13 - 3 * 6 / 4 % 3;

0

2

12

7

Tags

CCSS.7.NS.A.3

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of this program?

32

44

20

33

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of this program?

2 5

1.5 1

0 1

1.5 1.0

Tags

CCSS.6.EE.A.2C

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Assume that a and b are integers. The boolean expression will always be true given that


!(a <= b) && (a * b > 0)

a = b

a > b and b > 0

a < b

a > b

Tags

CCSS.HSA.CED.A.1

CCSS.HSA.CED.A.3

CCSS.HSA.REI.B.3

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?