Java Math and String Libraries

Java Math and String Libraries

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Intro to Robotics

Intro to Robotics

9th Grade

14 Qs

CIA Mid-Term Review 1

CIA Mid-Term Review 1

9th - 10th Grade

17 Qs

File Handling in Python - Grade 12 CBSE

File Handling in Python - Grade 12 CBSE

12th Grade

15 Qs

Desafio Santarenzinho

Desafio Santarenzinho

KG - University

11 Qs

Pretest Aplikasi Pengolah Angka

Pretest Aplikasi Pengolah Angka

10th Grade

15 Qs

Kuis Software

Kuis Software

10th - 12th Grade

10 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

BÀI 7. Thực hành tìm kiếm thông tin trên internet

BÀI 7. Thực hành tìm kiếm thông tin trên internet

11th Grade

17 Qs

Java Math and String Libraries

Java Math and String Libraries

Assessment

Quiz

Computers

9th - 12th Grade

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?

Discover more resources for Computers