This is the first ever blog which provides you all the collection of the previous year papers at one place

you can find here all the previous year papers of uttarakhad technical university and also some useful notes and books related to Engineering


Following are the some of the Advantages of Opt-in Form :-

  • You will be notified whenever any new post will be posted.
  • it will keep you updated.
  • It’s awesome to be in touch with the technical blog!)

Monday, 20 July 2026

// // Leave a Comment

UTU Vernacular Architecture Question Paper 2022 | B.Arch 5th Semester TAR - 504

Use the UTU previous year question paper for Vernacular Architecture with paper code TAR - 504, exam year 2022 while preparing for B.Arch 5th Semester exams. The page gives quick context about the subject, university, level, paper code and exam year, then keeps the question paper in its paper-style layout below. It is useful for revision planning, checking marks distribution, comparing repeated topics and understanding how the university framed the paper in that exam session.

The summary identifies the university, course, semester, subject, paper code and exam year. These details make it easier to select the right paper for revision and compare it with other papers from the same course. The questions include areas such as VERNACULAR, examples, neat, sketches, features, form, which can help students organize subject revision and practice.

  • UniversityUttarakhand Technical University (UTU)
  • CourseB.Arch
  • Level5th Semester
  • SubjectVernacular Architecture
  • Paper codeTAR - 504
  • Exam year2022
Read More
// // Leave a Comment

UTU Interior Design Question Paper 2022 | B.Arch 5th Semester TAR - 507

Use the UTU previous year question paper for Interior Design with paper code TAR - 507, exam year 2022 while preparing for B.Arch 5th Semester exams. The page gives quick context about the subject, university, level, paper code and exam year, then keeps the question paper in its paper-style layout below. It is useful for revision planning, checking marks distribution, comparing repeated topics and understanding how the university framed the paper in that exam session.

The paper is also useful for students collecting UTU previous year papers by branch, semester or exam year. Keeping the identifying information near the top helps avoid confusion between similar subjects, similar paper codes and different exam sessions. Subject areas represented in the questions include DESIGN, INTERIOR, Differentiate, texture, four, furniture, alongside the full paper structure shown below.

  • UniversityUttarakhand Technical University (UTU)
  • CourseB.Arch
  • Level5th Semester
  • SubjectInterior Design
  • Paper codeTAR - 507
  • Exam year2022
Read More
// // Leave a Comment

UTU Building Services II Question Paper 2022 | B.Arch 5th Semester TAR 505

For B.Arch 5th Semester revision, this UTU Building Services II question paper with paper code TAR 505, exam year 2022 helps students confirm whether they have found the correct paper before studying the questions. The details here support searches for the subject, course, semester or year, paper code and previous year paper queries. Students can use the paper to review section structure, marks allocation, answer length expectations and the topic areas that appeared in the exam.

The summary identifies the university, course, semester, subject, paper code and exam year. These details make it easier to select the right paper for revision and compare it with other papers from the same course. This examination covers topics including Differentiate, types, distribution, working, Pressure, wire; students can use the list to plan focused revision.

  • UniversityUttarakhand Technical University (UTU)
  • CourseB.Arch
  • Level5th Semester
  • SubjectBuilding Services II
  • Paper codeTAR 505
  • Exam year2022
Read More
// // Leave a Comment

UTU Architectural Structures V Question Paper 2022 | B.Arch 5th Semester TAR - 503

Use the UTU previous year question paper for Architectural Structures V with paper code TAR - 503, exam year 2022 while preparing for B.Arch 5th Semester exams. The page gives quick context about the subject, university, level, paper code and exam year, then keeps the question paper in its paper-style layout below. It is useful for revision planning, checking marks distribution, comparing repeated topics and understanding how the university framed the paper in that exam session.

Review the details table first to confirm the course, subject and code, then use the paper body for question-by-question practice. The related links help students move between the course archive, subject archive and paper-code archive without turning the post into a download page. This examination covers topics including design, concrete, section, slab, load, reinforced; students can use the list to plan focused revision.

  • UniversityUttarakhand Technical University (UTU)
  • CourseB.Arch
  • Level5th Semester
  • SubjectArchitectural Structures V
  • Paper codeTAR - 503
  • Exam year2022
Read More
// // Leave a Comment

UTU Construction and Materials VII Question Paper 2022 | B.Arch 3rd Semester AR - 502

The UTU Construction and Materials VII question paper with paper code AR - 502, exam year 2022 for B.Arch 3rd Semester is organized with the details students normally need before practice. The introduction identifies the course and paper code, while the paper body below keeps the question sequence, tables, marks and visual layout aligned with the exam paper. Use it for exam practice, syllabus cross-checking, topic revision and finding related UTU papers from the same subject or course.

The summary identifies the university, course, semester, subject, paper code and exam year. These details make it easier to select the right paper for revision and compare it with other papers from the same course. Topics covered in this paper include gypsum, CONSTRUCTION, List, steel, Differentiate, down, giving students a concise overview of the examination coverage.

  • UniversityUttarakhand Technical University (UTU)
  • CourseB.Arch
  • Level3rd Semester
  • SubjectConstruction and Materials VII
  • Paper codeAR - 502
  • Exam year2022
Read More

Monday, 28 May 2018

// // 1 comment

UTU Data Structures Back Paper 2016 | B.Tech 3rd Sem


UTU Previous Year Exam Papers






B Tech III Semester Back Paper Examination - 2016
TCS 303 - DATA STRUCTURES


Time : 3 Hours

Note :  (i) Attempt ALL questio ns.

(ii) All Questions carry equal marks.
(iii) Be precise in your answer.
Total Marks : 100


1. Attempt any four parts of th e following:  (5 × 4 = 20)

(a) Write the traversing a lgorithm for a linear array.
(b) Write down algorithm  for evaluation of prefix expression using stack?
(c) What do you mean b y malloc() and calloc() functions? Explain.
(d) What is a data structu re? Differentiate between primitive and non- primitive data structure?
(e) Explain the following term:

i)
Time complex ity
ii) Sparse matrix
2.
Attempt any four parts of th e following:
(5 × 4 = 20)

(a) Write a program in C to concatenate two singly linked list.
(b) Write a C program for deleting a node from the specified position in the linked list.
(c) Give short notes on:
i) Dequeue ii) Priority queue
(d) Write a C program to implement a queue using linked list.

(e) What is doubly link ed list? Write an algorithm for insertion of a n element in a doubly linked list.

3. Attempt any two parts of the following: (10 × 2 = 20)


(a) Discuss the array representation of the binary tree. Write a C progra m that will count all the nodes of a binary tree .
(b) Define AVL tree. Starting with an empty tree, built the AVL tree b fo llowing sequence of
insertion E,K,B,N,L,P,F,M. Also label the rotations according to their types.

(c) Write an algorithm fo r insertion in a Binary Search Tree. Show the Binary Search tree built from a sequence of in sertion for the following sequence of keys: ,16 ,11,14,6,3,17,19,13,1,5

4. Attempt any two parts of the following: (10 × 2  = 20)


(a) Describe the concept of binary search techniques and also write its algorithm. Is it efficient than sequential search .
(b) Explain the following with their complexities:
i) Insertion sorting ii) Selection sorting.
(c) Write an algorithm to implement merge sort. Discuss its efficiency. A lso sort the following

numbers:
25, 57, 48, 37, 12, 92, 86, 33.

5.
Attempt any two parts of the following:
(10 × 2  = 20)

(a) Write short notes on:
i) B+ tree ii) Indexed Sequential files

(b) What is hashing? Giv e the characteristics of hash function. What are different methods of handling overflow in hashing?

(c) Explain the structure of indexed sequential files? What is difference between sequential file and indexed sequenti al file?

How to use this UTU paper

This UTU Data Structures Back Paper 2016 | B.Tech 3rd Sem resource is useful for understanding Uttarakhand Technical University question patterns for 2nd sem, CSE branch, 2016 exam. Review the repeated units, important numerical questions, definitions and long-answer topics before making your revision plan. Compare this paper with nearby semester papers to identify common subjects and frequently asked concepts.

For more related downloads, browse 2nd Year Papers, 3rd Year Papers, and 4th Year Papers.

Read More

Tuesday, 9 January 2018

// // Leave a Comment

UTU Business Communication Paper | B.Tech 1st Sem

Last Year Paper of BUSINESS COMMUNICATION of Uttarakhand Technical University UTU 
you can find Last year question paper and study notes of Uttarakhand Technical University (UTU) here 

Last Year Paper of BUSINESS COMMUNICATION UTU 
B.C.A First Semester Examination-2018
Business Communication




Time Duration: Three Hours 
Total Marks: 70 

Instruction: Attempt any five questions. All questions carry equal marks.

Q1.  What is perceptual organization? Discuss Gestalt’s laws of

        perceptual organization.

Q2.  Discuss the cognitive theory of learning. Also delineate the

        differences between Behavioral school and cognitive schools

        of learning.

Q3.  What is Motivation? Discuss various theories of Motivation 

        and  how they are important in learning?                                    

Q4.  What do you mean by communication? Discuss various barriers

        to the communication.

Q5.  What is written communication? Discuss the various advantages

        written communication has over oral communication.

Q6.  Discuss various techniques and methods used for the appraisal

        or assessment of personality.

Q7.  Define any of the five terms:

       a). Perception

       b). Social learning theories

       c). Upward communication

       d). Personality

       e). Public Speaking

       f). Needs for motivation

       g). Ingredients of successful presentation

How to use this UTU paper

This UTU Business Communication Paper | B.Tech 1st Sem resource is useful for understanding Uttarakhand Technical University question patterns for 1st sem, previous year exam. Review the repeated units, important numerical questions, definitions and long-answer topics before making your revision plan. Compare this paper with nearby semester papers to identify common subjects and frequently asked concepts.

For more related downloads, browse 1st Year Papers, 3rd Year Papers, and 4th Year Papers.

Read More