All posts from

DBATU First Year B.Tech Question Bank : Dr. Babasaheb Ambedkar Technological University

Organisation : Dr. Babasaheb Ambedkar Technological University
Department : B. Tech
Exam: Semester Examination
Document Type : Question Bank
Year : 2017
Class Year : First Year
Website : https://dbatu.ac.in/first-year-b-tech-question-bank/

DBATU First Year B.Tech Question Bank

Download Question Paper of Dr. Babasaheb Ambedkar Technological University First Year B.Tech Question Bank Sample Question is now available in the official website of Dr. Babasaheb Ambedkar Technological University.

Related : University of Kerala B.Tech Industrial Engineering Model Question Paper : www.pdfquestion.in/22268.html

Semester Examination

Subject :
Time : 03 Hrs
Max. Marks : 60

Communication Skills

Q.l Attempt the following questions: (1.2)
a) Transcribe the following words: prescription, bombarding, scratch, concern
b) Use appropriate articles .
………. Rich and poor should show respect towards each others feeling.

c) Change the voice.
The poem was being recited by the poet himself.
The book has not been published by the publisher.
d) Spell the following words:
e) Use appropriate prepositions:
Usually we sit the dining table for dinner. The road runs the dessert.

Download Question Paper :
BSH101 :
https://www.pdfquestion.in/uploads/pdf2019/34294-BSH101.pdf
BSH102 :
https://www.pdfquestion.in/uploads/pdf2019/34294-BSH102.pdf
BSH104 :
https://www.pdfquestion.in/uploads/pdf2019/34294-BSH104.pdf
CP105 :
https://www.pdfquestion.in/uploads/pdf2019/34294-CP105.pdf
CV107 :
https://www.pdfquestion.in/uploads/pdf2019/34294-CV107.pdf
EE106 :
https://www.pdfquestion.in/uploads/pdf2019/34294-EE106.pdf
EM102 :
https://www.pdfquestion.in/uploads/pdf2019/34294-EM102.pdf
EX106 :
https://www.pdfquestion.in/uploads/pdf2019/34294-EX106.pdf
ID108 :
https://www.pdfquestion.in/uploads/pdf2019/34294-ID108.pdf
ME107 :
https://www.pdfquestion.in/uploads/pdf2019/34294-ME107.pdf

Q.2 a) Assume that you are invited for a talk show to discuss ‘Contribution of Youngsters to the Development of Society in Different Areas’. Write the possible dialogue for this situation. (06)
OR

Q.2 a) Write a short essay on the impact of corruption in India and what can be done to eradicate such practices from the country. (06)
b) Rewrite the following sentences using articles wherever necessary. (06)
i) lunch we had at Ganesh Hotel was delicious.
ii) girls are known for sincerity and hard work.
iii) He will go to school to carry out repairs.
iv) The minister visited hospital for the inauguration of the radiology department.
v) Will you please give bag that you bought yesterday?
vi) Please hand over keys to the driver.

Q.3 a) Read the following passage
‘My aunt will be down presently, Mr. Nuttel,’ said a very self-possessed young lady of fifteen; ‘in the meantime you must try and put up with me.’ Framton Nuttel endeavoured to say the correct something which should duly flatter the niec,’ of the moment without unduly discounting the aunt that was to come. Privately he doubt,ted more than ever whether these formal visits on a succession of total strangers would do much towards helping the nerve lecture which he was supposed to be undergoing. ‘I know how it will be,’ his sister hid said when he was preparing to migrate
Do you know many of the people round here?’ asked the niece, when she judged that the} had sufficient silent communion.
Hardly a soul,’ said framton.’My sister was staying here, at the rectory,you know, some four years ago, and she gave me letters of introduction to some of the people here.’

Questions:
i) What is the meaning of the word ‘self-possessed’ in the passage?
ii) What do you mean by the phrase ‘put up’ here in the passage?
iii) What is mean by ‘rural retreat’in this passage?
iv) Why did Framton Nuttel’s sister give him the letters of introduction?
v) Who was Mrs. Sappleton? How did Mr. Nuttel happen to know her?

b) Change the voice: (06)
i) He made a very remarkable discovery.
ii) His friend betrayed.
iii) We do not permit smoking.
iv) Your behavior  me.
v)Astone struck me all the forehead.
vi) The sudden noise frightened the dog.

Q.4 Rewrite the following sentences using past or present perfect tense of the verb in bracket: (06)
i) He go just to the railway station to see off his brother.
ii) cannot play the match as I (injure) my foot.
iii) We know each other since our school days.
iv) He starting a novel last year, but he (not finish) it yet.
v) We anything from him since the last Monday.
Q.. Write a job application letter to the Personnel Manager of Zydus Pharmaceuticals, Pune for the post of Research Assistant in R &, D section giving the details of your qualifications.

Basic Computer Programming

Time: 3 Hours
Marks : 60 Marks
1nstructions:
I. All questions are compulsory ,111,1 each question carry 10 marks each.
2. Figures to right indicate full .
3. Illustrate your answers with me:”, sketches, diagrams de. whenever necessary.
4. necessary data is Riven in respective question. If such data is not given, it means that knowledge of that data is part of examination.

QI: A. Fill list some application areas which uses the programming paradigm in practical lield. (02)
Explain any two of them. (03)
B. Explain program, algorithm and data structure with suitable examples. Differentiate between algorithm and Oowcha”(, (05)

Q2: A. what is Arithmetic instruction’! Explain all three modes of arithmetic statement. (03)
B. A character is entered by user through keyboard. write a program to calculate and print” ASCII value of the entered character. (03)
C. Attempt any ONE from following.
a) What is type casting? Explain it with suitable example. (04)

b) Differentiate between:
i. Premeditation and Po still<:lamentation operator ill C.
ii. = and = operator in C.

Q3: A. i. Write a note on conditional operator in C. (02)
ii. If a user enters a number through keyboard, write a program to line and print reverse of number and check whether number is palindrome number. (04)
B. Write output of following program.
Q4: Attempt any TWO of the following.
A. What is Recursion? Explain with the help of an example program. (05)
B. Explain advantages of using functions in programming. (02)
Write a program to find square of an entered number using function. (03)
B. Write a program to find sum of all numbers divisible by 5 from 1 to 50 and draw a f1o,v chart for the same. (05)

Q5: Attempt any TWO of the following.
A. How Array elements are stored ill memory? (02)
B. Describe different ways in which an array is initialized. Which is the most generalized way of initialization? (03)
C. Write a program to perform addition and subtraction of two 2×2 matrices if matrix elements are entered by user. (05)
D. An array has n elements where n is specified by user, write a method to search an element in that array using linear soars as a C program. Draw a flowchart for the same. (05)

Q6: Attempt any TWO of the following.
A. What is Structure? Explain with example. (02) Describe how structure elements are accessed and stored. (03)
B. Write a program to enter and print data of three books which contain. its name, price and number of pages using structure. (05)
C. How decisions are made in C usil1g Switch statement? (02)
D. If a user enters two numbers as a’1 input, write a program to perform Arithmetic operations on two entered numbers using switch statement.

1 Comment
Add a Comment
  1. Teknik Telekomunikasi

    The article above is a question that will be done by students and students at the University of Kerala B.Tech Industrial Engineering Model Question Paper

Leave a Reply

How to add comment : 1) Type your comment below. 2) Type your name. 3) Post comment.

www.pdfquestion.in © 2021

Contact Us   Privacy Policy   SiteMap