What is printed by the following code?
x = 5
y = 3
print(x + y)
8
The data set is: 3, 7, 8, 12, 15, 18, 20. Find the median.
12
What is the command to make a directory?
mkdir
What animal is most commonly seen around campus?
squirrels
Who doesn't have brown eyes?
Nikita
What is the output of this code?
for i in range(3):
print(i)
0
1
2
The data set is: 5, 8, 10, 12, 15. Find the mean
10
touch
What is Rice's mascot?
Sammy the Owl!
Who teaches on campus during the school year?
Maria
What is the output of this code?
def double(num):
return num * 2
print(double(6))
12
The data set is: 2, 3, 4, 5, 30. Which measure of center is larger, the mean or the median?
mean
What is the name of the default text editor
nano
Who was Rice named after?
William Marsh Rice
Who is an only child?
Lizzie
How many total times is "Hi" printed?
for i in range(3):
for j in range(2):
print("Hi")6
The data set is: 2, 4, 6, 8, 10, 12, 14, 16. Find the interquartile range.
8
What command is used to find the IP address of a website
ping
What is Rice's biggest tradition? Hint: it is a race
Beer Bike
What winter sport did Nikita play?
What is printed?
a = [1, 2, 3] b = a b.append(4) print(a)
[1, 2, 3, 4]
The data set is: 5, 7, 8, 9, 10, 12, 15, 30. Using the 1.5×IQR rule, determine whether 30 is an outlier.
Yes 30 is an outlier
What's the command that lists every single file in the current directory
ls
Baker College
What is Filippo's secret talent?
Singing/Opera