C# Math

C# Math

10th Grade

10 Qs

quiz-placeholder

Similar activities

Ôn lại kiến thức  Lớp 3 T13

Ôn lại kiến thức Lớp 3 T13

1st - 10th Grade

10 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

Bài 29. Nhận biết lỗi chương trình

Bài 29. Nhận biết lỗi chương trình

9th - 12th Grade

14 Qs

Avaliação 1T - JavaScript

Avaliação 1T - JavaScript

9th - 12th Grade

10 Qs

Innovations of Technology

Innovations of Technology

7th - 10th Grade

10 Qs

MATHEMATICAL FUNCTION

MATHEMATICAL FUNCTION

10th Grade

10 Qs

Вбудовані функції

Вбудовані функції

1st - 12th Grade

12 Qs

C# Math

C# Math

Assessment

Quiz

Computers

10th Grade

Practice Problem

Easy

Created by

T. Arman

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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?