CS6301 PDS2 2marks-16marks Programming Data Structures2 Question Bank, PDS2 Short Answers – CSE 3rd SEM Anna University

0

CS6301 PDS2 2marks 16marks

Anna University Regulation 2013 CSE CS6301 PDS2 2marks 16marks for all 5 units are provided below. Download link for CSE 3rd SEM CS6301 Programming Data Structures 2 Short answers, Question Bank are listed down for students to make perfect utilization and score maximum marks with our study materials.

CS6301  PROGRAMMING AND DATA STRUCTURES II QUESTION BANK UNIT-I 2-marks

1) Give some characteristics of procedure-oriented language.

Emphasis is on doing things (algorithms). Larger programs are divided into smaller programs known as functions. Most of the functions share global data. Data move openly around the system from function to function. Employs top-down approach in program design.

2) What are the features of OOPS?

New data’s and functions can be easily added. Emphasis is on data rather than on procedure. Programs are divided into sub programs called objects. Data is hidden and cannot be accessed by external functions. Follows bottom -up approach in program design. Suitable for large projects. Objects may communicate with each other through functions.

3) What are the basic concepts of OOPS?

Objects & Classes.

Data abstraction

Data Encapsulation.

Inheritance.

Polymorphism.

Dynamic binding.

Message passing.

4) What are objects?

Objects are basic run-time entities in an object-oriented system. They may represent a person, a place, a bank account, a table of data or any item that the program has to handle. Each object has the data and code to manipulate the data and theses objects interact with each other.

CS6301 PDS2 Unit 1 2marks & 16marks – Download Here

CS6301 PDS2 Unit 2 2marks & 16marks – Download Here

CS6301 PDS2 Unit 3 2marks&16marks – Download Here

CS6301 PDS2 Unit 4 2marks&16marks – Download Here

CS6301 PDS2 Unit 5 2marks&16marks – Download Here

CS6301 PDS2 All Units 2marks&16marks – Download Here

If you require any other notes/study materials, you can comment in the below section.

Related Links

For CS6301 PDS2 Previous Year Question Papers – Click here

For CS6301 PDS2 Important Questions/Answer Key – Click here

For CS6301 PDS2 Lecture Notes – Click here

Search Terms

Anna University 3rd SEM CSE PDS2 2marks 16 marks

CS6301 Programming Data Structures2 question bank free download

Anna University CSE PDS2 short answers Regulation 2013

CS6301 2marks, PDS2 Unit wise short answers – CSE 3rd Semester

Share.

Comments are closed.