Basic Computer Programming-Supl-merged
Basic Computer Programming-Supl-merged
B) Write a program to read 10 elements from the user by using array and display the (6)
squares of the elements.
OR
B) Write a program to find minimum number in an array containing five elements of (6)
integer type.
C) Define string in C? Write syntax to declare character array. How to initialize Character (6)
array?
1
ii. Ichalakranji is_____________________Manchester of ________
Maharashtra.
iii. Ramesh is ______________union leader in _______ Tata Steel.
B) Fill in the blanks with correct preposition.(along, into, along with, since, in, for) L1/CO4 6
i. Leela has been writing _______________morning.
ii. Lakhan lived in India ________________ten years.
iii. _____________Patel, Nehru also addressed the meeting.
iv. He jumps ___________the river.
v. The mobile is __________the box.
vi. He walked ____________the road.
C) a) Rewrite the following sentences as per suggested in the brackets: L1/CO4 6
i. She ________(go) to her village yesterday. (Simple Past Tense)
ii. I ______________(live) here in this village since a long time.(Present
Perfect Continuous Tense)
iii. Neeta ____________(work) in the factory everyday.(Simple Present
Tense)
b) Write the antonyms for the following words:
i. Abundance
ii. Arrogant
iii. Timid
2
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Regular and Supplementary Examination – Summer 2024
Course: B. Tech. Branch: Common to All Branches Semester : II
Subject Code & Name: (BTHM204/CS1204) Communication Skills
Max Marks: 60 Date: 20/06/2024 Duration: 3 Hrs.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO) on
which the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve any TWO of the Following:
A) Explain in your own words the cycle of communication. L3/CO1 6
B) ‘In the process of personality development non-verbal communication L2/CO1 6
contributes more than the verbal communication’, justify.
C) If you come across a statement that one of the reasons of unemployment in L2/CO1 6
India is – the youngsters are inefficient at communication skills; taking into
consideration this statement, how will you make yourself more employable
than others?
Page 1 of 2
Q.4 Solve the following:
A) Use appropriate articles: L2/CO4 4
i) ……. fire damaged the building.
ii) Shekhar bought …… book to gift his friend.
iii) .... earthquake damaged the town.
iv) ……. ocean cannot be pumped dry.
B) Fill in the blank: L2/CO4 4
i. There was nobody …… the room. (in / off / into)
ii. Shyam arrived …… air. (on / in / by)
iii. What do you know ……the teacher? (about / on / over)
iv. You can see me ……four o’clock. (in / on / after)
C) Do as directed: L2/CO4 4
i) Sarita had studied in this college for 5 years. (Rewrite using present
perfect tense)
ii) Himanshu was going to Mumbai next week. (Rewrite the correct
sentence)
iii) Liberty (Suggest a synonym)
iv) Nice (Suggest an antonym)
Page 2 of 2
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Supplementary Examination – Summer 2023
Course: B. Tech. Branch: All Branches
Subject Code & Name: (BTHM104) Communication Skills
Max Marks: 60 Date: 17/08/2023 Duration: 3 Hrs.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO) on which the
question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve any TWO of the following:
A) Explain various elements of communication? L3/CO1 6
B) What are the types of reading? According to you, which type of reading is L3/CO1 6
more important in the profession life?
C) Write short notes on any two of the following: L3/CO1 6
i) Verbal communication
ii) Non-verbal communication
Page 1 of 2
Q.4 Solve the following:
A) Use appropriate articles: L2/CO4 4
i) ……. fire damaged the building.
ii) Shekhar bought …… book to gift his friend.
iii) .... earthquake damaged the town.
iv) ……. ocean cannot be pumped dry.
B) Fill in the blank: L2/CO4 4
i. There was nobody …… the room. (in / off / into)
ii. Shyam arrived …… air. (on / in / by)
iii. What do you know ……the teacher? (about / on / over)
iv. You can see me ……four o’clock. (in / on / after)
C) Do as directed: L2/CO4 4
i) Sarita had studied in this college for 5 years. (Rewrite using present
perfect tense)
ii) Himanshu was going to Mumbai next week. (Rewrite the correct
sentence)
iii) Liberty (Suggest a synonym)
iv) Nice (Suggest an antonym)
Page 2 of 2
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Supplementary Examination – Winter 2023
Course: B. Tech. Branch: All Branches Semester: I/II
Subject Code & Name: (BTHM204/ CS1204) Communication Skills
Max Marks: 60 Date: 30-01-24 Duration: 3 Hours
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO) on
which the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve any TWO of the following:
A) ‘The non-verbal communication contributes more to an effective L3/CO2 6
communication than the verbal communication does’, justify.
B) What elements make the cycle of communication complete? How? L3/CO2 6
C) According to you, what are the ways to deal with psychological, physical L3/CO1 6
and linguistic barrier to communication?
Write an algorithm and draw a flowchart for a program to print sum and average of ‘n’
B)
natural numbers.
A) Write a program to find the maximum number from 3 numbers enter by user.
B) Explain any three types of operators along with it’s precedence and associativity.
C) Write a program to create simple calculator to perform addition, subtraction, division, and
multiplication operations.
B) Write a program to print factorial of a given number using while and also, write the
program using do….while loop.
B) Write a program to perform the following operations on the string (With and without using
library function):
1. find length of string 2. copy 3. concatenation 4. reverse.
C) Write syntax of following Concepts of C:
1. Array 2. Switch 3. Function
A) Write a program in C to create a structure of student with fields such as Student Name,
Roll Number and Marks of two subjects as its members. Calculate average of two subjects.
Read the details of ‘n’ students from user and then display the data in this format.
Roll No. Name Sub1 Sub2 Total Average
B) Write a program in C to create a structure having named as Books consists of title, author,
subject, book_id as its members. Read the details of five books from user and then display
the data entered by the user on Screen (Use array of structure).
C) Define structure with suitable example. What is difference between structure and Union?
(Level/CO) Marks
B) What is difference between high level language and low level language explain with CO1 6
example
C) What are types of errors in C. Explain in details with suitable example CO1 6
A) Define Keywords? What are the rules to declare Keyword? Can we declare keyword CO2 6
as a variable name.
B) Write a program to print following pattern CO2 6
*
* *
* * *
* * * *
* * * * *
C) What is difference between while loop and do while loop C Program to CO2 6
numeric value
B) Write a program to perform Multiplication of two 3x2 matrices if matrix elements are CO3 6
entered by user.
C) Write a program and draw a flowchart to check given number is even or odd CO3 6
A) What do you mean by function? Give the proper syntax to define declare and call CO4 6
function.
B) Write a program to calculate factorial of a number using function. CO4 6
C) CO4 6
Explain following c string functions.write a program to illustrate the following
functions
1.Strlen
2.Strcpy
2.Strcat
A) What is difference between array and Structure? Explain with suitable example and CO5 6
syntax.
B) Write a program to enter Student details such as Name, Department, PRN using CO5 6
structure.
C) Write a program to enter and print data of three books which contain. its Name, CO6 6
A) What is error? What are different types of errors? Explain in detail. CO1 6
B) Define algorithm. Write algorithm to calculate simple interest and compound interest. CO1 6
C) Define the following terminologies: i. IDE ii. Editor iii. Program CO1 6
A) What are the differences between equality and assignment operator explain with CO2 6
10 + 20 - 30/2
B) Write a c program to check whether a number entered by the user is an perfect number CO3 6
or not.
C) Write syntax of the following: i. Switch Case ii. While loop iii. For Loop CO3 6
B) What is a function? Explain function declaration, function definition and function CO4 6
calling.
C) Write a c program to demonstrate following string function: CO4 6
A) What is difference between array and Structure? Explain with suitable example and CO5 6
syntax.
B) Write a c program using structure to print data of a student with individual CO5 6
name, author, publisher). Read the data of 6 books from the user and display the data
entered by the user on the screen.
*** End ***
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Supplementary Examination Summer 2024
Course: B. Tech. Branch: [Common To All Branches] Semester : I
Subject Code & Name: Computer Programming in C [BTES104]
Max Marks: 60 Date: 06/07/2024 Duration: 3 Hr.
A) Draw the flowchart and write algorithm to calculate area of circle. CO1 6
C) What are the differences between high level and low level language? CO1 6
B) What are different data types in c. Explain with suitable example and diagram. CO2 6
A) Write a program to calculate sum and square of randomly entered n numbers using CO3 6
for loop.
B) Write a program to check maximum between three numbers. CO3 6
A) Write a program to print addition and subtraction of two matrices by taking input CO5 6
syntax.
C) Write a program in C to create a structure having information about books (book id, CO6 6
name, author, and publisher). Read the data of 6 books from the user and display the
data entered by the user on the screen.
*** End ***
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Supplementary Examination Summer 2024
Course: B. Tech. Branch: [Common To All Branches] Semester : I
Subject Code & Name: Computer Programming in C [BTES104]
Max Marks: 60 Date: 06/07/2024 Duration: 3 Hr.
A) Draw the flowchart and write algorithm to calculate area of circle. CO1 6
C) What are the differences between high level and low level language? CO1 6
B) What are different data types in c. Explain with suitable example and diagram. CO2 6
A) Write a program to calculate sum and square of randomly entered n numbers using CO3 6
for loop.
B) Write a program to check maximum between three numbers. CO3 6
A) Write a program to print addition and subtraction of two matrices by taking input CO5 6
syntax.
C) Write a program in C to create a structure having information about books (book id, CO6 6
name, author, and publisher). Read the data of 6 books from the user and display the
data entered by the user on the screen.
*** End ***
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Supplementary Semester Examination – 2023
Course: B. Tech. Branch : All Branches Semester : I
Subject Code & Name: Computer Programming in C [BTES104]
Max Marks: 60 Date: 17/08/2023 Duration: 03:00 Hrs.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO) on which
the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Attempt the following questions. [12]
A) Define the flowchart. Explain the use of any Five flowchart symbols with the Understand
diagrammatic notation.
B) What do you mean by the algorithm? Write a simple algorithm to add two Application
integers. Convert the algorithm written for addition of two numbers into the
flowchart.
C) Write a program in C. Two integer numbers are given as a input to program and Application
the output of the program is addition of the two integers using function which
returning the addition of the given numbers.
B) Write a program in C to find the average of n numbers given as an input by user Application
using array. Also, display on the average of n numbers on the screen.
A) Explain the structure with proper syntax. With proper syntax give an example for Remember
declaring the structure variable. Write the syntax for nested structure with
proper example.
B) Write a C program to Store Information of Students and display the information Application
on screen using structure.
C) Write a program in C. Two integer numbers are given as a input to program and Application
the output of the program is addition of the two integers using function which
returning the addition of the given numbers.
B) Write a program in C to find the average of n numbers given as an input by user Application
using array. Also, display on the average of n numbers on the screen.
A) Explain the structure with proper syntax. With proper syntax give an example for Remember
declaring the structure variable. Write the syntax for nested structure with
proper example.
B) Write a C program to Store Information of Students and display the information Application
on screen using structure.
(i) Algorithm (ii) Flowchart (iii) Program (iv) Syntax Error (v)
Instructions
C) Explain Program Development Process in detail. CO1 6
A) Define Constant? What are the rules to declare Constant? Give the example of CO2 6
Constant declaration .
B) Write a program and draw a flowchart to print sum and average of N natural number CO2 6
i) Tokens in C
ii) Data Types in C
B) Write a program to perform addition and subtraction of two 2x2 matrices if matrix CO3 6
A) What do you mean by function? Give the proper syntax to define declare and call CO4 6
function.
B) Write a program to calculate area of circle using function. CO4 6
A) What is Structure? Explain with suitable example. Write syntax of structure CO5 6
B) Write a program to enter Employee details such as Salary Name, Department, Age CO5 6
using structure.
C) Write a program to enter and print data of four books which contain. its Name, Author CO6 6
C) How one can improve the energy conservation in home appliances like Remember/CO3 6
refrigerator and Air conditioner? Explain.
A) Define Noise pollution. What are the effects of noise pollution on humans Remember/CO5 6
and wildlife?
B) Explain the concept of BOD and COD used for measuring water pollution. Remember/CO5 6
C) What causes the thermal pollution? How can we prevent thermal pollution? Remember/CO5 6
How can thermal pollution be prevented?
Q.2. Draw the following views of the object shown in the figure 1, in the X direction.
i) Front view (6)
ii) Top view (6)
Q.3. a) The front view of a 75 mm long line measures 55 mm. The line is parallel to the
H.P. and one of its ends is in the V.P. and 25 mm above the H.P. Draw the
projections of the line and determine its inclination with the V.P. (6)
Q.4. A hexagonal pyramid, base 25 mm side and axis 50 mm long, has an edge of its base
on the ground (H.P.). Its axis is inclined at 30° to the ground and parallel to the V.P.
Draw its projections. (12)
Q.5. A hexagonal pyramid, base 30 mm side and axis 65 mm long, is resting on its base on
the H.P. with two edges parallel to the V.P. It is cut by a section plane, perpendicular
to the V.P. inclined at 45° to the H.P. and intersecting the axis at a point 25 mm
above the base. Draw the front view, sectional top view, sectional side view and true
shape of the section. (12)
Q.6. Figure 2 shows Front View (FV) and Top View (TV) of an object by third angle
projection method. Draw its isometric view. (12)
C) Explain in detail Hot Lime-Soda process of softening of water with its advantages 2 06
and disadvantages.
B) Discuss the term Phase & Degree of freedom involved in Phase Rule equation with 1 06
examples.
***END***
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY,LONERE
Regular & Supplementary Winter Examination-2023
Course: B. Tech Branch: Common to All Branches Sem: I
Subject: Engineering Chemistry Subject code:BTBS102
Marks: 60 Date:03-01-24 Duration: 3 Hr.
Instructions to the Students:
1. All the questions are compulsory.
2. Draw a neat diagram wherever necessary
3. Figures to right indicates full marks
(Level Marks
/CO)
Q.1 Solve Any TWO of the following.
A) Explain the determination of hardness of water by EDTA method. 2 06
B) Discuss the term Phase & Degree of freedom involved in Phase Rule equation with 1 06
examples.
--x-x-x-x-x-x-x--
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY
LONERE, RAIGAD-402103
SUPPLEMENTARY EXAMINATION - SUMMER 2022
Branch: B. Tech Semester: I & II
Subject with Code: Engineering Chemistry (CHM103/ CHM203) Marks: 60
Date: Time: 3 Hrs.
C) Explain in detail Ion exchange process of softening of water with its advantages and 2 06
disadvantages.
Q.2 Solve Any TWO of the following.
A) Explain Phase diagram of two component Ag-Pb alloy system. 2 06
B) Discuss the term Phase & Component involved in Phase Rule equation with 1 06
examples.
B) What are Fuels? How are they classified? State the characteristic of good fuel. 2 06
Fig-1
c. Draw the Front view & Top view of following points CO-2 03
i) Point A 15mm below HP and 20mm behind VP
ii) Point B in VP and 20mm above HP
iii) Point C in HP and 25mm in front of VP
Q.2 Draw the Front view in X- direction , Top view and Side view of the CO-4 12
following sketch by First angle Method of Projection (Fig.2)
Fig:2
Q.3 Attempt the following questions
a. Horizontal Line AB 75mm long is inclined to VP by 400 . Point A is 20mm CO-2 04
above HP and 15mm in front of VP. Complete the projections and find its
Plan Length and Elevation Length.
b. A regular Pentagon of 40mm side is resting in VP on one of its edges with CO-2 08
0
surface inclined to VP by 45 . Complete the projections.
OR
c. A Rectangular Plate of 70 x 40 mm sides resting on edge ,is inclined in such a CO-2 08
way that it is observed as a Square of 40x 40 mm in the TOP VIEW.
Complete the projections and find inclination of plate with HP.
b. A true shape of the cut section of Cube 50mm side is Rhombus with largest CO-3 12
possible major diagonal. Complete the projections and show FV, TV and true
shape of the section.
Q.6 Draw the Isometric View of the following object (Fig-3).
CO-4 12
Fig-3
********************
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
SupplementaryWinter Examination – 2023
Course: B. Tech. Branch : All Branches Semester :II
Subject Code & Name: BTES203G & Engineering Graphics
Max Marks: 60 Date:19-01-24 Duration: 4 Hr.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO) on
which the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve Any Two of the following. 12
A) Draw the following sentence according to drawing standard SP 46. (or any Remember 6
other standard convention)
GOOD job, INSTAGRAM, Work is Worship.
B) Draw a regular pentagon of 30 mm side. Remember 6
C) Explain different methods of dimensioning by drawing suitable diagrams. Understand 6
Q.2 Solve Any one of the following. 12
A) Fig, shows the pictorial view of an object, draw its front view looking from 12
direction of X, TV and left hand side view by using First angle Projection Apply
method.
B) Fig, shows the pictorial view of an object, draw its front view looking from 12
direction of X, TV and right hand side view by using Third angle Apply
Projection method.
Fig-1
c. Draw the Front view & Top view of following points CO-2 03
i) Point A 15mm below HP and 20mm behind VP
ii) Point B in VP and 20mm above HP
iii) Point C in HP and 25mm in front of VP
Q.2 Draw the Front view in X- direction , Top view and Side view of the CO-4 12
following sketch by First angle Method of Projection (Fig.2)
Fig:2
Q.3 Attempt the following questions
a. Horizontal Line AB 75mm long is inclined to VP by 400 . Point A is 20mm CO-2 04
above HP and 15mm in front of VP. Complete the projections and find its
Plan Length and Elevation Length.
b. A regular Pentagon of 40mm side is resting in VP on one of its edges with CO-2 08
0
surface inclined to VP by 45 . Complete the projections.
OR
c. A Rectangular Plate of 70 x 40 mm sides resting on edge ,is inclined in such a CO-2 08
way that it is observed as a Square of 40x 40 mm in the TOP VIEW.
Complete the projections and find inclination of plate with HP.
b. A true shape of the cut section of Cube 50mm side is Rhombus with largest CO-3 12
possible major diagonal. Complete the projections and show FV, TV and true
shape of the section.
Q.6 Draw the Isometric View of the following object (Fig-3).
CO-4 12
Fig-3
********************
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Supplementary Examination – Summer 2022
Course: B. Tech. Branch : All Branches Semester : II
Subject Code & Name: BTES203G Engineering Graphics
Max Marks: 60 Date:12/01/2023 Duration: 3 Hr.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO) on
which the question is based is mentioned in ( ) in front of the question.
3. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve Any Two of the following.
A) Construct regular hexagon of 40 mm side by general method keeping two Remember 6
opposite sides vertical.
B) Draw the projections of following points on the same XY line by keeping the Understand 6
30 mm distance between two successive projectors
i. Point A 20mm above H.P. and 35mm behind V.P.
ii. Point B 35mm below H.P. and 30mm behind V.P.
iii. Point C 45mm above H.P. and 30mm in front of V.P.
iv. Point D 50mm below H.P. and 25mm in front of V.P.
v. Point E 40mm above H.P. and 40mm behind V.P.
vi. Point P 20mm in front of V.P. and 20mm below H.P.
Fig. 1.2
Q. 3 Solve Any One of the following.
A) A line AB has its end A 12 mm above the HP and 10 mm in front of the V.P. Evaluate 12
The end B is 50 mm above the HP and the line is inclined at 30º to the H.P.
The distance between end projectors of the line is 50 mm. Draw the
projections of the line, find its inclination with V.P. and locate traces.
B) A hexagon plane of 40 mm side, has its corner A in the H.P. The surface of Evaluate 12
the plane is inclined at 40º to H.P. and the diagonal containing that corner A
is inclined at 35º to the VP. Draw its projections.
Q.4 Solve any one of the following.
A) A hexagonal pyramid of 30 mm base side and 60 mm long axis has an edge Evaluate 12
of its base on the ground and the axis inclined at 30º to the HP. The edge of
the base on which it rests is inclined at 45º to the VP. Draw its projections.
B) Draw the projections of a cone, having a base with a 50 mm diameter and a Evaluate 12
60 mm axis, when it is resting on the ground on a point of its base circle
with the axis inclined at 30º to the HP and the top view of the axis is
inclined at 45º with the VP.
Q. 5 Solve Any One of the following.
A) A hexagonal prism of base 30mm and axis 60mm long is resting on HP on Evaluate 12
one of its bases with two of the vertical faces are perpendicular to VP. It is
cut by a plane inclined at 45º to the top base and it is passing through a point
20 mm from top of the axis. Draw its front view and sectional top view.
B) Fig.1.3 Shows two views of an object, draw an Isometric view of it. Also Synthesize 12
mentioned the basic difference between Isometric view and Isometric
Projection.
Fig.1.3
*** End ***
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Supplementary Examination – Summer 2024
Course: B. Tech. (Common to all Branches) Semester : I
Subject Name & Code: Engineering Mathematics – I (BTBS101)
Max Marks: 60 Date:29.06.2024 Duration: 3 Hrs.
Instructions to the Students:
1. All the questions are compulsory.
2. Use of non-programmable scientific calculators is allowed.
3. Assume suitable data wherever necessary and mention it clearly.
Marks
Q. 1 Solve Any Two of the following. 12
Solve the equations:
A) 6
𝒙 + 𝟐𝒚 + 𝟒𝒛 + 𝒘 = 𝟎 ; 𝟐𝒙 + 𝟒𝒚 + 𝟖𝒛 + 𝟐𝒘 = 𝟎 ; 𝟑𝒙 + 𝟔𝒚 + 𝟐𝒛 = 𝟎
𝟏 𝟐 −𝟏
B) Verify the Cayley – Hamilton theorem for the matrix 𝑨 = [𝟐 −𝟏] and hence find 𝑨 . 6
Also determine 𝑨−𝟏 .
C) Find the eigen values and corresponding eigen vectors of the matrix 𝑨 = [ 𝟖 −𝟔 𝟐 ]. 6
−𝟔 𝟕 −𝟒
𝟐 −𝟒 𝟑
Q.2 Solve Any Two of the following: 12
𝝏 𝝏 𝝏 𝟐 −𝟗
A) If 𝒖 = 𝐥𝐨𝐠(𝒙𝟑 + 𝒚𝟑 + 𝒛𝟑 − 𝟑𝒙𝒚𝒛) , show that ( + + ) 𝒖 = . 6
𝝏𝒙 𝝏𝒚 𝝏𝒛 (𝒙+𝒚+𝒛)𝟐
𝝏𝒖 𝝏𝒖 𝝏𝒖
C) If 𝒖 = 𝒇(𝒚 − 𝒛, 𝒛 − 𝒙, 𝒙 − 𝒚), show that 𝝏𝒙
+ 𝝏𝒚 + 𝝏𝒛 = 𝟎. 6
𝝅 𝝅
𝒄𝒐𝒔𝒚
B) Change the order of integration and evaluate ∫𝟎𝟐 ∫𝒙𝟐 ( ) 𝒅𝒙 𝒅𝒚. 6
𝒚
C) Evaluate the integral 𝑰 = ∫𝒂 ∫𝒙 ∫𝒙+𝒚 𝒆𝒙+𝒚+𝒛 𝒅𝒛 𝒅𝒙 𝒅𝒚 6
𝟎 𝟎 𝟎
*** End ***
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
End Semester Examination – Winter 2022
Course: B. Tech. (Common to all Branches) Semester : I
Subject Code & Name: Engineering Mathematics – I (BTBS 101)
Max Marks: 60 Date: Duration: 3 Hrs.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO)
on which the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve Any Three of the following. 12
Reduce to the Normal form and find the rank of the given matrix. Understand/
CO1
1 2 0 1
A) 2 1 1 0 4
A
3 3 1 1
1 1 1 1
Find the eigen value & eigen vector for least positive eigen value of the Understand/
1 0 1 CO1
matrix: A 1 2 1
C) 4
2 2 3
1 0 2 Understand/
D) Verify Cayley Hamilton theorem for the matrix A 0 2 1 CO1
4
2 0 3
C) 2 xy y 4
x 2 xy y 2 CO2
du Understand/
D) Find when u xy 2 x 2 y , x at 2 , y 2at
dt CO2
a a2 x2 Understand/
B) Change the order of integration f ( x, y ) dydx CO5 4
0 0
Find eigen values & eigen vector for largest eigen value for the matrix [ ] Understand 6
B)
(CO1)
Understand
B) If ( ), prove that 6
(CO2)
Understand
C) If ( ) then find the value of 6
(CO2)
A) ( ) dx Understand
Evaluate ∫ 6
(CO4)
Understand
C) Trace the curve ( ), ( ). 6
(CO4)
Q. 5 Solve Any Two of the following. 12
1 z z–x
2 2
Understand
A) Evaluate xz dx dy dz 6
0 0 0 (CO5)
2 Understand
B) Find the area bounded by y = 4x and 2x – 3y = – 4. 6
(CO5)
Understand
– (x2+ y2)
C) Change to polar and evaluate e dx dy. 6
(CO5)
0 0
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Supplementary Examination – Summer 2024
Course: B. Tech. (Common to all Branches) Semester : I
Subject Name & Code: Engineering Mathematics – I (BTBS101)
Max Marks: 60 Date:29.06.2024 Duration: 3 Hrs.
Instructions to the Students:
1. All the questions are compulsory.
2. Use of non-programmable scientific calculators is allowed.
3. Assume suitable data wherever necessary and mention it clearly.
Marks
Q. 1 Solve Any Two of the following. 12
Solve the equations:
A) 6
𝒙 + 𝟐𝒚 + 𝟒𝒛 + 𝒘 = 𝟎 ; 𝟐𝒙 + 𝟒𝒚 + 𝟖𝒛 + 𝟐𝒘 = 𝟎 ; 𝟑𝒙 + 𝟔𝒚 + 𝟐𝒛 = 𝟎
𝟏 𝟐 −𝟏
B) Verify the Cayley – Hamilton theorem for the matrix 𝑨 = [𝟐 −𝟏] and hence find 𝑨 . 6
Also determine 𝑨−𝟏 .
C) Find the eigen values and corresponding eigen vectors of the matrix 𝑨 = [ 𝟖 −𝟔 𝟐 ]. 6
−𝟔 𝟕 −𝟒
𝟐 −𝟒 𝟑
Q.2 Solve Any Two of the following: 12
𝝏 𝝏 𝝏 𝟐 −𝟗
A) If 𝒖 = 𝐥𝐨𝐠(𝒙𝟑 + 𝒚𝟑 + 𝒛𝟑 − 𝟑𝒙𝒚𝒛) , show that ( + + ) 𝒖 = . 6
𝝏𝒙 𝝏𝒚 𝝏𝒛 (𝒙+𝒚+𝒛)𝟐
𝝏𝒖 𝝏𝒖 𝝏𝒖
C) If 𝒖 = 𝒇(𝒚 − 𝒛, 𝒛 − 𝒙, 𝒙 − 𝒚), show that 𝝏𝒙
+ 𝝏𝒚 + 𝝏𝒛 = 𝟎. 6
𝝅 𝝅
𝒄𝒐𝒔𝒚
B) Change the order of integration and evaluate ∫𝟎𝟐 ∫𝒙𝟐 ( ) 𝒅𝒙 𝒅𝒚. 6
𝒚
C) Evaluate the integral 𝑰 = ∫𝒂 ∫𝒙 ∫𝒙+𝒚 𝒆𝒙+𝒚+𝒛 𝒅𝒛 𝒅𝒙 𝒅𝒚 6
𝟎 𝟎 𝟎
*** End ***
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY,
LONERE – RAIGAD 402 103
End Semester Examination – 2022
-------------------------------------------------------------------------------------------------------
Branch: B. Tech. Semester: II
Q. 1
(a) Find all the values of (𝒊)𝟏/𝟒 . [4 𝑀𝑎𝑟𝑘𝑠]
𝒙𝟐 𝒚𝟐 𝒙𝟐 𝒚𝟐
(i) + =𝟏 (ii) − =𝟏. [4 𝑀𝑎𝑟𝑘𝑠]
𝐜𝐨𝐬𝐡𝟐 𝑩 𝐬𝐢𝐧𝐡𝟐 𝑩 𝐬𝐢𝐧𝟐 𝑨 𝐜𝐨𝐬 𝟐 𝑨
𝒅𝒚
(b) Solve: 𝒙 + 𝒚 = 𝒙𝟑 𝒚𝟔 . [4 𝑀𝑎𝑟𝑘𝑠]
𝒅𝒙
(c) Solve: (𝒙𝟐 − 𝟒𝒙𝒚 − 𝟐𝒚𝟐 )𝒅𝒙 + (𝒚𝟐 − 𝟒𝒙𝒚 − 𝟐𝒙𝟐 )𝒅𝒚 = 𝟎. [4 𝑀𝑎𝑟𝑘𝑠]
𝒅𝟑 𝒚 𝒅𝟐 𝒚 𝒅𝒚
(b) Solve: −𝟑 +𝟒 − 𝟐𝒚 = 𝒆𝒙 + 𝐜𝐨𝐬 𝒙. [4 𝑀𝑎𝑟𝑘𝑠]
𝒅𝒙𝟑 𝒅𝒙𝟐 𝒅𝒙
𝒅
(c) Solve: (𝑫𝟑 − 𝑫𝟐 − 𝟔𝑫)𝒚 = 𝟏 + 𝒙𝟐 ; 𝑫 ≡ . [4 𝑀𝑎𝑟𝑘𝑠]
𝒅𝒙
(b) Find Fourier series for 𝒇(𝒙) = 𝒙𝟑 in the range (−𝝅, 𝝅). [6 𝑀𝑎𝑟𝑘𝑠]
(i) 𝛁𝒓𝒎
(ii) 𝛁𝒓 . [4 𝑀𝑎𝑟𝑘𝑠]
(b) Find the value of the constant 𝜆 such that the vector field defined by
***************************************************************
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Winter Examination – (Supplementary) 2023
Course: B. Tech. Branch : B. Tech (Common to All) Semester : II
Subject Code & Name: Engineering Mathematics-II (BTBS 201)
Max Marks: 60 Date:15.01.2024 Duration: 3 Hr.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO) on
which the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve Any Two of the following. 12
A) Understand 6
Find all the values of
(CO1)
B) Understand 6
If prove that ( )
(CO1)
C) Understand 6
If , prove that ( )
. (CO1)
𝝏𝒛 𝝏𝒛 𝟐 𝝏𝒛 𝝏𝒛
(a) If 𝒛 (𝒙 + 𝒚) = 𝒙𝟐 + 𝒚𝟐 , show that (𝝏𝒙 − ) = 𝟒 (𝟏 − 𝝏𝒙 − 𝝏𝒚). [4 𝑀𝑎𝑟𝑘𝑠]
𝒚
𝝏𝟐 𝒗 𝝏𝟐 𝒗 𝝏𝟐 𝒗
(b) If 𝑣 = 𝐥𝐨𝐠(𝒙𝟐 + 𝒚𝟐 + 𝒛𝟐 ), prove that (𝒙𝟐 + 𝒚𝟐 + 𝒛𝟐 ) (𝝏𝒙𝟐 + 𝝏𝒚𝟐 + 𝝏𝒛𝟐 ) = 𝟐. [4 𝑀𝑎𝑟𝑘𝑠]
𝒙 𝒚 𝝏𝒖 𝝏𝒖
(c) If 𝒖 = 𝐬𝐢𝐧−𝟏 (𝒚) + 𝐭𝐚𝐧−𝟏 (𝒙), Prove that 𝒙 𝝏𝒙 + 𝒚 𝝏𝒚 = 𝟎. [4 𝑀𝑎𝑟𝑘𝑠]
(d) If 𝒛 = 𝒇(𝒙, 𝒚), where 𝒙 = 𝒆𝒖 + 𝒆−𝒗 and 𝒚 = 𝒆−𝒖 − 𝒆𝒗 , then show that
𝝏𝒛 𝝏𝒛 𝝏𝒛 𝝏𝒛
− 𝝏𝒗 = 𝒙 𝝏𝒙 − 𝒚 𝝏𝒚. [4 𝑀𝑎𝑟𝑘𝑠]
𝝏𝒖
Q. 3 Solve any THREE:
𝒚𝒛 𝒛𝒙 𝒙𝒚 𝝏(𝒖,𝒗,𝒘)
(a) If 𝑢 = , 𝒗= , 𝒘= , show that = 𝟒. [4 𝑀𝑎𝑟𝑘𝑠]
𝒙 𝒚 𝒛 𝝏(𝒙,𝒚,𝒛)
𝒂 𝒕
(d) Trace the curve = 𝒂 𝐜𝐨𝐬 𝒕 + 𝟐 𝐥𝐨𝐠 𝐞 𝐭𝐚𝐧𝟐 ( 𝟐) ; 𝒚 = 𝒂 𝐬𝐢𝐧 𝒕 (Tractix) . [4 𝑀𝑎𝑟𝑘𝑠]
8 2
(b) Evaluate √(𝟏 + 𝒙𝟒 ) dxdy. [4 𝑀𝑎𝑟𝑘𝑠]
03
y
1 y xy
(c) Evaluate xy2 z3 dx dy dz. [4 𝑀𝑎𝑟𝑘𝑠]
0 0 0
***************************************************************
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Regular & Supplementary Summer 2024
Course: B. Tech. Branch : Common To all Branches Semester : 2
Subject Code & Name: BTES203 & Engineering Mechanics
Max Marks: 60 Date:18/06/2024 Duration: 3 Hr.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO) on
which the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve Any Two of the following. 12
A) Two forces acting on a body are 500 N and 1000 N as shown in Figure CO1 6
below. Determine the third force F such that the resultant of all the three
forces is 1000 N directed at 45° to x-axis.
B) Find the magnitude of the two forces, such that if they act at right angles, CO1 6
their resultant is √ N . But if they Act at 60°, their resultant is √ N.
C) a) What is the difference between coplanar concurrent forces and non CO1 3+3=
concurrent forces? 6
b) Give an example of Free Body Diagram for a beam subjected to UDL
and point load.Assume suitable support conditions.
C) Remember 6
The sum of two forces is 9N. Their resultant which is perpendicular to
the smaller force is of 6N. Find the magnitude of the forces.
Fig. 1
C) A uniform wheel of 600 mm diameter, weighing 5 kN rests against a rigid CO2 6
rectangular block of 150 mm height as shown in Fig. 2.
Fig. 2
Find the least pull, through the centre of the wheel, required just to turn the
wheel over the corner A of the block. Also find the reaction on the block.
Take all the surfaces to be smooth.
Q.2 Solve Any Two of the following. 12
A) a) What are the characteristics of a couple? CO1 6
b) Fig. 3 shows a crank-lever ABC with a tension spring (T). The lever
weighs 0.2 N/mm. Determine the tension developed in the spring, when a
load of 100 N is applied at A.
Fig. 3
B) A light string ABCDE whose extremity A is fixed, has weights W1 and W2 CO2 6
attached to it at B and C. It passes round a small smooth peg at D carrying a
weight of 300 N at the free end E as shown in Fig. 4
Fig. 4
If in the equilibrium position, BC is horizontal and AB and CD make 150°
and 120° with BC, find
(i) Tensions in the portion AB, BC and CD of the string and
(ii) Magnitudes of W1 and W2
C) A semicircular area is removed from a trapezium as shown in Fig. 5 CO3 6
(dimensions in mm).
Fig. 5
Determine the centroid of the remaining area (shown hatched).
Q. 3 Solve Any Two of the following. 12
A) i. Define Following CO1 6
a. Static Friction
b. Dynamic Friction
c. Coefficient of Friction
ii. Find the horizontal force required to drag a body of weight 100 N along a
horizontal plane. If the plane, when gradually raised up to 15°, the body
will begin to slide.
B) Fig. 6 shows a Warren girder consisting of seven members each of 3 m length CO2 6
freely supported at its end points.
Fig. 6
The girder is loaded at B and C as shown. Find the forces in all the members
of the girder, indicating whether the force is compressive or tensile.
C) A simply supported beam AB of span 5 m is loaded as shown in Fig. 7. CO5 6
Using principle of virtual work, find the reactions at A and B.
Fig. 7
B) Find the magnitude of the two forces, such that if they act at right angles, CO1 6
their resultant is √ N . But if they Act at 60°, their resultant is √ N.
C) a) What is the difference between coplanar concurrent forces and non CO1 3+3=
concurrent forces? 6
b) Give an example of Free Body Diagram for a beam subjected to UDL
and point load.Assume suitable support conditions.
C) C.1)State and define free body diagram with suitable examples. Remember 6
C2)What are the types of loads and explain with neat sketches
S=18t+3t2 -2t3
where (s) is in meters and (t) in seconds. Find (1) velocity and
acceleration at start, (2) time, when the particle reaches its
maximum velocity, and (3) maximum velocity of the particle.
1
Q. 3 Solve any two of the following.
A) Define: a) Static Friction, b) Dynamic Friction, c) Angle of Friction, Remember 06
d) Angle of repose.
B) A body is resting on a rough horizontal plane. The coefficient of friction CO2 06
between the body and the plane is 0.2 and the limiting friction force that is
acting on the body is 80 N. Given that R is the resultant of the force of friction
and the normal reaction force, find the magnitude of R.
C) A Warren girder consisting of seven members each of 3 m length freely CO2 06
supported at its end points. The girder is loaded at B and C as shown. Find the
forces in all the members of the girder, indicating whether the force is
compressive or tensile. Use method of joints.
2
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Regular End Semester Examination – Summer 2023
Course: B. Tech. Branch: All Semester: II
Subject Code & Name: BTBS202P (Engineering Physics)
Max Marks: 60 Date:14/07/2023 Duration: 3 Hr.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO) on
which the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve Any Two of the following.
A) Define Damped Vibrations. Set up differential equation for damped (CO1)
vibrations. ( Remember & 6
Understand)
B) Explain the construction, working for production of ultrasonic waves (CO1)
6
using Piezoelectric oscillator. (Understand)
C) State any two applications of ultrasonic waves.
(CO1)
Calculate the length of iron rod which can be used to produce ultrasonic
( Remember & 6
waves of 20 KHz. Density of iron is 7.23 X 103 kg/m3, Young’s modulus
Understand)
is 11.6 X 1010 N/m2
(CO1)
A) Define free oscillations. Derive an expression for differential equation of
(Remember & 6
free oscillations.
Understand)
A) In Newton’s rings, derive an expression for diameter of nth bright ring and 6
dark ring.
State & explain Brewster’s law of Polarization.
B) 6
A ray of light is incident on the surface of glass plate of refractive index
1.732 at the polarizing angle. Calculate the angle of refraction of the ray.
C) Explain the construction and working of Helium -Neon laser with neat, la- 6
beled diagram.
********End********
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Regular and Supplementary Summer 2024
Course: B. Tech. Branch: All Semester: II
Subject Code & Name: BTBS202P Engineering Physics
Max Marks: 60 Date:14/06/2024 Duration: 3 Hr.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO)
on which the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve Any Two of the following. 12
A) Define Damped oscillations. Derive an expression for differential (CO1) 6
(Remember
equation of Damped oscillations.
&
Understand)
B) Define i) Magnetostriction Effect ii) Piezoelectric Effect iii) Resonance. (CO1) 6
Calculate the natural frequency of the ultrasonic waves generated by a (Remember
quartz crystal having thickness of 5.5 mm. [Given Y= 8 ×1010 N/m2, &
ρ ( density )=2650 Kg/m3] Understand)
C) Derive differential equation of wave motion. (CO1) 6
Understand)
C) Explain double refraction and distinguish between e-ray and o-ray. CO2 06
An optical fibre has a core material of refractive index of 1.55 and cladding material of
refractive index of 1.50. The light is launched into it in air. Calculate the numerical
aperture.
C) Write four Maxwell’s equations in integral form and write the physical significance of CO4 06
them.