0% found this document useful (0 votes)
5 views

Unitwise Question Bank-mapping

The document outlines the university question paper analysis for the Object Oriented Programming course (CS3391) at JP College of Engineering, focusing on the introduction to OOP and Java. It includes a detailed breakdown of topics covered in various semesters, along with possible and important questions for both Part-A and Part-B sections. The document serves as a study guide for students to prepare for their examinations.

Uploaded by

priyankaarul2023
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)
5 views

Unitwise Question Bank-mapping

The document outlines the university question paper analysis for the Object Oriented Programming course (CS3391) at JP College of Engineering, focusing on the introduction to OOP and Java. It includes a detailed breakdown of topics covered in various semesters, along with possible and important questions for both Part-A and Part-B sections. The document serves as a study guide for students to prepare for their examinations.

Uploaded by

priyankaarul2023
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/ 6

JP COLLEGE OF ENGINEERING

College Road, Ayikudi


Tenkasi – 627852
Affiliated to Anna University and Approved by AICTE

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

SUB CODE& NAME: CS3391-OBJECT ORIENTED PROGRAMMING YEAR: II CSE


TOPICS BASED UNIVERSITY QUESTION PAPER ANALYSIS
UNIT- I INTRODUCTION TO OOP AND JAVA

NOV/ DEC
Sl. 2020 NOV/ DEC
No APR/MAY NOV/ DEC NOV/ DEC NOV/ DEC NOV/ DEC APR/
TOPIC & 2018
2023 2022(R-17) 2022(R-21) 2021 2019 MAY 2019
APR/MAY
2021
Part-A (Q1) Part-A (Q1)
Part-A (Q1)
(2 Marks), Part-A (2 Marks),
Overview of OOP (2 Marks), Part-A (Q1)
1. Part- (Q1)&(Q2) Part-
Part-B(11.a) (2 Marks)
B(11a)(7 (2 Marks) B(11.a)(7
(13 Marks) Marks)
Marks)
Part- B Part-
Part-A (Q2)
2. Java Buzzwords (11.b) B(11.a)(13
(2 Marks)
(13 Marks) Marks)
Part- Part-
3. Overview of Java B(11.a)(7 B(11.b)(13
Marks) Marks)
Part-
4. Operators B(11.a)(6
Marks)
Control Statements Part- Part- Part- Part-
5. B(11.b)(6 B(11.b)(9 B(11.b)(13 B(11.b)(13
Marks) Marks) Marks) Marks)
JP COLLEGE OF ENGINEERING
College Road, Ayikudi
Tenkasi – 627852
Affiliated to Anna University and Approved by AICTE

NOV/ DEC
Sl. 2020 NOV/ DEC
No APR/MAY NOV/ DEC NOV/ DEC NOV/ DEC NOV/ DEC APR/
TOPIC & 2018
2023 2022(R-17) 2022(R-21) 2021 2019 MAY 2019
APR/MAY
2021
Programming Part-A (Q1)
6.
Structures in Java (2 Marks)
7. Defining classes in
Java

Part-A(Q2),
Part- Part-
Part- Part-A (Q2)
8 Constructors B(11.a)(7 B(11.b)(4
B(11.b)(6 (2 Marks)
Marks) Marks)
Marks)
9 Methods
Part-A (Q1) Part-A (Q2)
10 Access specifiers
(2 Marks) (2 Marks)
11 Static members
Part-A (Q2)
12 JavaDoc comments
(2 Marks)
JP COLLEGE OF ENGINEERING
College Road, Ayikudi
Tenkasi – 627852
Affiliated to Anna University and Approved by AICTE

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

SUB CODE& NAME: CS3391-OBJECT ORIENTED PROGRAMMING YEAR: II CSE


POSSIBLE AND IMPORTANT QUESTION
UNIT- I INTRODUCTION TO OOP AND JAVA
PART-A
1. Distinquish between object and a class. (APR 2023,DEC 2018)
2. What is abstraction? (APR 2023)
3. Java Language is Platform Independent. Justify your answer. (DEC 2022)
4. Deifference between Method and Constrauctor. (DEC 2022)
5. Differentiate between print() and println() methods in java. (DEC 2022)
6. What are symbolic constants? Explain with examples. (DEC 2022)
7. What is encapsulation? (DEC 2021 &APR 2020)
8. Define Polymorphism. (DEC 2021)
9. What is a constructor?(APR 2021)
10. What is access specifier? (DEC 2019 & DEC 2018)
11. What is Javadoc?Can a java source file be saved using a name other than the class name? Justify . (DEC 2019 & APR 2019)
PART-B
1. i.Explain OOPS and its features.
ii.Summarize the features of Java.
2. i. What is meant by constructor? Discuss the types of constructor with an example.
ii. Show with an example the structure of java program.
JP COLLEGE OF ENGINEERING
College Road, Ayikudi
Tenkasi – 627852
Affiliated to Anna University and Approved by AICTE

3. Define and explain the control flow statements in java with suitable example.
4. i. Define array. What is array sorting explain with an example?
ii. Illustrate the working principle of Java Virtual Machine.
5.i) Define a class.Write the syntax to define a class.How the object accessed in class.Write a suitable example.
ii) Write a method concept with suitable example.
UNIT II INHERITANCE, PACKAGES AND INTERFACES
PART- A
1. What is object cloning?
2. Define Package.
3. What is the difference between static and non static inner class?
4. Differentiate abstract class and interfaces.
5. Describe the keyword “super”.
6. Whan a class must be declared as abstract?
7. Outline the uses of “extends” keyword with its syntax.
8. Describe the uses of interfaces in java.
9. What is class hiearachy ? Give example.
10. State the condition for method overriding in java.
PART-B

1. Define inheritance? With diagrammatic illustration and java programs explain the types of inheritance with suitable example.
2. i.Illustrate how to add class in a package and how to access these package in another class
ii. What are the advantages of using package?
JP COLLEGE OF ENGINEERING
College Road, Ayikudi
Tenkasi – 627852
Affiliated to Anna University and Approved by AICTE

3. i.What is an abstract class ? Illustrate with an example to demonstrate abstract class.


ii. Explain method overloading and method overriding with suitable example.
4. Explain simple interface and nested interface with suitable example.
ii. Present a detailed comparison between classes and interfaces.
5. Create a java class shape” with constructor to initialize the one parameter “dimension”. Now create three sub classes of shape with
following
Methods:
i. “circle” with methods to calculate the area and circumference of the circle with dimension as radius.
ii. “square” with methods to calculate the area and length of diagonal of the square with dimension as length of one side.
iii. “sphere” with methods to calculate the volume and surface area of the sphere with dimension as radius of the sphere. Write
appropriate main method to create object of each class and test every method. (APR 2015)
JP COLLEGE OF ENGINEERING
College Road, Ayikudi
Tenkasi – 627852
Affiliated to Anna University and Approved by AICTE

You might also like