6350 results.
-
Question in Hans's workspace
No description given
-
Question in Demos
In the first part, the student must write an R function to compute the first $n$ terms of the series $\frac{1}{k!}$.
In the second part, they must use that function to calculate an approximation to $e$ using a given number of terms of the series.
-
Question in Demos
Several questions on interrogating the
mtcarsdataset built in to R. -
Question in Demos
The student must write R code to assign the given value to the variable
x. -
Question in Demos
This question shows how to display a plot generated in matplotlib from code written by the student.
-
Question in Demos
Given an unknown list, the student must write Python code to create a copy of it.
There's an alternative to catch the case where the student's variable is just a reference to the original list.
-
Question in Demos
Given an unknown list, the student has to write code to return the last item in the list.
-
Question in Demos
Given a randomly-generated list, the student must write code to return its first value.
There's an alternative to check if they get the second item, which they might do if they don't realise Python lists are zero-indexed.
-
Question in Demos
The student must write code to compute the standard deviation of an unknown list of measurements.
The suggested answer uses numpy.std.
-
Question in Demos
This is the simplest demonstration of the "code" part type I could think of: write Python to assign
x = 1.An alternative answer gives a hint if the student's code doesn't define x at all.
-
Question in MESH
Students are shown a bar chart. There is a slider that adjusts the height of one of the bars. Students are asked to adjust the slider to make that particular bar value the mode.
-
Exam (18 questions) in Ahmed's workspace
No description given
-
Question in Algebra
No description given
-
Exam (6 questions) in Algebra
No description given
-
Question in Brendan's workspace
Separable equation for integration.
-
Question in Brendan's workspace
First order integral.
-
Question in Brendan's workspace
First order integral.
-
Question in Ugur's workspace
Taylor Approximation ofr $\cos(2x)$
-
Question in NursingNursing question.
-
Question in NursingNursing question. Determine the units of an answer given the units and operations used.
-
Question in NursingNursing question. Determine the units of an answer given the units and operations used.
-
Question in NursingNursing question. Determine the units of an answer given the units and operations used.
-
Question in MASH Bath: Question Bank
Calculating the angle between a vector and the positive $x$-axis.
-
Question in FS0031 Unit 3
No description given
-
Question in Ugur's workspace
power series expansions for sine
-
Exam (7 questions) in Ugur's workspace
Various question on power series
-
Question in Ugur's workspace
Multiple response question (4 correct out of 8) covering properties of convergent and divergent series and including questions on power series. Selection of questions from a pool.
-
Question in Ugur's workspace
Find the first 3 terms in the MacLaurin series for $f(x)=(a+bx)^{1/n}$ i.e. up to and including terms in $x^2$.
-
Question in Ugur's workspace
Find the first 3 terms in the Taylor series at $x=c$ for $f(x)=(a+bx)^{1/n}$ i.e. up to and including terms in $x^2$.
-
Question in Transition to university
Calculate the time taken for a certain distance to be travelled given the average speed and the distance travelled.
Small, simple question.