HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBsc CSITSemester 3Data Structure and AlgorithmsUnit 4: Recursion (3 Hrs.)
Chapter Study

Bsc CSIT Semester 3 – Data Structure and Algorithms – Unit 4: Recursion (3 Hrs.)

Comprehensive questions and detailed answers for Unit 4: Recursion (3 Hrs.). Perfect for exam preparation and concept clarity.

4
Questions
20
Marks
Back to All Chapters
1

Explain tail recursion with example. Compare recursion with iteration.

MediumTHEORY5 marks2080(TU Final)
2

Write a program to find GCD of two numbers using recursion.

MediumTHEORY5 marks2081(TU Final)
3

Write a recursive program to find nth fibonacci number.

MediumTHEORY5 marks2078(TU Final)
4

Write a recursive program to find GCD of two numbers.

MediumTHEORY5 marks2077(TU Final)
Showing 4 questions

Questions in Unit 4: Recursion (3 Hrs.)

Explain tail recursion with example. Compare recursion with iteration.

Marks: 5

Year: 2080 Final TU

Tail Recursion (Definition) Definition Tail recursion is a type of recursion in which the recursive call is the last statement executed in the function. No computation is performed after the recur

Write a program to find GCD of two numbers using recursion.

Marks: 5

Year: 2081 Final TU

1. Definition of GCD The Greatest Common Divisor (GCD) of two numbers is the largest positive integer that divides both numbers without leaving a remainder. --- 2. Program to Find GCD Using Recursion

Write a recursive program to find nth fibonacci number.

Marks: 5

Year: 2078 Final TU

Definition The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones: \[ F(0) = 0, \quad F(1) = 1, \quad F(n) = F(n-1) + F(n-2) \text{ for } n \geq 2 \] Ex

Write a recursive program to find GCD of two numbers.

Marks: 5

Year: 2077 Final TU

1. Definition The Greatest Common Divisor (GCD) of two numbers is the largest positive integer that divides both numbers without leaving a remainder. --- 2. Algorithm / Logic (Euclidean Algorithm) T

About Unit 4: Recursion (3 Hrs.) Questions

This page contains comprehensive questions from the Unit 4: Recursion (3 Hrs.) chapter of Data Structure and Algorithms, part of the Bsc CSIT Semester 3 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to Data Structure and Algorithms Chapters

Unit 4: Recursion (3 Hrs.) chapter questions with answers for Data Structure and Algorithms (Bsc CSIT Semester 3). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact

Contact

  • 📧hamiit.dev@gmail.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

© 2026 Hami IT. All rights reserved.