পরীক্ষা আর্কাইভ

৪৯তম বিসিএস ⎯ কম্পিউটার সায়েন্স (CSE) [৯৭১]

পরীক্ষা৪৯তম বিসিএস ⎯ কম্পিউটার সায়েন্স (CSE) [৯৭১]তারিখতারিখ অনির্ধারিতসময়35 minutes
মোট প্রশ্ন৪৭
সিলেবাস
Exam 11 Sets; relations; propositional and predicate logic; Functions and recurrence relations; Counting principles; Graph theory and applications; Number theory: reversions, generating functions; Solving linear systems with Gaussian elimination and Gauss-Jordan elimination; Interpolation: Newton’s formula, Lagrange’s formula; Numerical differentiations and integrations: Trapezoidal, Simpson’s 1/3rd and 3/8th rule [Source: Class–9 and relevant books]
ঘনত্ব
উত্তর
উত্তরিতবর্তমানপুনরায় দেখুনঅসম্পূর্ণ

৪৯তম বিসিএস ⎯ কম্পিউটার সায়েন্স (CSE) [৯৭১]

৪৯তম বিসিএস ⎯ কম্পিউটার সায়েন্স (CSE) [৯৭১] · তারিখ অনির্ধারিত · ৪৭ প্রশ্ন

.
A proposition is:
  1. A statement that is always true
  2.  A statement that is always false
  3. A statement that is either true or false
  4.  A question or command
সঠিক উত্তর:
A statement that is either true or false
উত্তর
সঠিক উত্তর:
A statement that is either true or false
ব্যাখ্যা

Answer: c)
Explanation:
    A proposition is a declarative sentence that can only have a truth value: True (T) or False (F).
    Example: “2 + 3 = 5” → True, “2 + 2 = 5” → False.

Some examples of Propositions:

"Man is Mortal", it returns truth value TRUE
"13 + 8 = 3 2", it returns truth value FALSE
The following is not a Proposition −
"X is less than 2". It is because unless we give a specific value of X, we cannot say whether the statement is true or false

.
The negation of the proposition p: “It is raining” is:
  1. It is raining
  2. It is not raining 
  3.  It may rain
  4. It is sunny
সঠিক উত্তর:
It is not raining 
উত্তর
সঠিক উত্তর:
It is not raining 
ব্যাখ্যা

 Answer: b)
Explanation:
    Negation flips the truth value.
    If p = True → ¬p = False; if p = False → ¬p = True.
Other options:
   a) original statement, not negation.
   c) Uncertain → not logical negation.
   d) Not exact logical negation.

.
The compound proposition p ∧ q is true when:
  1. p is true or q is true
  2.  p is true and q is true
  3. p is false and q is false
  4.  p is true, q is false
সঠিক উত্তর:
 p is true and q is true
উত্তর
সঠিক উত্তর:
 p is true and q is true
ব্যাখ্যা

 Answer: b)
Explanation:
    Conjunction (AND) is True only if both components are True.
 Truth table:
    T ∧ T = T
    T ∧ F = F
    F ∧ T = F
    F ∧ F = F

Other options:
    a) That’s disjunction (OR).
    c) Both false → AND = F.
    d) Only one true → AND = F.

.
A tautology is a proposition that:
  1. Is always true 
  2. Is always false
  3. Is sometimes true
  4. Is undecidable
সঠিক উত্তর:
Is always true 
উত্তর
সঠিক উত্তর:
Is always true 
ব্যাখ্যা

 Answer: a)
Explanation:
    Tautology = compound statement that is true in all cases.
    Example: p ∨ ¬p → always true.

Other options:

    b) Always false → contradiction, not tautology.
    c) Sometimes true → contingency.
    d) Undecidable → not applicable here.

.
The universal quantifier ∀x P(x) means:
  1.  P(x) is true for at least one x
  2.  P(x) is true for all x
  3. P(x) is false for all x
  4.  P(x) is sometimes true
সঠিক উত্তর:
 P(x) is true for all x
উত্তর
সঠিক উত্তর:
 P(x) is true for all x
ব্যাখ্যা

Answer: b)
Explanation:
    ∀ = “for all” → P(x) must be true for every element in domain.

Other options:

    a) That’s existential quantifier ∃.
    c) Negation.
    d) Not precise.

.
Predicate logic: “All humans are mortal” can be represented as:
  1. ∃x(Human(x) → Mortal(x))
  2. ∀x(Mortal(x) → Human(x))
  3. ∀x(Human(x) → Mortal(x)) 
  4. Human(x) ∧ Mortal(x)
সঠিক উত্তর:
∀x(Human(x) → Mortal(x)) 
উত্তর
সঠিক উত্তর:
∀x(Human(x) → Mortal(x)) 
ব্যাখ্যা

Answer: b)

Explanation:
“All humans are mortal”
→ For every individual, if that individual is a human, then they are mortal.

In logic terms, we are stating something about all members of the domain, so we use the universal quantifier ∀.

Predicate representation:
Let Human(x) represent “x is a human”.

Let Mortal(x) represent “x is mortal”.

Logical form: ∀x(Human(x)→Mortal(x)) Read as: “For all x, if x is a human, then x is mortal.”

Why implication (→) is used:
Only humans need to be mortal; non-humans don’t matter.

So we write “if x is human then x is mortal”.

Other options:
a) Existential quantifier → only one human mortal, incorrect.

b) Wrong direction of implication.

d) Doesn’t capture "all".

.
The negation of “All birds can fly” is:
  1. “Some birds cannot fly” 
  2.  “No bird can fly”
  3. “All birds cannot fly”
  4.  “Some birds can fly”
সঠিক উত্তর:
“Some birds cannot fly” 
উত্তর
সঠিক উত্তর:
“Some birds cannot fly” 
ব্যাখ্যা

 Answer: a) “Some birds cannot fly”

 Explanation:

Original statement: “All birds can fly”

In predicate logic: ∀x(Bird(x)→CanFly(x)) - This says: for every bird x, x can fly.
Negation in logic: The negation of a universally quantified statement (∀xP(x)) is: ¬(∀xP(x))≡∃x¬P(x)

Meaning: “It is not true that all birds can fly” → “There exists at least one bird that cannot fly.”

Apply to our statement:

Original: ∀x (Bird(x) → CanFly(x))

Negation: ∃x ¬(Bird(x) → CanFly(x))

Simplify the implication:

Recall:  A→B≡¬A∨B 
          So ¬(A → B) ≡ ¬(¬A ∨ B) ≡ A ∧ ¬B (applying De morgan law)

Apply to our statement: ¬(Bird(x) → CanFly(x)) ≡ Bird(x) ∧ ¬CanFly(x)

This means: “x is a bird AND x cannot fly.”

“There exists at least one x such that x is a bird and x cannot fly.”

In plain English: “Some birds cannot fly.” 

Other options:

b) “No bird can fly” -This is much stronger → states every bird cannot fly. Negation only requires at least one bird cannot fly, not all.

c) “All birds cannot fly” -Same as b) → universal negative, not correct negation.

d) “Some birds can fly” This does not negate “all birds can fly.”

.
If x is a set and the set contains an integer which is neither positive nor negative, then the set x is ____________.
  1. Set is Empty
  2. Set is Non-empty
  3. Set is Finite
  4. Set is both Non-empty and Finite
সঠিক উত্তর:
Set is both Non-empty and Finite
উত্তর
সঠিক উত্তর:
Set is both Non-empty and Finite
ব্যাখ্যা

Answer: (d) Set is both Non-empty and Finite

Explanation:
The integer that is neither positive nor negative is 0. If the set contains such an integer, then it contains at least one element (0), so it is non-empty. And since it contains a specific integer (or a finite number of such integers), the set is finite. So both properties apply.

Others option:

(a) Empty set: Wrong, because the set contains at least one element (0).

(b) Non-empty: Partially correct, but incomplete because we must also note finiteness.

(c) Finite: Also partially correct, but incomplete because non-emptiness is ignored.

.
If x ∈ N and x is prime, then x is ________ set.
  1. Infinite set
  2. Finite set
  3. Empty set
  4. Not a set
সঠিক উত্তর:
Infinite set
উত্তর
সঠিক উত্তর:
Infinite set
ব্যাখ্যা

Answer: (a) Infinite set

Why (a) is correct:
The set {x ∈ N : x is prime} is the set of all prime numbers. The set of primes is well-known to be infinite 

Others option:

(b) Finite set: Wrong, because there are infinitely many primes (no largest prime).

(c) Empty set: Wrong, because the set of primes definitely contains elements (e.g., 2, 3, 5, …).

(d) Not a set: Wrong, because by definition {x ∈ N : x is prime} is a well-defined mathematical set.

১০.
Which of the following is a subset of set {1, 2, 3, 4}?
  1. {1, 2}
  2.  {1, 2, 3}
  3. {1}
  4. All of the mentioned
সঠিক উত্তর:
All of the mentioned
উত্তর
সঠিক উত্তর:
All of the mentioned
ব্যাখ্যা

Answer: (d) All of the mentioned
A set B is a subset of A if every element of B is also an element of A.

{1,2} ⊆ {1,2,3,4}

{1,2,3} ⊆ {1,2,3,4}

{1} ⊆ {1,2,3,4}
So all three options are valid subsets.

১১.
Power set of empty or Null set has exactly ______ subsets.
  1. One 
  2. Two
  3. Zero
  4. Three
সঠিক উত্তর:
One 
উত্তর
সঠিক উত্তর:
One 
ব্যাখ্যা

Answer: a) One

Empty set (∅): A set that contains no elements.

Example: ∅ = {}

Power set (P(S)): The set of all subsets of a set S.

If a set has n elements,
then the power set has 2n subsets.

In empty Set, n=0 elements.

Formula: Number of subsets =2n =20=1
So, the power set of ∅ = { ∅ }

১২.
The cardinality of the Power set of the set {1, 5, 6} is _____________.
  1. 5
  2. 6
  3. 8
  4. 10
সঠিক উত্তর:
8
উত্তর
সঠিক উত্তর:
8
ব্যাখ্যা

Answer: c) 8
Cardinality → the number of elements in a set.

Example: |{2,4,6}| = 3

Power set (P(S)) → the set of all subsets of a set S.

If a set has n elements, its power set has 2n elements (subsets).

Apply to given set

Set given: {1, 5, 6}

Number of elements in S = 3

Formula: ∣P(S)∣=2n=23=8

So, the power set has 8 subsets.

১৩.
What is the complement of a universal set U?
  1. U

  2. U′
  3.  None of these
সঠিক উত্তর:

উত্তর
সঠিক উত্তর:

ব্যাখ্যা

Answer: b)  ∅

Explanation:

Complement of a set A = elements of U not in A.

So, complement of entire universe U = U-U =∅ = empty set

১৪.
If A⊆B, then A∩B=?
  1. A
  2. B
  3. A∪B

সঠিক উত্তর:
A
উত্তর
সঠিক উত্তর:
A
ব্যাখ্যা

 Answer: a) A

Explanation:

If A is inside B, then common elements = A.

Other options:

b) Only if A = B.

c) That equals B, not A.

d) False unless A is ∅

১৫.
Which property must hold for a relation to be symmetric?
  1. (a, a) ∈ R for every a
  2.  If (a, b) ∈ R and (b, c) ∈ R then (a, c) ∈ R
  3. If (a, b) ∈ R then (b, a) ∈ R 
  4.  None of these
সঠিক উত্তর:
If (a, b) ∈ R then (b, a) ∈ R 
উত্তর
সঠিক উত্তর:
If (a, b) ∈ R then (b, a) ∈ R 
ব্যাখ্যা

 Answer: c)
Explanation:
    Symmetric: whenever (a, b) exists, its reverse (b, a) must also exist.
   
Other options:
   b) Transitive property.
   c) Reflexive property.
   d) Wrong

১৬.
Which relation on {1,2,3} is not reflexive?
  1. {(1,1), (2,2), (3,3)}
  2. {(1,1), (2,2)}
  3. {(1,1), (2,2), (3,3), (1,2)}
  4. {(1,1), (2,2), (3,3), (2,3)}
সঠিক উত্তর:
{(1,1), (2,2)}
উত্তর
সঠিক উত্তর:
{(1,1), (2,2)}
ব্যাখ্যা

Answer: b)
Explanation:
    Reflexive requires all (a, a).
   For {1,2,3}, must have (1,1), (2,2), (3,3).
    Option (b) is missing (3,3), so not reflexive.

১৭.
A relation R on set A is called symmetric if:
  1.  (a, b) ∈ R ⇒ (a, a) ∈ R
  2. (a, b) ∈ R ⇒ (b, a) ∈ R 
  3. (a, b), (b, c) ∈ R ⇒ (a, c) ∈ R
  4.  None of these
সঠিক উত্তর:
(a, b) ∈ R ⇒ (b, a) ∈ R 
উত্তর
সঠিক উত্তর:
(a, b) ∈ R ⇒ (b, a) ∈ R 
ব্যাখ্যা

Answer: b)
Explanation:
    Symmetric means order doesn’t matter: if a is related to b, then b is related to a.
Other options:
    a) Wrong, not symmetric definition.
    c) This is transitive definition.
    d) Wrong, (b) is correct.

১৮.
A function from set A to set B is defined as:
  1. A relation where every element of A is related to exactly one element of B
  2. A relation where every element of A is related to at most one element of B
  3. A relation where every element of B is related to one element of A
  4. Any arbitrary relation between A and B
সঠিক উত্তর:
A relation where every element of A is related to exactly one element of B
উত্তর
সঠিক উত্তর:
A relation where every element of A is related to exactly one element of B
ব্যাখ্যা

Answer: a)
Explanation:
    A function maps each element of domain A to exactly one element in codomain B.
    Example: f(x) = x² maps every real number x to exactly one square value.
Other options:
    a) “At most one” → could allow no mapping, which is invalid.
    c) Wrong: not every B must be mapped.
    d) Arbitrary relation does not guarantee function properties

১৯.
A function f: A → B is one-to-one (injective) if:
  1. Different elements of A map to different elements of B
  2. Every element of B is mapped by some element of A
  3. f(x) = f(y) for all x, y
  4. None of these
সঠিক উত্তর:
Different elements of A map to different elements of B
উত্তর
সঠিক উত্তর:
Different elements of A map to different elements of B
ব্যাখ্যা

Answer: a)
Explanation:
    Injective: no two distinct inputs give the same output.
    Example: f(x)=2x is injective.


Other options:
    b) That’s surjective.
    c) That would mean constant function.
    d) Wrong.

২০.
Mathematical induction is a method of proving:
  1. Statements involving real numbers
  2. Statements involving rational numbers
  3. Statements involving all natural numbers
  4. Statements involving irrational numbers
সঠিক উত্তর:
Statements involving all natural numbers
উত্তর
সঠিক উত্তর:
Statements involving all natural numbers
ব্যাখ্যা

Answer: c)  

Mathematical induction is a proof technique used to prove that a statement P(n) is true for all natural numbers n∈N.

Idea:
If something is true for the first natural number (usually n=1), and if whenever it’s true for some n=k,
it’s also true for n=k+1, then it must be true for all natural numbers.

Steps:

Base Case: Show that the statement is true for the first natural number (often n=1).

Inductive Hypothesis: Assume the statement is true for n=k.

Inductive Step: Prove that if it’s true for n=k, then it’s true for n=k+1. n∈N.

Mathematical induction applies specifically to natural numbers because: Natural numbers are well-ordered (every non-empty subset has a least element).

They are discrete and successive (each has a "next" number).

Induction relies on moving step by step from 1 → 2 → 3.

২১.
Which of the following is not a step in induction?
  1. Base case
  2. Induction hypothesis
  3. Inductive step
  4. Proof by contradiction
সঠিক উত্তর:
Proof by contradiction
উত্তর
সঠিক উত্তর:
Proof by contradiction
ব্যাখ্যা

 Answer: d)

Steps of induction:
1.    Base case
2.    Assume statement true for n=k (hypothesis)
3.    Prove for n=k+1 (inductive step)
d) Proof by contradiction is different proof technique, not part of induction.

২২.
If P(n) is true for n=1 and P(k) ⇒ P(k+1), then P(n) is true for:
  1. Some n
  2. Only for odd n
  3.  All n ≥ 1
  4.  Only for even n
সঠিক উত্তর:
 All n ≥ 1
উত্তর
সঠিক উত্তর:
 All n ≥ 1
ব্যাখ্যা

Answer: c)
Explanation:
    By induction principle → truth propagates forward from base case → true for all natural numbers n ≥ 1.
Wrong options:
    a) Not “some”, but all.
    b) Odd only → false.
    d) Even only → false.

২৩.
A graph is defined as:
  1. A collection of vertices only
  2.  A collection of edges only
  3. A collection of vertices and edges
  4.  A tree with cycles
সঠিক উত্তর:
A collection of vertices and edges
উত্তর
সঠিক উত্তর:
A collection of vertices and edges
ব্যাখ্যা

 Answer: c)
Explanation:
    A graph G= (V, E) consists of a set of vertices (nodes) and set of edges (connections).
    Example: Social network users = vertices, friendships = edges.
Wrong options:
    a) Only vertices → incomplete.
    b) Only edges → meaningless without vertices.
    d) Graphs can have cycles, but not all are trees.

২৪.
A tree is a connected graph with:
  1. No vertices
  2. No edges
  3. No cycles 
  4.  Maximum edges
সঠিক উত্তর:
No cycles 
উত্তর
সঠিক উত্তর:
No cycles 
ব্যাখ্যা

 Answer: c)
Explanation:
    Tree = connected + acyclic graph.
    Example: Computer file system.

Wrong options:
    a) Trivial, not valid.
    b) A single vertex without edges is a trivial tree, but general definition = connected + no cycles.
    d) Trees have minimum edges, not maximum.

২৫.
A recurrence relation is:
  1.  A formula expressing the nth term of a sequence in terms of previous terms 
  2.  A formula expressing the sum of a sequence
  3.  A method for generating graphs
  4. None of these
সঠিক উত্তর:
 A formula expressing the nth term of a sequence in terms of previous terms 
উত্তর
সঠিক উত্তর:
 A formula expressing the nth term of a sequence in terms of previous terms 
ব্যাখ্যা

Answer: a)
Explanation:
    Recurrence relation expresses each term in terms of previous terms.
    Example: Fibonacci sequence: F(n) = F(n-1) + F(n-2).

 Wrong options:
    b) Sum formula → not recurrence.
    c) Graph generation → unrelated.

২৬.
The sequence defined by:  an = 2an-1 +n,   n0=1 is?
  1. Linear homogeneous
  2. Linear non-homogeneous 
  3. Nonlinear
  4. Quadratic
সঠিক উত্তর:
Linear non-homogeneous 
উত্তর
সঠিক উত্তর:
Linear non-homogeneous 
ব্যাখ্যা

Answer b)
Types of Recurrence Relations

Linear Homogeneous Recurrence Relation

General form: an=c1an−1+c2an−2+⋯+ cnkn−k
​Only involves previous terms, no extra “free” terms.
Example: an=3an−1−2an−2.
Linear Non-Homogeneous Recurrence Relation

General form: an=c1an−1+c2an−2+⋯+ ckan−k+ f(n)

Same as homogeneous, but with an extra function f(n) (non-zero).
Example: an=2an−1+n.

Nonlinear Recurrence Relation

If the terms involve powers, products, or non-linear functions of an−1, an−2, ….
Example: an= (an−1)2+3.

Quadratic Recurrence Relation
A special kind of nonlinear relation where terms involve squares, e.g., an=(an−1)2
 
Analyze the Given Recurrence:  an = 2an-1 +n
The recurrence involves only the first previous term (an−1).

Coefficient of an−1 is 2 (linear dependence).

There is an extra term +n.

This is an explicit function of n.

This makes it non-homogeneous.

Wrong options:

a) Homogeneous → RHS must be 0.
c) Nonlinear → depends on powers/products of a_(n-1).
d) Quadratic → no quadratic term in given equation like (an−1​)2 or n2

২৭.
The generating function of a sequence {an} is:
  1. A polynomial in n
  2. A power series whose coefficients are an
  3. A recurrence relation
  4. A sum of numbers
সঠিক উত্তর:
A power series whose coefficients are an
উত্তর
সঠিক উত্তর:
A power series whose coefficients are an
ব্যাখ্যা

Answer: b)
Explanation:
    Generating function G(x) = a0 + a1 x + a2 + …
    Encodes sequence into a power series, useful for combinatorial analysis.
Wrong options:
    a) Polynomial = finite, generating function may be infinite series.
    c) Recurrence = formula, not function.
    d) Sum = only part of series.

২৮.
The Fibonacci sequence is defined by:
  1.  F(n) = F(n-1) × F(n-2)
  2. F(n) = F(n-1) + F(n-2) 
  3. F(n) = n²
  4. F(n) = n!
সঠিক উত্তর:
F(n) = F(n-1) + F(n-2) 
উত্তর
সঠিক উত্তর:
F(n) = F(n-1) + F(n-2) 
ব্যাখ্যা

Answer: b)
Explanation:
Classic Fibonacci sequence:
F(0) = 0, F(1) = 1, 
F(n) = F(n-1) + F(n-2), n ≥ 2.
Sequence: 0,1,1,2,3,5,8,13,21, …

So
the correct definition is addition of the two previous terms
Wrong options:
    a) Product → not Fibonacci.
    c) n² → simple formula, not recurrence.
    d) n! → factorial, not recurrence.

২৯.
Gaussian elimination method is mainly used for solving:
  1. Differential equations
  2. Linear equations
  3.  Quadratic equations
  4.  Non-linear equations
সঠিক উত্তর:
Linear equations
উত্তর
সঠিক উত্তর:
Linear equations
ব্যাখ্যা

Answer: b)

Explanation:

Gaussian elimination reduces a system of linear equations to row echelon form for solving.

Wrong options:

(a) Differential eqns use other methods (Euler, Runge-Kutta).

(c) Quadratic eqns solved by quadratic formula.

(d) Non-linear equs need iteration (Newton-Raphson).

৩০.
In Gaussian elimination, the process of eliminating variables below the pivot is called:
  1. Pivoting
  2.  Back substitution
  3. Forward elimination
  4. Scaling
সঠিক উত্তর:
Forward elimination
উত্তর
সঠিক উত্তর:
Forward elimination
ব্যাখ্যা

Answer: c) 

Explanation:

Forward elimination → eliminate coefficients below pivot.

Back substitution comes later.

৩১.
Which one is the Iterative root-finding method for nonlinear equations
  1. Gaussian elimination
  2. Gauss–Jordan
  3. Cramer’s rule
  4. Newton–Raphson 
সঠিক উত্তর:
Newton–Raphson 
উত্তর
সঠিক উত্তর:
Newton–Raphson 
ব্যাখ্যা

Answer: d)
Newton–Raphson Method:

Iterative root-finding method for nonlinear equations.

Formula: xn+1 =xn−f( xn) / f′(xn)
 ​Starts with an initial guess x0 and improves it step by step until convergence.

a) Gaussian elimination→ → Direct method → reduces the matrix to row echelon form in finite steps. No repeated approximation involved.

b) Gauss–Jordan → → Direct method → reduces augmented matrix to reduced row echelon form.

Provides solution directly, no iteration required.


c) Cramer’s rule→ →   Direct method → uses determinants to solve linear systems→ Finite calculation, no iteration.

 

৩২.
Which of the following is the correct formula for the Newton–Raphson method?
  1. xn+1 = xn+ f( xn) / f′(xn)
  2. xn+1 = xn−f( xn) / f′(xn)
  3. xn+1 = xn−f′(xn) / f( xn)
  4. xn+1 = xn+f′(xn) / f( xn)
সঠিক উত্তর:
xn+1 = xn−f( xn) / f′(xn)
উত্তর
সঠিক উত্তর:
xn+1 = xn−f( xn) / f′(xn)
ব্যাখ্যা

Newton–Raphson Method:

Iterative root-finding method for nonlinear equations.

Formula: xn+1 =xn−f( xn) / f′(xn)
 ​Starts with an initial guess x0 and improves it step by step until convergence.

৩৩.
f(x)=2x3+5x2-7x+6 is the polynomial of degree
  1. Two
  2. Three
  3. One
  4. Four
সঠিক উত্তর:
Three
উত্তর
সঠিক উত্তর:
Three
ব্যাখ্যা

Answer: b)
Explanation:
The degree of a polynomial is determined by the highest power of the variable present in the expression.
In the given polynomial, f(x) = 2x3 - 5x2 + 7x + 6 
The powers of (x) in these terms are 3, 2, 1, and 0 (for the constant term (6), which can be written as ( 6x^0 )), respectively. The highest among these powers is 3, making the degree of the polynomial three

৩৪.
Polynomial interpolation is used to compute:
  1. Values of argument
  2. Integration
  3. Differentiation
  4.  None of the above
সঠিক উত্তর:
Values of argument
উত্তর
সঠিক উত্তর:
Values of argument
ব্যাখ্যা

Answer: a) Values of argument
Explanation:

 Polynomial Interpolation: Polynomial interpolation is a numerical method used to construct a polynomial P(x) that passes exactly through a set of given data points (x0, y0), (x1, y1), ..., (xn, yn).

Once the polynomial is constructed, it can be used to estimate or compute the value of the function at any point 
x within the data range.

Purpose
Compute values of the argument: P(x)≈f(x) for any x within the range of known points.

This is especially useful when the exact functional form of f(x) is unknown, but discrete data points are available.


Other options:

b) Integration →→Integration can be approximated using formulas like Trapezoidal or Simpson’s rule, sometimes using interpolated values, but interpolation itself is not directly for integration.


c) Differentiation →→Numerical differentiation can also use polynomial derivatives, but interpolation’s main goal is to find function values, not derivatives.


d) None of the above  →answer a)

৩৫.
The error in the Trapezoidal rule is of order:
  1. h
  2. h2
  3. h3
  4. h4
সঠিক উত্তর:
h2
উত্তর
সঠিক উত্তর:
h2
ব্যাখ্যা

 Answer: b) h2
Explanation:

Option Analysis:
a) h→ first-order methods (like Euler’s method) have error ∝ h.
c) h3 → Simpson’s 1/3rd rule has error ∝ h4 (fourth-order accurate).
d) h4 → too high for Trapezoidal Rule, applies to Simpson’s 1/3rd rule.

৩৬.
Apply Gauss Elimination method to solve the following equations.
2x – y + 3z = 9
x + y + z = 6
x – y + z = 2
  1. x= -13, y = 1, z = -8
  2.  x = 13, y = 1, z = -8
  3. x = -13, y = 4, z = 15
  4. X = 5, y = 14, z = 5
সঠিক উত্তর:
x = -13, y = 4, z = 15
উত্তর
সঠিক উত্তর:
x = -13, y = 4, z = 15
ব্যাখ্যা

Answer: c
Explanation:
2x – y + 3z = 9 ……….(i)
x + y + z = 6 ……………………(ii)
x – y + z = 2 ……………………(iii)
To eliminate x, operate (ii) – (iii)
y = 4
Now, operate (i) – 2(ii),
-3y + z = 3
Now by back substitution,
z = 15
x + 4 +15 = 6
X = -13.

৩৭.
Newton–Raphson method fails when --------------
  1. f'(x) is negative
  2.  f'(x) is too large 
  3.  f'(x)= 0
  4. Never fails
সঠিক উত্তর:
 f'(x)= 0
উত্তর
সঠিক উত্তর:
 f'(x)= 0
ব্যাখ্যা

Answer: c)  f'(x)= 0 
Newton–Raphson Formula: xn+1 =xn−f( xn) / f′(xn)

This formula updates an approximation xn to a better estimate xn+1 of the root.

Derivative f′(xn) is in the denominator

When the Method Fails:
If f′(xn​)=0:

xn+1=xn−f(xn)/0→ division by zero!
This is undefinedNewton–Raphson fails.

৩৮.
The process of calculating the derivative of a function at some particular value of the independent variable by means of a set of given values of that function is —
  1. Numerical value
  2. Numerical differentiation
  3. Numerical integration
  4. Quadrature
সঠিক উত্তর:
Numerical differentiation
উত্তর
সঠিক উত্তর:
Numerical differentiation
ব্যাখ্যা

Answer: b) Numerical differentiation
 Explanation:

Numerical differentiation is the process of approximating derivatives of functions using discrete data points.

If instead we approximate integrals, it’s called numerical integration (or quadrature).

৩৯.
The process of evaluating a definite integral from a set of tabulated values of the integrand f(x) is —
  1.  Numerical value
  2. Numerical differentiation
  3. Numerical integration 
  4. Quadrature
সঠিক উত্তর:
Numerical integration 
উত্তর
সঠিক উত্তর:
Numerical integration 
ব্যাখ্যা

Explanation:
When we approximate integrals using values of , it’s called Numerical Integration (also called Quadrature).

Correct Answer: c) Numerical integration

৪০.
While applying Simpson’s 3/8 rule the number of subintervals should be:
  1. Odd
  2. 8
  3. Even
  4. Multiple of 3
সঠিক উত্তর:
Multiple of 3
উত্তর
সঠিক উত্তর:
Multiple of 3
ব্যাখ্যা

Correct Answer: d) Multiple of 3
Explanation:

৪১.
To calculate the value of I using Romberg’s method ___ method is used
  1. Trapezoidal rule 
  2. Simpson’s rule 
  3.  Simpson’s 1/3 rule
  4.  Simpson’s 3/8 rule
সঠিক উত্তর:
Trapezoidal rule 
উত্তর
সঠিক উত্তর:
Trapezoidal rule 
ব্যাখ্যা

 Answer: a) Trapezoidal rule
Explain:

Romberg’s method is a numerical integration technique that improves the accuracy of integral approximation using extrapolation. It is based on the Trapezoidal rule.

The key idea: Compute trapezoidal approximations for different step sizes and then use Richardson extrapolation to improve accuracy.
It generates a triangular table of values R(i, j) where each new value refines the previous approximation

৪২.
Least squares line fitting requires:
  1.  Solve normal equations 
  2. Trapezoidal rule
  3.  Euler’s method
  4. Gaussian elimination only
সঠিক উত্তর:
 Solve normal equations 
উত্তর
সঠিক উত্তর:
 Solve normal equations 
ব্যাখ্যা

Answer: a) Solve normal equations 

Other options :

b) Trapezoidal rule is for numerical integration, not solving linear equations or fitting lines.

  Least squares doesn’t require integration; it requires solving algebraic equations.

c) Euler’s method is a numerical method for solving differential equations.

Least squares fitting involves algebraic minimization, not differential equations.

d) Gaussian elimination only can be used to solve the normal equations once they are formed.

But forming the normal equations is the essential step in least squares.

৪৩.
In Gauss–Jordan method, the final matrix:
  1. Upper triangular
  2. Reduced row echelon form 
  3. Lower triangular
  4.  Singular
সঠিক উত্তর:
Reduced row echelon form 
উত্তর
সঠিক উত্তর:
Reduced row echelon form 
ব্যাখ্যা

Answer: b) Reduced row echelon form 
 Gauss–Jordan Method:
Gauss–Jordan elimination is an extension of Gaussian elimination.

Objective: Solve a system of linear equations Ax=b
Key steps:
Convert the augmented matrix [A∣b] into row echelon form (like Gaussian elimination).
Continue eliminating above and below each pivot to transform it into Reduced Row Echelon Form (RREF).
In RREF: Each pivot element = 1
All other entries in the pivot column = 0
Leading 1s appear to the right as you move down the rows
This allows direct reading of the solution from the final matrix. 
Other options:
a) Upper triangular matrix appears in Gaussian elimination, not Gauss–Jordan.
c) Lower triangular has zeros above the diagonal, used in LU decomposition sometimes.
Gauss–Jordan does not produce a lower triangular matrix.
d) Singular means determinant = 0, i.e., no unique solution.
Gauss–Jordan can work with singular or non-singular matrices, but the final form is not necessarily singular.
This option is irrelevant to the method itself.
 
Step 3: Key Insight

৪৪.
Least squares method is most useful when:
  1.  Data has random errors 
  2. Data is exact
  3.  Function is already known perfectly
  4. No data is available
সঠিক উত্তর:
 Data has random errors 
উত্তর
সঠিক উত্তর:
 Data has random errors 
ব্যাখ্যা

Answer: a)

Explanation:

(a) Correct → Least squares helps when data has noise/errors.

(b), (c), (d) Wrong → no need of approximation in exact or no-data cases.

৪৫.
Least squares approximation of degree 1 polynomial gives:
  1.  Straight line
  2.  Parabola
  3. Cubic curve
  4. Circle
সঠিক উত্তর:
 Straight line
উত্তর
সঠিক উত্তর:
 Straight line
ব্যাখ্যা

Answer: a) 
Explanation:

Polynomial degree determines the type of curve:

Degree 1straight line
Degree 2parabola
Degree 3cubic curve
Higher degrees more complex curves
Least squares degree 1 linear regression straight line.

৪৬.
Runge–Kutta 4th order method (RK4) is popular because:
  1. Very simple but very inaccurate
  2.  Balances accuracy and computational cost 
  3. Always exact
  4. Only works for linear ODEs
সঠিক উত্তর:
 Balances accuracy and computational cost 
উত্তর
সঠিক উত্তর:
 Balances accuracy and computational cost 
ব্যাখ্যা

Answer: b)

Explanation: Runge–Kutta 4th order method 

(b) Correct → RK4 is widely used due to good accuracy with reasonable computation.

৪৭.
The purpose of numerical methods for Ordinary Differential Equations (ODEs) is to:
  1.  Find exact solution always
  2. Eliminate differential equations
  3.  Approximate solution when exact solution is difficult 
  4. Solve algebraic equations
সঠিক উত্তর:
 Approximate solution when exact solution is difficult 
উত্তর
সঠিক উত্তর:
 Approximate solution when exact solution is difficult 
ব্যাখ্যা

Answer: c)
Explanation:

 a) Find exact solution always
False, numerical methods do not give exact solutions, only approximations.

b) Eliminate differential equations 
False. We don’t eliminate ODEs, we approximate their solution.

c) Approximate solution when exact solution is difficult
Correct. This is the main purpose of numerical methods for ODEs.

d) Solve algebraic equations 

False. ODE numerical methods deal with differential equations, not general algebraic equations (unless the ODE is discretized into algebraic form).