Java Math Review

Java Math Review

10th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Matrix - Solve Systems

Matrix - Solve Systems

11th Grade

12 Qs

Decisões Múltiplas com Condicionais

Decisões Múltiplas com Condicionais

12th Grade - University

15 Qs

C++ Recursion

C++ Recursion

8th - 12th Grade

12 Qs

Topic 4.2 Video 3

Topic 4.2 Video 3

11th Grade

6 Qs

Bài tập thực hành 1 (tiết 2)

Bài tập thực hành 1 (tiết 2)

12th Grade

10 Qs

Solve Using Elimination

Solve Using Elimination

9th Grade - University

15 Qs

Arrays Review

Arrays Review

9th - 12th Grade

11 Qs

for and while loops quiz

for and while loops quiz

11th Grade

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