1084 results for "number".
-
Question in HELM books
Two functions given in words. Write down the function definition. The numbers in the function definitions are randomised.
-
Exam (18 questions) in Content created by Newcastle UniversityQuestions used in a university course titled "Number theory and cryptography"
-
Question in 1010ENG/1201SCG Complex numbers
Practice MCQ to decide which quadrant a complex number lies in.
-
Question in How-tos
The student is asked to find the square root of an integer of the form $\pm n^2$. If the root is not real, they should enter "nan".
A custom marking algorithm extends the built-in one to deal with "nan".
There's some custom javascript to set the expected answer correctly. In the future this will be possible in the marking algorithm - see https://github.com/numbas/Numbas/issues/856
-
Question in MATH6052 Maths for the Green Industry
Multlipying and subtracting mixed numbers. It is expected that a calculator is used to perform this question.
-
Question in Algebra
A whole number divided by a very simple algebraic fraction. No cancelling is required by design.
-
Question in Algebra
A very simple algebraic fraction multiplied by a whole number. No cancelling is required by design.
-
Question in Intro Cryptography
A question which asks students to encrypt a number using RSA, then to factor a small public key and find the decryption exponent.
-
Question in Discrete Mathematics
This question aims at getting the students to demonstrate their ability to apply the Euclidean algorithm to find the GCD between two numbers.
We provide two randomly generated numbers and ask the students to enter the steps of the Euclidean algorithm, as well as the GCD between the numbers.
-
Question in post-algebra Arithmetic and Numeracy
No description given
-
Question in Discrete Mathematics
Convert a number given in base 10 to a different base.
-
Question in Discrete Mathematics
Convert a number given in base 10 to a different base.
-
Exam (4 questions) in .Complex Numbers
Quiz covering basic arithmetic with complex numbers, solving a quadratic with complex solutions and converting to/from polar and rectangular forms.
-
Question in pre-algebra Numeracy and Arithmetic
No description given
-
Question in pre-algebra Numeracy and Arithmetic
No description given
-
Question in pre-algebra Numeracy and Arithmetic
No description given
-
Question in pre-algebra Numeracy and Arithmetic
No description given
-
Question in pre-algebra Numeracy and Arithmetic
No description given
-
Question in pre-algebra Numeracy and Arithmetic
No description given
-
Question in pre-algebra Numeracy and Arithmetic
No description given
-
Question in pre-algebra Numeracy and Arithmetic
Counting the number of significant figures.
-
Question in How-tos
Example showing how to mark a "choose one from a list" part where the student has to pick the range a given number lies in.
-
Question in Demos
In the first part, the student is asked to enter dimensions of a box in a spreadsheet.
The values are extracted as a list of numbers by changing the interpreted_answer note in the first part's marking algorithm, and the calculated volume is used as the answer to the second part, through adaptive marking.
-
Question in Peter's workspace
Given some random finite subsets of the natural numbers, perform set operations $\cap,\;\cup$ and complement.
-
Question in Martin's workspace
No description given
-
Question in CHY1201 - Spectroscopy
No description given
-
Question in How-tos
This demonstrates how to:
- Generate a fixed number of observations of data in two categories.
- Display the data in a table, with row and column totals.
- Ask the student to enter the data in a spreadsheet which is automatically marked.
-
Question in NCL MAS1610 / PHY1038
Elementary examples of multiplication and addition of complex numbers. Four parts.
-
Exam (6 questions) in Farai's workspace
In class test contributes about 30% of your assesment work. Make sure you write your REG number.
-
Question in Maura's workspace
This question tests students' ability to use repeated squaring to perform modular exponentiation. Moduli are random numbers between 30 and 70, the base is a number between 10 and 29. To generate questions of approximately uniform difficult the exponent is taken to be 256 plus two smaller powers of 2.