C# Math

C# Math

10th Grade

10 Qs

quiz-placeholder

Similar activities

KOMPUTER AKUNTANSI

KOMPUTER AKUNTANSI

10th - 12th Grade

10 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

Начала программирования на языке Паскаль

Начала программирования на языке Паскаль

8th - 11th Grade

15 Qs

Functions

Functions

5th Grade - Professional Development

13 Qs

نشاط الدوال المضمنة الخاصة بالأرقام

نشاط الدوال المضمنة الخاصة بالأرقام

10th Grade

10 Qs

TRẮC NGHIỆM TIN HỌC 11

TRẮC NGHIỆM TIN HỌC 11

1st - 12th Grade

10 Qs

Excel (9-րդ դասարան)

Excel (9-րդ դասարան)

9th Grade - University

10 Qs

Python test-2

Python test-2

10th Grade

10 Qs

C# Math

C# Math

Assessment

Quiz

Computers

10th Grade

Easy

Created by

T. Arman

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This method can be used to find the highest value of x and y.

Math.Min(x,y)

Math.Max(x,y)

Math.Sqrt(x)

Math.Abs(x)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This method can be used to find the lowest value of of x and y.

Math.Min(x,y)

Math.Max(x,y)

Math.Sqrt(x)

Math.Abs(x)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This method returns the square root of x.

Math.Min(x,y)

Math.Round(x)

Math.Sqrt(x)

Math.Abs(x)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This method returns the absolute (positive) value of x.

Math.Min(x)

Math.Round(x)

Math.Sqrt(x)

Math.Abs(x)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This method rounds a number to the nearest whole number.

Math.Min(x)

Math.Round()

Math.Sqrt(x)

Math.Abs(x)

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Use the correct method to print the highest value of x and y.

int x = 5;
int y = 10;
Console.WriteLine(Math.____(x,y));

Min

Max

Round

Abs

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Use the correct method to print the lowest value of x and y.

int x = 5;
int y = 10;
Console.WriteLine(Math.____(x,y));

Min

Max

Round

Abs

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?