C# Math

Quiz
•
Computers
•
10th Grade
•
Easy
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
Similar Resources on Wayground
10 questions
CTC-Python

Quiz
•
9th - 12th Grade
15 questions
Basics in Java

Quiz
•
9th - 12th Grade
10 questions
10th grade book

Quiz
•
10th Grade
8 questions
Uvod u Džupiter

Quiz
•
9th - 10th Grade
10 questions
Python Math

Quiz
•
1st - 12th Grade
10 questions
TN Bài 12 xâu kí tự _ Cô Tuyết

Quiz
•
10th Grade
10 questions
Excel (9-րդ դասարան)

Quiz
•
9th Grade - University
9 questions
Podstawowe funkcje matematyczne w JavaScript

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade