Java Math and String Libraries

Java Math and String Libraries

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Hardware and Components

Hardware and Components

5th - 11th Grade

19 Qs

Tips en Mantenimiento

Tips en Mantenimiento

11th Grade - University

10 Qs

Pos Tes Laporan Bisnis

Pos Tes Laporan Bisnis

10th Grade

10 Qs

Arduino

Arduino

7th - 9th Grade

15 Qs

HARDWARE AND SOFTWARE

HARDWARE AND SOFTWARE

2nd - 10th Grade

10 Qs

Quiz Informatika 10.8, 10.9, 10.10

Quiz Informatika 10.8, 10.9, 10.10

10th Grade

10 Qs

Traffic Light Project Quiz

Traffic Light Project Quiz

9th Grade

17 Qs

KUIS MULTIMEDIA INTERAKTIF

KUIS MULTIMEDIA INTERAKTIF

10th Grade

16 Qs

Java Math and String Libraries

Java Math and String Libraries

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Used 114+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of num?
double num = Math.pow(2, 5);

10.0
7.0
32.0
25.0

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of num?
double num = Math.sqrt(49);

7
7.0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of num?
double num = Math.floor(123.75);

123.0
124.0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of num?
double num = Math.ceil(45.17);

45.0
46.0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of num?
double num = Math.abs(-1.28);

1.28
-1.28
1.3
1.2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of num?
double num = Math.max(100, 200);

100.0
200.0
300.0
150.0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of num?
double num = Math.min(100,200);

100.0
200.0
150.0
300.0

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?