0% found this document useful (0 votes)
59 views1 page

Computer Applications in Mech. Engg

This document contains questions for an exam on computer applications in mechanical engineering. It has 3 sections with multiple choice and long answer questions. Section A contains 15 multiple choice questions testing basic concepts in C++, PowerPoint, and databases. Section B asks students to write longer answers for questions about creating an Access query, C++ operators, changing slide backgrounds, defining database concepts, and differentiating data and information. Section C requires students to write programs in C++, draw a flowchart, explain pseudocode and C++ data types, discuss presentation features, and cover for loops, switch statements, and OOPS features.

Uploaded by

Rajan Sahota
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views1 page

Computer Applications in Mech. Engg

This document contains questions for an exam on computer applications in mechanical engineering. It has 3 sections with multiple choice and long answer questions. Section A contains 15 multiple choice questions testing basic concepts in C++, PowerPoint, and databases. Section B asks students to write longer answers for questions about creating an Access query, C++ operators, changing slide backgrounds, defining database concepts, and differentiating data and information. Section C requires students to write programs in C++, draw a flowchart, explain pseudocode and C++ data types, discuss presentation features, and cover for loops, switch statements, and OOPS features.

Uploaded by

Rajan Sahota
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

S.B. Roll No.

_____________
COMPUTER APPLICATIONS IN MECH. ENGG.
3rd Exam/Mech/0530/0253/5340/May’15

Time Allowed :3Hrs. M.Marks: 75

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.

Q2. Explain the following:


a) Pseudocodes
b) Data types in C++

Q3. Discuss various ways of bringing presentation to life.

Q4 a) Explain for loop with help of an e.g.


b) Explain switch statement with help of an e.g.

Q5. Discuss different features of OOPS.

You might also like