Computer Applications in Mech. Engg
Computer Applications in Mech. Engg
_____________
COMPUTER APPLICATIONS IN MECH. ENGG.
3rd Exam/Mech/0530/0253/5340/May’15
Section - A
Note : Do as directed
1. = is relational operator in C++.(T/F) (15 X 1=15)
2. radius@ is a valid variable name in C++.(T/F)
3. Date encapsulation is the process of wrapping of data and functions into a single unit.(T/F)
4. Decision tables are mainly used to solve problems involving multiple decisions.(T/F)
5. The effect with which new slide is introduced is called slide transition. (T/F)
6. Form is an interface which allows you to insert data interactively in table. (T/F)
7. _____________ is the only ternary operator in C++.
8. If x=1, then after the execution of statement x++ the value of x is ________.
o m
9. Name the statement that causes exit from the loop.
10. When we enclose one loop inside another loop the inner loop is called ___________ loop.
11. A series of slides displayed in sequence is known as______________.
.r c
12. _______________ key uniquely identifies each record in a table.
13. The extension of a PowerPoint file is _______.
14. PowerPoint is an ________________ software.
pe m
15. ___________ is a request for retrieving data from table, which satisfies particular condition.
a
Section –B
o
.r c
Note: Attempt any five questions (5 X 6 = 30 marks)
Q1.
Q2.
r p
How can you create a query in MS- Access.
Explain various arithmetic and relational operators in C++.
Q3.
Q4.
Q5.
b
How can you change background of a slide.
p e
Define Table, Query, Primary key and Record with the help of an e.g.
Differentiate between Data and Information. Give examples.
Q6.
a
Write a program in C++ to check given number is even or odd.
rp
Q7. Differentiate between while and Do–while loop constructs. Give an e.g.
b
Section –C
Note: Attempt any three questions (3 X 10 = 30 marks)
Q1.a) Write a program in C++ to print sum of squares of a digit of a number
b) Draw a flowchart to find largest out of three numbers.