13508 results.
-
Question in MESH
Students are given a decimal in the form 0.X and asked to identify its value, either X units, X tenths, X hundredths or X tens.
-
Question in MESH
Students are shown a receptacle and told that it holds either one tenth, one hundredth or one thousandth of a litre. They are asked how many of them would be needed to hold one litre.
-
Question in MESH
Students have to match four receptacles of varying sizes with the following fractions of a litre: 1 whole, 1/10, 1/100 and 1/1000.
-
Question in Robert's workspace
Example for a How-to guide
-
Question in Robert's workspace
Example for a How-To guide
-
Exam (3 questions) in Robert's workspace
Example for How-to guide
-
Question in Robert's workspace
Example for a How-to guide
-
Question in AppClinEng
Bulk Deformation Question Based on Materials Lab Session
-
Exam (6 questions) in Angus's workspace
Arithmetic operations involving fractions; converting between decimals and fractions; deciding if fractions are equivalent.
-
Question in Stats
-
Question in AppClinEng
Stress & Strain Question based on Tensile testing of materials lab session
-
Question in Andrew's workspace
First question on forces in equilibrium.
-
Exam (5 questions) in BTEC Level 3 Engineering
A test of resistor circuit knowledge.
-
Question in Programming extension
This question shows how to use the programming extension's run_code function to run some Python code and use its result in the marking of a non-code part type.
Python is used to calculate the correct answer for a number entry part type. This could be done
-
Exam (17 questions) in Programming extension
A collection of questions demonstrating the programming extension.
-
Question in R programming
The student must write R code to generate samples and calculate CDFs of some common distributions.
-
Question in Programming extension
In four parts, the student builds up the definition of a class representing a rectangle. First they write the constructor, then add methods to compute area and perimeter.
In the final part, they must use the methods to write a function which determines if a rectangle's area is larger than its perimeter.
-
Question in Thomas's workspace
RLC series with phasor
-
Exam (4 questions) in Transition to university
Some questions of relevance to consumers.
-
Question in GCSE level questions
Use the product rule (number of ways of doing A and B = (no. for A)*(no. for B)) to count the number of ways of doing two independent tasks.
-
Question in Programming extension
Several questions on interrogating the
mtcarsdataset built in to R. -
Question in Programming extension
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 R programming
The student must write R code to define vectors, in a few ways.
-
Question in Programming extension
The student must write R code to assign the given value to the variable
x. -
Question in Programming extension
This question shows how to display a plot generated in matplotlib from code written by the student.
-
Question in Programming extension
Asks the student to calculate the sum of the triangular numbers (up to some randomised number).
Steps guide the student through each step in the calculation.
-
Question in Programming extension
The student must write a list comprehension to map the elements of a given list.
-
Question in Programming extension
The student must write code to filter a given list of numbers, returning only the positive elements.
-
Question in Programming extension
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 Programming extension
Given an unknown list, the student has to write code to return the last item in the list.