maths and stastistics, Exams of Statistics

stastics and application for university of madras

Typology: Exams

2017/2018

Uploaded on 10/02/2018

hemavathi-j
hemavathi-j 🇮🇳

5

(3)

11 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Ws 2
NOVEMBER 2014 50410/SAE3A/
SAZ3A
Time : Three hours Maximum : 75 marks
SECTION A — (10 × 2 = 20 marks)
Answer any TEN questions.
1. What is a keyword?
2. What is the use of scope resolution operator?
3. What are inline functions?
4. Define a class.
5. Define Constructor.
6. What is an input Stream?
7. Define data structure.
8. What is an array?
9. Distinguish between a Stack and a queue.
10. What is recursion?
11. What is binary tree?
12. What is a graph?
pf3

Partial preview of the text

Download maths and stastistics and more Exams Statistics in PDF only on Docsity!

NOVEMBER 2014 50410/SAE3A/

SAZ3A

Time : Three hours Maximum : 75 marks

SECTION A — (10 × 2 = 20 marks) Answer any TEN questions.

  1. What is a keyword?
  2. What is the use of scope resolution operator?
  3. What are inline functions?
  4. Define a class.
  5. Define Constructor.
  6. What is an input Stream?
  7. Define data structure.
  8. What is an array?
  9. Distinguish between a Stack and a queue.
  10. What is recursion?
  11. What is binary tree?
  12. What is a graph?

50410/SAE3A/

SAZ3A

SECTION B — (5  5 = 25 marks) Answer any FIVE questions.

  1. List and explain various data types in C++.
  2. What is function overloading? Write a C++ program to explain function overloading.
  3. What are the types of type conversions? Explain.
  4. Give a brief account on command line Arguments in C++.
  5. Explain the various asymptotic notations with examples.
  6. Write a note on doubly linked list.
  7. Explain any two hash functions. SECTION C — (3  10 = 30 marks) Answer any THREE questions.
  8. Explain the following with examples : (a) Call by reference (b) Function prototyping.
  9. Explain multiple inheritance with an example program.