Java Math Review

Java Math Review

10th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Systems of Linear Equations

Systems of Linear Equations

8th - 10th Grade

15 Qs

System of Equations (Two Variables)

System of Equations (Two Variables)

8th Grade - University

11 Qs

(01/26) 8th pd. CRM Elimination & Application Quiz

(01/26) 8th pd. CRM Elimination & Application Quiz

11th - 12th Grade

12 Qs

The Ultimate C++ Quiz

The Ultimate C++ Quiz

5th Grade - Professional Development

7 Qs

Solving Systems Using Substitution or Elimination

Solving Systems Using Substitution or Elimination

9th Grade - University

10 Qs

Solving System of Linear Inequalities Word Problems

Solving System of Linear Inequalities Word Problems

9th Grade - University

15 Qs

Writing Equations

Writing Equations

7th Grade - University

13 Qs

Java Math Review

Java Math Review

Assessment

Quiz

Mathematics

10th - 12th Grade

Medium

CCSS
7.NS.A.2C, 2.OA.C.3, 7.NS.A.3

+3

Standards-aligned

Created by

Joseph Krontz

Used 23+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int x = 15;

x = x % 5;
System.out.print(x);

0

1

2

3

Tags

CCSS.2.OA.C.3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

System.out.print(4 % 3);

0.5

1

2

0

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

System.out.print(18 / 0);

0

1.8

ArithmeticExemption / Runtime Error

Syntax / Compiler Error

Tags

CCSS.7.NS.A.3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

System.out.print(17.2 % 4);

0.2

1

1.2

4.0

Tags

CCSS.HSN.CN.A.2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

double y = 9 / 4;

System.out.print(y);

y

2.25

2

2.0

Tags

CCSS.7.NS.A.2C

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Char let = 'a';

let ++;

System.out.print(let + 1);

b

c

99

67

Tags

CCSS.6.EE.B.6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

System.out.print((double) 50 / 10);

5.0

5

Tags

CCSS.7.NS.A.2C

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?