Question Bank – MCQs BCA-203 Object-oriented Programming ...
Recommend Documents
15 Jun 2013 ... UNIT – 1 Principles of Object – Oriented Programming. SR. NO. QUESTIONS. 1
... Describe inline function in C++ with example. 4. Explain function ... Text Book:
1. Object Oriented Programming With C++, E BALAGURUSAMY.
QUESTION BANK. RUCHITA GUPTA. MECHANICAL MEASUREMENT &
CONTROL. ME IV SEM. UNIT-I. 1(a) With the help of suitable block diagram,
Discuss ...
Department:ECE. DEPARTMENT OF ELECTRONICS AND COMMUNICATION
ENGINEERING. QUESTION BANK. SUBJECT NAME: DIGITAL ELECTRONICS.
July Session: 2012. JMC-01. JMC- ... Dear Learner,. As explained in the
Programme Guide, you need to submit one assignment in each ... you will be
sent by the Centre to SR&E Division at IGNOU, New Delhi. ... (Due Date: January
30, 2013).
2. Microsporogenesis : Process of formation of microspores. Sporogenous tissue.
MMC meiosis. Microspore tetrad. (2n). 2n. (n) mitosis. 4 Microspores. (n).
Dec 5, 2017 - Wiley: Testing Object-Oriented Software - David C. Kung, Pei Hsia, Jerry Gao ... Object-oriented programming increases software reusability, extensibility, ... Beginning Object · Oriented Programming · with C# by Jack Purdum.
BCA Ist Semester. BCA-T112: Programming Concepts using 'C׳. 1. What do you
understand by constant, variable and keywords? Discuss the scope of.
EC1401 VLSI DESIGN. Kings College Of Engineering - Punalkulam. KINGS.
COLLEGE OF ENGINEERING. PUNALKULAM. DEPARTMENT OF
ELECTRONICS ...
Q.11 A bag contains coins of denomination of Rs. 5 and Rs. 2. The total value ....
The marks obtained in Mathematics by 40 students of a class in an examination.
For a symmetrical network, define propagation constant and characteristic impedance ... for the phase constant and veloc
QUESTION BANK ... (b) Estimate the amount of electrical energy obtained from
an OTEC plant .... How solar energy may be utilized in generation of electrical.
E-Commerce Questions:-. Question Paper 1. Full Marks – 70. Time: 3 Hours.
Answer Question No. 1 which is compulsory and any five from the rest. The
figures ...
With the help of dynamo and alternator the battery in the vehicles is always kept chargeed and ignition , lighting and a
COMPUTER PROGRAMMING. Tutorials. : 0 ... What are the types of number system? Explain. 8. ... Define a structured progra
Microprocessors and Microcontrollers/Architecture of Micro controllers. Question
Bank. Question Bank a. Overview of 8051 micro controller architecture. Q1.
Paper II. ( CALCULUS ). Prof. R. B. Patel. Art, Science & Comm. College, ..... 5 5.
CHAPTER- HYDROCARBONS (I PUC). One mark questions. 1. What type of
structural isomerism is shown by alkanes? 2. Which metal is used in Wurtz
reaction ...
SUBJECT : COMMERCE. QUESTION BANK. 10+1. 1. Accountancy. 01 to 11. 2.
... The questions bank of commerce for 10+1 & 10+2 classes for the above said.
http://www.techtwinklers.com. Page 1. EC2021-MEDICAL ELECTRONICS.
DEPARTMENT OF ELECTRONICS AND COMMUNICATION. ENGINEERING.
QUESTION BANK. 13.1. Define E-commerce. What are the different types of E-
commerce? 13.2. Explain B2B E-Commerce using an example of a book ...
Besides this electric sparks is also used to ignite the compressed mixture ... The cam angle is the number o fdegrees of
QUESTION BANK FOR SURVEYING STAKEHOLDERS - PAGE 1 OF 3. Question
Bank for Surveying Stakeholders. 1. How can (your district name) help more ...
Define a structured programming language. 7. What are the differences between constant and variable? 8. What is an ident
Find the Complete integral of âp + âq = x + y. 22. Find the solution of px + qy = z. 23. Find the solution of p tan
Question Bank – MCQs BCA-203 Object-oriented Programming ...
Question Bank – MCQs. BCA-203 Object-oriented Programming using C++. 1.
UNIT – 1 (OOP Concepts and Introduction to C++). 1 In structured programming,
...
Question Bank – MCQs BCA-203 Object-oriented Programming using C++ 1. UNIT – 1 (OOP Concepts and Introduction to C++) 1 In structured programming, the problem is divided into various ______. (A) modules (B) functions (C) structures (D) objects 2 In Object-oriented programming, the problem is divided into _____. (A) classes & objects (B) functions (C) structures (D) modules 3 A class is ____ datatype. (A) primitive (B) derived (C) user-defined (D) All of these 4 A class is a collection of ____ and _____. (A) data-members & member functions (B) data-members, member functions and main() (C) data-members, member functions, (D) None of these main() and include statements 5 An object is …… (A) a variable of class datatype. (B) same as a class. (C) just like a global variable. (D) collection of data-members and member functions. 6 Wrapping up of data & functions together in a class is known as _____. (A) Overloading (B) Data Abstraction (C) Polymorphism (D) Encapsulation 7 Including only necessary details and ignoring additional details while defining a class is known as ____. (A) Overloading (B) Data Abstraction (C) Polymorphism (D) Encapsulation 8 Preventing direct access of data-members of the class from outside world is known as ____. (A) Polymorphism (B) Encapsulation (C) Data Hiding. (D) scope resolution. 9 What are cin and cout? (A) pointers (B) functions (C) operator (D) stream objects 1 Which header file must be included for cin and cout? 0 (A) stdio.h (B) conio.h (C) iostream.h (D) Both iostream.h and conio.h 1 Creating a new class using one or more existing classes is known as ____. 1 (A) Polymorphism (B) Encapsulation (C) overloading (D) inheritance 1 Ability of an operator or function call to take different forms is known as ____. 2 (A) Polymorphism (B) Encapsulation (C) overloading (D) inheritance Answers
1–B 7–B
2–A 8–C
3–C 9–C
4–A 10 – C
5–A 11 – D
6–D 12 - A
UNIT – 2 (Control Flow Constructs, Input /Output and Arrays) 1
2
3
4
5
6
7
8
9
10
11
12
Which of the following can replace a simple if-else construct? (A) Ternary operator (B) while loop (C) do-while loop (D) for loop Which of the following is an entry-controlled loop? (A) do-while loop (B) while loop (C) for loop (D) Both (B) and (C) Which of the following is most suitable for a menu-driven program? (A) do-while loop (B) while loop (C) for loop (D) All of these Consider the following loop : for(int i=0; i