My Cart
Your Cart 0

    Your cart is empty.

  • Total (Amount) ₹0.00
Previous year question hub

Functions of Single Variable - Calculus - Engineering Sciences Previous Year Questions

Practice Functions of Single Variable - Calculus - Engineering Sciences previous year questions organised from real papers, with year-wise coverage and clear topic navigation.

18Papers
18Years
47Questions
1Topics

Functions of Single Variable question pattern

Every graph below is calculated only from this selection.

Questions by year

Compare question counts across years.

Difficulty distribution

How the classified questions are distributed by difficulty.

Easy 28 59.6%
Medium 19 40.4%

Question type distribution

MCQ, numerical, multiple-select and other formats found in these papers.

MCQ 38 80.9%
Numerical Answer Type (NAT) 9 19.1%

Subject weightage

Top subjects by unique question coverage.

Engineering Sciences
47 Qs

Most asked topics

Top topics across the included previous year papers.

Calculus
47 Qs

Subtopic coverage

Top subtopics inside this exact selection.

Functions of Single Variable
47 Qs

Paper coverage

Question coverage for the most populated papers. Every active PYP paper remains listed below.

Engineering Sciences (XE) 2024
2 Qs
Engineering Sciences (XE) 2023
1 Qs
Engineering Sciences (XE) 2022
2 Qs
Engineering Sciences (XE) 2021
2 Qs
Engineering Sciences (XE) 2020
2 Qs
Engineering Sciences (XE) 2019
1 Qs
Engineering Sciences (XE) 2018
5 Qs
Engineering Sciences (XE) 2017
1 Qs
Engineering Sciences (XE) 2016
4 Qs
Engineering Sciences (XE) 2015
3 Qs
Engineering Sciences (XE) 2014
4 Qs
Engineering Sciences (XE) 2013
3 Qs
Engineering Sciences (XE) 2012
2 Qs
Engineering Sciences (XE) 2011
3 Qs
Engineering Sciences (XE) 2010
3 Qs
Engineering Sciences (XE) 2009
1 Qs
Engineering Sciences (XE) 2008
4 Qs
Engineering Sciences (XE) 2007
4 Qs

Included previous year papers

Newest papers appear first. Search these papers or sort by year and name.

Paper nameYearPDFAttempt
Engineering Sciences (XE) 20242024
2 questions in this view
2024
Engineering Sciences (XE) 20232023
1 questions in this view
2023
Engineering Sciences (XE) 20222022
2 questions in this view
2022
Engineering Sciences (XE) 20212021
2 questions in this view
2021
Engineering Sciences (XE) 20202020
2 questions in this view
2020
Engineering Sciences (XE) 20192019
1 questions in this view
2019
Engineering Sciences (XE) 20182018
5 questions in this view
2018
Engineering Sciences (XE) 20172017
1 questions in this view
2017
Engineering Sciences (XE) 20162016
4 questions in this view
2016
Engineering Sciences (XE) 20152015
3 questions in this view
2015
Engineering Sciences (XE) 20142014
4 questions in this view
2014
Engineering Sciences (XE) 20132013
3 questions in this view
2013
Engineering Sciences (XE) 20122012
2 questions in this view
2012
Engineering Sciences (XE) 20112011
3 questions in this view
2011
Engineering Sciences (XE) 20102010
3 questions in this view
2010
Engineering Sciences (XE) 20092009
1 questions in this view
2009
Engineering Sciences (XE) 20082008
4 questions in this view
2008
Engineering Sciences (XE) 20072007
4 questions in this view
2007

All Functions of Single Variable previous year questions

Practice every matching question in batches of 20, with every available option.

1
2007 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2007
Which of the following statements are true in a C program?
P: A local variable is used only within the block where it is defined, and its sub-blocks
Q: Global variables are declared outside the scope of all blocks
R: Extern variables are used by linkers for sharing between other compilation units
S: By default, all global variables are extern variables
Open complete paper
2
2007 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2007
Let \( L = \lim_{x \to \pi/2} \frac{\sin^2 2x}{(x - \pi/2)^2} \). Then \( L \) is equal to
Open complete paper
3
2007 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2007
Let \( f : \Re \to \Re \) be a twice differentiable real valued function such that \( f(1/n) = 1 \) for \( n = 1, 2, 3, ... \). Then
Open complete paper
4
2007 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2007
Let \( f(x) = \int_{0}^{x^2} \sin \sqrt{t} dt \) for \( x \geq 0 \). Then \( f'(\pi/2) \) is equal to
Open complete paper
5
2008 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2008
The hypotenuse \( c \) and a side \( b \) of a right triangle are found by measurement to be 13 cm and 5 cm respectively. The possible error in the measurement of the hypotenuse is 0.2 cm and that in the side \( b \) is 0.1 cm. The maximum possible error (in cm) in the calculation of the third side is
Open complete paper
6
2008 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2008
The root of the derivative of f(x) in the same interval is
Open complete paper
7
2008 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2008
The value of
\[ \left( \int_{0}^{\pi/2} (\sin \theta)^{-1/4} d\theta \right) \times \left( \int_{0}^{\pi/2} (\sin \theta)^{-3/4} d\theta \right) \] is
Open complete paper
8
2008 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2008
A C function named func is defined as follows:
int func(int a, int b) {
if ( (a == 1) || (b == 0) || (a == b) ) return 1;
return func(a-1,b) + func(a-1,b-1);
}
What is the result of func(4,2) ?
Open complete paper
9
2009 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2009
Let \(f(x)\) be continuous and satisfy \(m \leq f(x) \leq M\) in \(1 \leq x \leq 10\). Then, \(\mu = \frac{\int_{1}^{10} (f(x)x^{2})dx}{\int_{1}^{10} (x^{2})dx}\) satisfies
Open complete paper
10
2010 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2010
Which of the following options is the closest in meaning to the word below:
Circuitous
Open complete paper
11
2010 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2010
The integral \( \int_{1}^{\infty} x^{-6} dx \) is
Open complete paper
12
2010 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2010
Let \(f(x) = \begin{cases} \frac{\sin x}{x} & \text{if } x \neq 0 \\ 1 & \text{if } x=0. \end{cases}\) Then
Open complete paper
13
2011 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2011
The function \(f(x)\) defined by \(f(x) = \begin{cases} 3 - x^2, & x \leq 1, \\ 3 - x, & 1 < x \leq 2, \\ x - 1, & x > 2, \end{cases}\) has
Open complete paper
14
2011 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2011
Given that f(y) = | y | / y, and q is any non-zero real number, the value of | f(q) - f(-q) | is
Open complete paper
15
2011 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2011
The integral $\int_{-5\pi/2}^{5\pi/2} f(x)dx$, where $f(x) = e^{\pi x^2} \sin^5 x + 4\cos x$, equals
Open complete paper
16
2012 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2012
If \((1.001)^{1259} = 3.52\) and \((1.001)^{2062} = 7.85\), then \((1.001)^{3321} =\)
Open complete paper
17
2012 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2012
If \(f(x) = x\sin(x)\) and \(g(x) = |x|\sin(x)\), then
Open complete paper
18
2013 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2013
Velocity of an object fired directly in upward direction is given by \( V = 80 - 32 t \), where \( t \) (time) is in seconds. When will the velocity be between 32 m/sec and 64 m/sec?
Open complete paper
19
2013 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2013
If \( |1 - 2X + 9| = 3 \) then the possible value of \( |1 - X| - X^2 \) would be:
Open complete paper
20
2013 · Engineering Sciences · Calculus · Functions of Single Variable
Engineering Sciences (XE) 2013
The value of the integral \(\int_0^1 \frac{dt}{\sqrt{(-\log_e t)}}\) is
Open complete paper

Showing 20 of 47 questions