Mathematical Library Methods in Java Quiz

Mathematical Library Methods in Java Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Loops

Loops

9th - 12th Grade

10 Qs

AP Computer Science-Quiz 2(G10)

AP Computer Science-Quiz 2(G10)

9th - 12th Grade

10 Qs

Microbit: Variable

Microbit: Variable

6th - 9th Grade

10 Qs

Math_functions

Math_functions

9th - 10th Grade

12 Qs

Latihan Class Library

Latihan Class Library

9th - 12th Grade

10 Qs

Computer Quiz(Java)(16-10-2020)

Computer Quiz(Java)(16-10-2020)

9th Grade

10 Qs

While Loop

While Loop

9th - 12th Grade

12 Qs

For Loop

For Loop

9th - 12th Grade

10 Qs

Mathematical Library Methods in Java Quiz

Mathematical Library Methods in Java Quiz

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Rati Soni

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Java package includes the Math class?

java.sys

java.util

java.lang

java.io

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Give the output of Math.sqrt(x); when x = 9.

2.0

3.0

3.00

All of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Give the output of Math.ceil(46.6).

46.0

47.0

46.5

46.6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of Math.pow(2, 0)?

1.0

0.0

2.0

-1.0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Math.random() returns a double value r such that

0.0 <= r < 1.0

0.0 < r <= 1.0

0.0 <= r <= 1.0

0.0 < r < 1.0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a method to find the square root of a number?

FindSquareroot(x)

Math.sqrt(x)

Sqrt(x)

Math.Square(x)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Give the output of Math.floor(46.6)?

46.5

46.0

47.0

-46.0

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?