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

CA3_oop with java_MCA

This document outlines the Internal Assessment for the Master of Computer Application program at Seacom Engineering College for the second semester of the 2024-2025 academic year. It includes a structure for the assessment with two groups of questions: Group A consists of very short answer questions, while Group B contains short answer questions, covering topics such as inheritance, the final keyword in Java, method overloading and overriding, exceptions, dynamic binding, and a programming task. Additionally, it provides taxonomy mapping for the questions to different cognitive levels.

Uploaded by

codmobile24200
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

CA3_oop with java_MCA

This document outlines the Internal Assessment for the Master of Computer Application program at Seacom Engineering College for the second semester of the 2024-2025 academic year. It includes a structure for the assessment with two groups of questions: Group A consists of very short answer questions, while Group B contains short answer questions, covering topics such as inheritance, the final keyword in Java, method overloading and overriding, exceptions, dynamic binding, and a programming task. Additionally, it provides taxonomy mapping for the questions to different cognitive levels.

Uploaded by

codmobile24200
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Seacom Engineering College

Internal Assessment – III (IA – III), Odd Semester, 2024-2025

Stream: Master of Computer Application


Semester: Second Semester Year: 1st Year
Paper Name: Object Oriented Programming with JAVA Paper Code: MCAN-203-A
Full Marks: 25 Duration: 1 hours

Group – A
(Very Short Answer type Questions)
ANSWER ANY FIVE QUESTIONS 5×1=5

i)Q 1. (i) Name one tag which does not require any terminator.

(ii) Which java class is superclass for every other class ?

(iii) What is an interface ?

(iv) What are task of JVM?

(v) What is an applet ?

(vi) What is order of calling constructor in case of inheritance ?

Group – B

(Short Answer type Questions)


ANSWER ANY FOUR QUESTIONS 4×5=20
Q 2. Describe different forms of inheritance with examples.

Q 3. What is final keyword in Java? Give an example.

Q 4. Compare and contrast overloading and overriding methods ?

Q 5. What is the difference between Exception and Error ? Show with an example?

Q 6. Explain the Concept of Dynamic Binding .

Q 7. Write a java program to convert the given temperature in Fahrenheit to Celsius using the
following conversion formula C=(F-32)/9.

Taxonomy Mapping:

Taxonomy Level
T Q# CO#
(1/2/3)*
1. CO1 Statement : Remember Q1(i) CO1 1
Q1(ii) CO1 1
2. CO2 Statement: Understand Q1(iii) CO3 2
Q1(iv) CO2 1
3. CO3 Statement: Apply Q1(v) CO2 1
Q1(vi) CO3 2
Q2: CO5 3
4. CO4 Statement: Analyze Q 3: CO6 3
Q4: CO4 2
5. CO5 Statement : Evaluate
Q 5: CO6 3
Q 6: CO3 2
6. CO6 Statement : Create Q7: 3
CO6
* Taxonomy: Level 1: Remember & Understanding Level 2: Apply & Analyze Level 3: Evaluate & Create
1

You might also like