
AI Final Quiz
Authored by Daryl Arbis
Computers
University
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
is the average value.
average
median
mode
mean
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
is the value in the middle
machine learning
mid val
median
mean
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
is the value that appears most number of times
mode
median
mean
loop
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the right syntax for getting the median?
import scipy
value = [99,86,87,88,86,103,87,94,78,77,85,86]
x = scipy.median(value)
print(x)
from numpy
value = [99,86,87,88,86,103,87,94,78,77,85,86]
x = numpy.median(value)
print(x)
import numpy
value = [99,86,87,88,86,103,87,94,78,77,85,86]
x = numpy.median(value)
print(x)
import sklearn
value = [99,86,87,88,86,103,87,94,78,77,85,86]
x = numpy.median(value)
print(x)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the right syntax for getting the mean?
import numpy
speed = [99,86,87,88,111,86,103,87,94,78,77,85,86]
x=numpy.mean(speed)
print(x)
import scikit
speed = [99,86,87,88,111,86,103,87,94,78,77,85,86]
x=scikit.mean(speed)
print(x)
import scipy
speed = [99,86,87,88,111,86,103,87,94,78,77,85,86]
x=scipy.mean(speed)
print(x)
from numpy
speed = [99,86,87,88,111,86,103,87,94,78,77,85,86]
x=numpy.mean(speed)
print(x)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what is the right syntax in getting the mode?
import numpy
speed = [99,86,87,88,111,86,103,87,94,78,77,85,86]
x=numpy.mode(speed)
print(x)
import scipy
speed = [99,86,87,88,111,86,103,87,94,78,77,85,86]
x=scipy.mode(speed)
print(x)
from scipy import stats
speed = [99,86,87,88,111,86,103,87,94,78,77,85,86]
x = stats.mode(speed)
print(x)
from scipy
speed = [99,86,87,88,111,86,103,87,94,78,77,85,86]
x = stats.mode(speed)
print(x)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
how do you calculate the mean?
by adding all values then divide it to the number of numbers in the data set
by adding all values then divide it by 13 in the data set
by subtracting all values then get the square root the data set
by finding the middle number then divide it by 2
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
15 questions
Round 2 Debug-The-Code
Quiz
•
University
10 questions
Recursion Practice, Recursion Practice, Recursion Practice...
Quiz
•
10th Grade - University
15 questions
ARRAYS AND FUNCTIONS
Quiz
•
University
10 questions
ôn tập học kỳ 1-lớp 5
Quiz
•
2nd Grade - University
10 questions
6-文件操作
Quiz
•
University
10 questions
CHAPTER 4: IDS AND IPS
Quiz
•
University
14 questions
LA6.C6: Graphics Window
Quiz
•
9th Grade - University
10 questions
Listen in Python
Quiz
•
University
Popular Resources on Wayground
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
18 questions
Valentines Day Trivia
Quiz
•
3rd Grade - University
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
23 questions
Subject Verb Agreement
Quiz
•
9th Grade - University
5 questions
What is Presidents' Day?
Interactive video
•
10th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
20 questions
Mardi Gras History
Quiz
•
6th Grade - University
10 questions
The Roaring 20's Crash Course US History
Interactive video
•
11th Grade - University
17 questions
Review9_TEACHER
Quiz
•
University