0% found this document useful (0 votes)
145 views2 pages

Jaipur National University, Jaipur: School of Distance Education & Learning

This document contains two internal assignments for a Bachelor of Computer Application (BCA) course on Object Oriented Programming using C++. The first assignment covers procedural programming, data types, C++ program structure, looping statements, and decision making. It includes short answer and long answer questions. The second assignment covers arrays, classes and functions, pointers, constructors, function/operator overloading, do-while loops, arrays, functions, inheritance, and command line arguments. Both assignments are divided into short answer and long answer sections and have maximum marks of 15.

Uploaded by

Tarzan Barad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
145 views2 pages

Jaipur National University, Jaipur: School of Distance Education & Learning

This document contains two internal assignments for a Bachelor of Computer Application (BCA) course on Object Oriented Programming using C++. The first assignment covers procedural programming, data types, C++ program structure, looping statements, and decision making. It includes short answer and long answer questions. The second assignment covers arrays, classes and functions, pointers, constructors, function/operator overloading, do-while loops, arrays, functions, inheritance, and command line arguments. Both assignments are divided into short answer and long answer sections and have maximum marks of 15.

Uploaded by

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

JAIPUR NATIONAL UNIVERSITY, JAIPUR

School of Distance Education & Learning


Internal Assignment No. 1

Bachelor of Computer Application (BCA)

Paper Code: BCA - 301


Paper Title: Object Oriented Programming using C++

Last Date of submission: Max. Marks: 15

Note: Question No. 1 is of short answer type and is compulsory for all the students. It
carries 5 Marks. (Word limits 50-100)

Section-A

(i) What is procedure-oriented programming? What are its main characteristics?


(ii) Differentiate between the fundamental and derive data types.
(iii) Write the structure of a C++ program.
(iv) Write the syntax of all looping statements.
(v) What are the decision making and branching?

Section-B

Note: Answer any two questions. Each question carries 5 marks (Word limits 500)
Q1. Describe in details about the basic concepts of Object-oriented Programming.

Q2. What is Compiler? Discuss the various C++ compilers.

Q3. (a) Differentiate between explicit and implicit conversion.


(b) Write a C++ program to convert a data type implicitly.
JAIPUR NATIONAL UNIVERSITY, JAIPUR
School of Distance Education & Learning
Internal Assignment No. 2

Bachelor of Computer Application (BCA)

Paper Code: BCA - 301


Paper Title: Object Oriented Programming using C++

Last Date of submission: Max. Marks: 15

Note: Question No. 1 is of short answer type and is compulsory for all the students. It
carries 5 Marks. (Word limits 50-100)

Section-A

(i) What is the array and initializing arrays?


(ii) What are class and function?
(iii) What is Pointer? Explain with examples.
(iv) What are constructor and copy constructor?
(v) What are the function overloading and operator overloading?

Section-B

Note: Answer any two questions. Each question carries 5 marks (Word limits 500)
Q1. (a) Write a program uses a nested for loop to find the prime numbers from 2 to 100.
(b) Define the do-while loop statements.

Q2. Describe the following:


(a) One-dimensional arrays and multidimensional arrays.
(b) Predefine function and user defines functions.
(c) Call by value and call by reference
(d) Command line argument

Q3. What are the difference forms of inheritance? Explains with an example program.

You might also like