You are viewing this question as it will appear in the manual grading interface.
Return to the normal view when
you are done.
Correct answer
b. Mexico City
Mexico
f. Ottawa
Canada
d. Washington, D.C.
United States
c. Paris
France
Mariana
Matt
g. Paris
France
b. Ottawa
Canada
c. Mexico City
Mexico
e. Washington, D.C.
United States
e. Washington, D.C.
United States
d. Ottawa
Canada
c. Mexico City
Mexico
a. Paris
France
b. Washington, D.C.
United States
c. None of the above
Mexico
1. Mexico City
Mexico
3. Paris
France
2. Washington, D.C.
United States
b. $\sqrt{-1}$
$i$
c. $ \displaystyle \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^{n}$
$e$
a. $\cfrac{1+\sqrt{5}}{2}$
$\phi$
b.
1 | [item for item in lst if item > 0] |
1 | list(filter(lambda item: item > 0, lst)) |
a.
1 | [(a, b) for a in lst1 for b in lst2] |
1 | list(itertools.product(lst1, lst2)) |
c.
1 | [item * 2 for item in lst] |
1 | list(map(lambda item: item * 2, lst)) |
b. The theory of relativity
Which theory revolutionized our understanding of space, time, and gravity?
d. Artificial intelligence
What field of computer science encompasses machine learning, natural language processing, and computer vision?
g. Genetic engineering
What biotechnology technique offers potential in treating genetic disorders and enhancing crop yields?
e. Quantum mechanics
What is a branch of physics that challenges classical intuition and underpins technologies like quantum computing?
Student view placeholder
In student views this area is used for assessment and score info.
Tools
Staff information
Variant
Started at:
2026-08-04 22:49:58 (CDT)
Duration:
0s
Show/Hide answer
{
"ex1": [
1,
5,
3,
2
],
"ex2": [
0,
1
],
"ex3": [
6,
1,
2,
4
],
"ex4": [
4,
3,
2
],
"ex5": [
0,
1,
2
],
"ex6": [
0,
2,
1
],
"ex7": [
1,
2,
0
],
"ex8": [
1,
0,
2
],
"ex9": [
1,
3,
6,
4
]
}