C# Math

C# Math

10th Grade

10 Qs

quiz-placeholder

Similar activities

quizz 2 info3

quizz 2 info3

3rd Grade - University

10 Qs

AP CSA Review Unit 2

AP CSA Review Unit 2

9th - 12th Grade

10 Qs

AP CSA Classes

AP CSA Classes

9th - 12th Grade

10 Qs

Math_functions

Math_functions

9th - 10th Grade

12 Qs

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

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

10th Grade

10 Qs

MSExcel էլեկտրոնային աղյուսակ 9-10 դասարաններ

MSExcel էլեկտրոնային աղյուսակ 9-10 դասարաններ

9th - 10th Grade

10 Qs

Mathematical library Methods

Mathematical library Methods

10th Grade

15 Qs

Class X Computer Quiz 22/06/2021

Class X Computer Quiz 22/06/2021

10th Grade

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