Sie sind auf Seite 1von 54

2012 Page = 01-02

Course : B.C.A (3RD YEAR)


Paper :GS

Time : 3 hours

Full Marks : 100

Candidates are required to give their answers in their

own words as far as practicable.

The questions are of equal value.

Answer any Five Question, selecting

at least two questions from each group

Group_ A

1. “Mutiny of 1857 paved the way towards attainment of Indian

independence ” Discuss.

2. “Battle against corruption has assumed greater significance

among the Indians. ” Discuss this statement in the light of Jan

Lokpal Bill.

3. Fundamental rights and fundamental duties mentioned in

Indian constitution are complementary to each other Justify.

crazysat777
Page = 02

4. Mention the importance of various resources of Indian

economy. Also mention the threat underlying the natural

resources.

5. Discuss the role of United Nation and its major agencies in

making the world better.

Group _ B

6. What are the major pollutant which are found in air, water

and soil ? How these can be controlled ?

7. Elaborate various types of energy sources along with its

importance.

8. What do you understand by organic and inorganic fertilizers ?

Which one has assumed more-importance and why ?

9. What is an artificial satellites ? How is it useful for mankind ?

10. Write short notes on any two of the following :

(a) Fermentation

(b) Atomic structure

(c) Radiation

(d) Viruses and Bacteria

--------------- x -----------------

crazysat777
2012 Page = 01-06

Course : B.C.A. (3RD YEAR)


Paper :5

Time : 3 hours

Full Marks : 100

Candidates are required to give their answers in their

own words as far as practicable.

The questions are of equal value.

Answer any Five questions, in which

question no. 1 is compulsory.

1. Choose the correct answer of the following :

(a) MDI means:

(i) Multiple Data Interaction

(ii) Multiple Document Interface

(iii) Maximum Document Interface

(iv) None of these

continue

crazysat777
page = 02

(b) Visual basic is a :

(i) High Level Language

(ii) Machine Language

(iii) Assembly Language

(iv) None of these

(c) Menus can be created quickly by using the :

(i) Menu editor utility

(ii) Common dialog Control

(iii) Text Box

(iv) None of these

(d) In Visual Basic the storage Size of data type :

(i) 1 byte

(ii) 8 byte

(iii) 2 byte

(iv) 4 byte

continue

crazysat777
page = 03

(e) For a maximized windows the windows state

Property is set to be :

(i) 0

(ii) 2

(iii) 3

(iv) 1

(f) Entity type or entity set is a :

(i) Group of similar object

(ii) Group of dissimilar object

(iii) Set of objects

(iv) None of these

(g) RDBMS stands for:

(i) Row database management system

(ii) Relational database management system

(iii) Both (i) & (ii)

(iv) None of these

(h) Oracle is a:

(i) Application Software.

(ii) System Software . continue

crazysat777
page = 04

(iii) Programming Language.

(iv) None of these.

(i) Data about data is normally termed as :

(i) Directory

(ii) Mata Data.

(iii) Data Bank

(iv) None of these

(j) The relational data model is concerned with

(i) Data structure and data integrity

(ii) Data manipulation

(iii) Both (i) & (ii)

(iv) None of these

2. (a) What are the Menus Dialog Boxes ? Make a program

for POP UP menus.

(b) What are the immediate Windows, edit view and tool

bar in VB.

3. (a) Discuss the Visual Basic program Development process

with the help of examples.


Continue

crazysat777
Page = 05

(b) Describe the function of various relational and logical

operators available in VB.

4. (a) What are the different types of scrollbars ? Write a

program to demonstrate the use of scrollbars in VB.

(b) Explain the project explorer and properties windows

in VB with example.

5. (a) Explain designing the user interface, creating from

the code modules.

(b) What are the running application, programming an

application and grouping controls.

6. (a) Explain procedure, general procedure and event procedure.

(b) Explain various type of component in VB.

7. (a) Explain DBMS. What is advantage and disadvantage

of DBMS.

(b) Explain Network and Relational Data Model with example.

continue

crazysat777
Page = 06

8. (a) Explain the entity Relationship Charts with help

of example.

(b) Explain Data manipulation and Data Definition

Language with example.

9. (a) What is RDBMS ? Explain with example.

(b) Explain data control language and Schema with example.

10. (a) Explain ORACLE and structured Query language.

(b) Explain Query by example (QBE) and

Security Consideration.

------------------------------- x -------------------------

crazysat777
2012 Page = 01-06

Course : B.C.A. (3RD YEAR)


Paper :6

Time : 3 hours

Full Marks : 100

Candidates are required to give their answers in their

own words as far as practicable.

The questions are of equal value.

Answer any Five questions, in which

question no. 1 is compulsory.

2. Choose the correct answer of the following :

(k) Which statement can only work for equality comparisons :

(i) if

(ii) switch

(iii) for

(iv) while

continue

crazysat777
page = 02

(l) A sequence of characters enclosed by double quotes


are known as :

(i) Character literals

(ii) String constants

(iii) Character constants

(iv) String literals

(m) Identity the operator that cannot be overloaded in C++ :

(i) ?:

(ii) +

(iii) New

(iv) None of these

(n) Which of the following represent correct from the function

Prototype ?

(i) float volume (int x, int y)

(ii) float volume (int x, y)

(iii) Volume (int x, int y)

(iv) float volume (int, float)

continue

crazysat777
page = 03

(o) The friend functions are used in situation where,

(i) We want to exchange data between classes

(ii) We want to have access to unrelated classes

(iii) Dynamic binding is required

(iv) We want to created versatile overloaded.

(p) An exception is caused by :

(i) A hardware problem

(ii) A problem in the operating system

(iii) A syntax error

(iv) A run time error

(q) Which of the following cannot be passed to a function


In C++ ?

(i) Reference variable

(ii) Arrays

(iii) Class objects

(iv) Header files

(r) Which of the following are the wrapper classes ?

(i) Random

(ii) Byte continue

crazysat777
page = 04

(iii) Integer

(iv) Short

(s) Which of the following methods belong to the string class ?

(v) Length ( )

(vi) Compare to ( )

(vii) Equals

(viii) None of them

(t) Data input is :

(i) An abstract class defined in Java

(ii) A class we can use to read primitive data type

(iii) An interface that defines methods to open files

(iv) An interface that defines methods to read

Primitive data types

2. Give an overview of the object oriented programming

paradigm. Specify those features of OOP that makes

this approach useful in software development.

Continue

crazysat777
Page = 05

3. What do you mean by function overloading ? point out

the difference between overloading and over riding.

Explain with examples.

4. Explain with example static data member and static

member function in C++.

5. Explain the term inheritance and its types. Also explain

with example why we use virtual class.

6. What do you mean by “streams” in C++ environment?

How are they used ?

7. What is an exception ? How exception handling mechanism

can be used for debugging a program.

8. What is an applet ? How do applets differ from application

programs. Why do applet classes need to be declared as public?

9. How can we handle string in java ? Write an application program

in Java to check whether the two input strings are equal.

10. Write notes on the following :

(a) Virtual function


(b) final ( )
(c) friend function

crazysat777
DBMS

(H-3)- BCA (5)

2013

Time : 3 hours

Full Marks : 100

Candidates are required to give their answers in their

Own word as far as practicable.

The questions are of equal value.

Answer any five questions, in which

Question no.1 is compulsory.

1. Choose the correct answer of the following :

(a) VB is :

(i) Visual Building (ii) Visual Basic

(iii) Veiw Building (iv) View Basic

(b) Which of these is not an collection of the VB project ?

(i) The Global Module (ii) The from Module

(iii) The Object Module (iv) The Class Module

(c) Which of these is not an valid message box in VB?

(i) vbOKonly (ii) vbExitOnly

(iii) vbAbortRetryIgnore (iv) vbRetryCancel.

(d) What is DAO?

(i) Database Access Object


(ii) Database Access Object
(iii) Database Access Object
(iv) None of these

crazysat777
(e) Visual Basic uses an object called…..to hold
your table.

(i) Record (ii) Record Set

(iii) File (iv) Table

(f) A Database is :

(i) A vast amount of data stored in a group of integral files

(ii) A set of condensed data highlighting specific information

(iii) Arrangement of data in particular order

(iv) Basic data for processing an application

(g) SQL works with database ?

(i) MS-Access (ii) DB2

(iii) MS-SQL (iv) All of the above

(h) Which of the following stores 32-bit floating point numbers in SQL?

(i) Double (ii) BLOB

(iii) REAL (iv) None of the above

(i) A table column that contains values that are primary-key values in
another table?

(i) Primary key (ii) Relation key

(iii) Foreign key (iv) Value key

(j) Which of the following is application package?

(i) SQL Server (ii) Oracle

(iii) MS-access (iv) All of the above

crazysat777
2. (a) List and explain the functions of various windows that are displayed
when the Visual Basic application gets loaded in the design mode.

(b) Discuss the concept of VB project, creating, opening and saving the
projects.

3. (a) What do you understand by event driven programming? List and


explain about some of the events supported by visual basic object.

(b) What are the different data types supported by visual basic?
How they can be declared? Also mention their uses.

4. (a) Explain the procedure, subroutine, functions, arguments of VB


language.

(b) Explain with examples: Control flow statement, conditional and Loop
in VB.

5. (a) Discuss the working with forms and Menus. Briefly explain the Mouse
conflict, dragging list, items using message boxes and input dialogs.

(b) Explain the Active X Commands and discuss the text box controls.

6. (a) Explain the scrollbars and their types. What are the different types of
dialog boxes? Briefly explain the built Active X controls.

(b) Discuss briefly about graphics controls. Explain Classes, Instances,


Object and OLE.

7. (a) Define database. Explain the feature of effective DBMS with pros and
cons.

(b) List the various types of Data Model. Explain any two.

8. (a) Explain the application of DBMS system. What do you mean by


Entity Relationship charts.

(b) Discuss DML, DDL and DCL with suitable example.

crazysat777
9. (a) Explain the architecture of RDBMS. Discuss performance
improvement in databases.

(b) Explain SQL with basic commands. Discuss any five Functions of

10. Write short notes on any two of the following :

(a) From design on an Advanced RDBMS


(b) Report Generation
(c ) Security Consideration
(d) QBE (Query By Example)

----------------------------------

crazysat777
OBJECT ORIENTED PROGRAMMING with C++&JAVA

(H-3)- BCA (6)

2013

Time : 3 hours

Full Marks : 100

Candidates are required to give their answers in their

Own word as far as practicable.

The questions are of equal value.

Answer any five questions, in which

Question no.1 is compulsory.

1. Choose the correct answer of the following :

(a) Which of the following operator could not be overloaded?

(i) + (ii) _

(iii) ;; (iv) ==

(b) A constructor is called when ever :

(i) An object is declared


(ii) An object is used
(iii) A class is declared
(iv) A class is used

(c) Which of the following represent hexadecimal number?

(i) 570 (ii) hex (5)

(iii) Ox9f (iv) All of the above

crazysat777
(d) What is the return type of a constructor?

(i) void (ii) int

(iii) float (iv) None of the above

(e) The delete operator is used to :

(i) Delete a variable name


(ii) Delete a member function
(iii) Deal locate storage
(iv) None of the above

(f) A variable declared within a block { } has the following scope :

(i) File scope (ii) Local scope

(iii) Class scope (iv) Global

(g) If n is initialized to 7, the expression n <<4>>2 evaluate to :

(i) 56 (ii) 7

(iii) 14 (iv) None of the above

(h) Which data type is returned by if else construct :

(i) float (ii) Boolean

(iii) int (iv) None of the above

(i) The major goal of inheritance in c++ is :

(i) To Facilitate the conversion of data types


(ii) To help modular programming
(iii) To facilitate the reusability of code
(iv) To hide the detail of base classes

(j) Which is not supported by java?

(i) Package
(ii) Operator overloading
(iii) Interface
(iv) Applet

crazysat777
2. What are the essential characteristics of an object in C++? Discuss how a
class can be defined in C++ with the help of a suitable example.

3. What is constructor ? What is parameterized constructor?

4. (a) What is the significance of scope resolution operator?

(b) What is virtual base class. Explain its role and importance.

5. What do you mean by friend function and also write down the characteristics
of friend function,

6. How can one achieve runtime polymorphism in C++ ?


Explain with suitable example.

7. (a) Explain the process of compiling and running of java programs in


detail.

(b) List the basic data types used in java.

8. What is a thread? How to create a thread? Discuss the life cycle of a thread
in detail.

9. What do you mean by runtime error and compile time error? What are
exception? Discuss how to handle exceptions in java with suitable example.

10. Write notes on the following :

(a) Interface

(b) JVM

(c) Destructor

------------------------------------------------------

crazysat777
crazysat777
XEV (H-3) – BCA(5)

2014

Time : 3 hours

Full Marks : 100

Candidates are required to give their answers in their

Own words as far as practicable.

The questions are of equal value.

Answer any five questions, in which

Question no.1is compulsory.

1. Choose the correct answer of the following :

(a) A name storage location in memory is called :

(i) Variable (ii) Data


(ii) String (iv) All of these

(b) Which of the following statements can be used to load a form into the memory
without directly displaying it on the screen ?
(i) Show (ii) Load
(ii) Hide (iv) Dim

(c) How many ways can a procedure receive variables ?


(i) One (ii) Two
(ii) Three (iv) Four

(d) In visual basic, the storage size of data type currency is :


(i) 1 byte (ii) 2 byte
(ii) 4 byte (iv) 8 byte

crazysat777
(e) MDI stands for :
(i) Multiple Data Interaction
(ii) Multiple Document Interface
(iii) Maximum Document Interface
(iv) None of these

(f) ODBC stand for :

(i) Oracle Database Connectivity


(ii) Open Database Connectivity
(iii) Optional Database Connectivity

(g) Visual Basic is a :

(i) High Level Language


(II) Machine Language
(iii) Assembly language
(iv) None of these

(h) Data about data is normally termed as :

(i) Directory (ii) Meta Data


(ii) Data Bank (iv) None of the above

(i) Which of the following shows the correct order for creating a Visual Basic program?
(i) Set the properties, create the interface, write the code
(ii) Create the interface, write the code, set the properties, write the code
(iii)Create the interface, write the code, set the properties
(iv) Write the code, set the properties, create the interface

(j) Which of the following is application package?


(i) SQL Server (ii) Oracle
(ii) MS-access (iv) All of the above
2. (a) Define array. What are different types of array in VB ? How you can make

crazysat777
Dynamic array in VB ? Explain with example.

(b) What type of connectivity can be used to connect MS-Access database to Visual
Basic forms ? Explain with steps of connectivity.

3. (a) Explain any three common dialog boxes along with its properties.

(b) Write different error handling techniques in VB in detail.

4. (a) Define loop. How many types of loops are used in VB ? Explain with examples.

(b) Give the names of different operators used in VB. Describe any two types of operators
With example.

5. (a) What is validation? Explain different types of validation.

(b) What is common dialog box? Explain any three common dialog boxes along with its
Properties.

6. What is an Active X control ? Give an example. Describe about Active X data controls.

7. (a) Explain the application of DBMS System. What do you mean by Entity Relationship
Charts.

(b) List the various types of data Model. Explain any two.

8. (a) What are the advantages of OLE ? Explain the various methods that can be applied to
OLE container control.

(b) Explain the various types of error that may occur in VB. Discuss how to avoid them.

9. What is file handling in VB ? Explain important types of file handling in VB. Describe the
common properties of events driven programming.

10. Discuss the following SQL commands with suitable examples :

(a) Create table (b) Insert (c) Select

(d) Delete (e) Grant

___________________________________

crazysat777
XEV (H-3) – BCA (6)

2014

Time : 3 hours

Full Marks : 100

Candidates are required to give their answers in their

Own words as far as practicable.

The questions are of equal value.

Answer any five questions, in which

Question no. 1 is compulsory.

1. Choose the correct answer of the following :

(a) Which of the functions accepts string with blank spaces ?

(i) Cin (ii) Scanf ( )

(ii) Getline (iv) None

(b) The manipulator end1 is equivalent to :

(i) \n
(ii) \t
(iii) \b
(iv) None

(c) Which statement can only work for equality comparisons :

(i) If (ii) switch


(ii) For (iv) While

(d) A destructor takes :

(i) One argument (ii) Two arguments

crazysat777
(iii) Three arguments (iv) Zero argument

(e) The fields in class of a C++ program are by default :

(i) Protected

(ii) Public

(iii) Private

(iv) None of the above

(f) Operator in C++ can be overloaded using the function named :

(i) Overload (ii) Op + Ovr

(iii) Ovr – op (iv) None

(g) What will be the result of the expression 13 & 25 :

(i) 38 (ii) 25

(iii) 09 (iii) 12

(h) Which of the following cannot be passed to a function?

(i) Reference variable (ii) Arrays

(iii) Class objects (iv) Header files

(i) Which of the following operator could not be overloaded ?

(i) ?: (ii) +

(iii) New (iv) Hierarchical

2. What is object oriented programming ? Write down the various features of the
object oriented programming.

3. How is a function overloading and overriding. Explain with example.

4. What is a virtual function ? Why do we need virtual functions? When do we make a


virtual function “Pure” ?

crazysat777
5. (a) Explain the various features of Java.
(b) List the basic data types used in java. Explain with suitable example.

6. Explain inheritance and types of inheritance along with its example in java.

7. Explain the life cycle of java Applets. Also create an applet in which one string
moves from left to right.

8. What is an interface? How to implement interface, discuss with suitable example.


What are the difference between interface and class.

9. (a) What is variable size array ? Write a program to explain the use of variable
Size array in java.

(b) What is the need of static method? Explain why main method in java is always
Static.

10. What do you mean by multithreading ? Compare with multitasking. What do you
Mean by the life cycle of thread?

crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777
crazysat777

Das könnte Ihnen auch gefallen