XII- COMPUTER SCIENCE VOL-II MODEL TEST I

Similar documents
HIGHER SECONDARY COMPUTER SCIENCE

XII CS(EM) Minimum Question List N.KANNAN M.Sc., B.Ed COMPUTER SCIENCE IMPORTANT QUESTION (TWO MARKS) CHAPTER 1 TO 5 ( STAR OFFICE WRITER)

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. TWO MARKS

SRI SARASWATHI MATRIC HR SEC SCHOOL PANAPAKKAM +2 IMPORTANT 2 MARK AND 5 MARK QUESTIONS COMPUTER SCIENCE VOLUME I 2 MARKS

+2 Volume II OBJECT TECHNOLOGY OBJECTIVE QUESTIONS R.Sreenivasan SanThome HSS, Chennai-4. Chapter -1

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

Padasalai.Net s Model Question Paper

C++ (Non for C Programmer) (BT307) 40 Hours

MaanavaN.Com CS1203 OBJECT ORIENTED PROGRAMMING DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

KLiC C++ Programming. (KLiC Certificate in C++ Programming)

Object Oriented Programming with c++ Question Bank

VALLIAMMAI ENGINEERING COLLEGE

Introduction to Programming Using Java (98-388)

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL

Syllabus of C++ Software for Hands-on Learning: This course offers the following modules: Module 1: Getting Started with C++ Programming

PART - I 75 x 1 = The building blocks of C++ program are (a) functions (b) classes (c) statements (d) operations

CHAPTER 1 Introduction to Computers and Programming CHAPTER 2 Introduction to C++ ( Hexadecimal 0xF4 and Octal literals 031) cout Object

R.PRAKASH COMPUTER TEACHER

Absolute C++ Walter Savitch

Intro to OOP Visibility/protection levels and constructors Friend, convert constructor, destructor Operator overloading a<=b a.

M.C.A DEGREE EXAMINATION,NOVEMBER/DECEMBER 2010 Second Semester MC 9222-OBJECT ORIENTED PROGRAMMING (Regulation 2009)

CS 6456 OBJCET ORIENTED PROGRAMMING IV SEMESTER/EEE

VOLUME-2 OBJECT TECHNOLOGY Chap-1 Object Oriented Concepts Using C++

I BCS-031 BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination. June, 2015 BCS-031 : PROGRAMMING IN C ++

Introduction to Computers and C++ Programming p. 1 Computer Systems p. 2 Hardware p. 2 Software p. 7 High-Level Languages p. 8 Compilers p.

Preface... (vii) CHAPTER 1 INTRODUCTION TO COMPUTERS


C++ Important Questions with Answers

Object Oriented Programming. Solved MCQs - Part 2

Get Unique study materials from

Polymorphism. Zimmer CSCI 330

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF INFORMATION TECHNOLOGY OBJECT ORIENTED PROGRAMMING QUESTION BANK UNIT I 2 MARKS

ADARSH. FAQ for +2 Computer Science. Supplementary Edition. VOL-II. P.Simon Navis

The Foundation of C++: The C Subset An Overview of C p. 3 The Origins and History of C p. 4 C Is a Middle-Level Language p. 5 C Is a Structured

Standard. Number of Correlations

Computer Science (330)

OBJECT ORIENTED PROGRAMMING USING C++ CSCI Object Oriented Analysis and Design By Manali Torpe

S Y B Voc Software Development Syllabus

STUDY NOTES UNIT 1 - INTRODUCTION TO OBJECT ORIENTED PROGRAMMING

Course Text. Course Description. Course Objectives. StraighterLine Introduction to Programming in C++

LESSON PLAN Name of the Assistant/Associate Professor HARBHAJAN SINGH Class and Section...BCA (2nd Sem.) Subject...

Lecture 18 Tao Wang 1

Object Oriented Programming with Java. Unit-1

Problem Solving with C++

Writing an ANSI C Program Getting Ready to Program A First Program Variables, Expressions, and Assignments Initialization The Use of #define and

Sri Vidya College of Engineering & Technology

Chapter 5 Object-Oriented Programming

Oops known as object-oriented programming language system is the main feature of C# which further support the major features of oops including:

Preface to the Second Edition Preface to the First Edition Brief Contents Introduction to C++ p. 1 A Review of Structures p.

CREATED BY P. SUBRAMANIAN M.Sc(I.T.)., B.Ed., COMPUTER INSTRUCTOR, KUM


OOPS Viva Questions. Object is termed as an instance of a class, and it has its own state, behavior and identity.

Tentative Teaching Plan Department of Software Engineering Name of Teacher Dr. Naeem Ahmed Mahoto Course Name Computer Programming

COIMBATORE EDUCATIONAL DISTRICT

10CS36: Object Oriented Programming with C++

B.C.A 2017 OBJECT ORIENTED PROGRAMMING USING C++ BCA303T MODULE SPECIFICATION SHEET

3.Constructors and Destructors. Develop cpp program to implement constructor and destructor.

Chapter 10 Introduction to Classes

END TERM EXAMINATION

Object Oriented Programming. Assistant Lecture Omar Al Khayat 2 nd Year

Paytm Programming Sample paper: 1) A copy constructor is called. a. when an object is returned by value

CHOICE BASED CREDIT SYSTEM (With effect from )

OUTCOMES BASED LEARNING MATRIX

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University

An Object Oriented Programming with C

CGS 2405 Advanced Programming with C++ Course Justification

Higher Secondary Second Year COMPUTER SCIENCE Model question Paper - 3

C++ Inheritance and Encapsulation

C Programming SYLLABUS COVERAGE SYLLABUS IN DETAILS

C++ Programming: From Problem Analysis to Program Design, Fifth Edition. Chapter 12: Classes and Data Abstraction

Hierarchical inheritance: Contains one base class and multiple derived classes of the same base class.

DEPARTMENT OF COMPUTER APPLICATIONS B.C.A. - FIRST YEAR ( REGULATION) SECOND SEMESTER LESSON PLAN SRM INSTITUTE OF SCIENCE AND TECHNOLOGY

Object oriented programming. Encapsulation. Polymorphism. Inheritance OOP

C-LANGUAGE CURRICULAM

Chapter 02 Building Multitier Programs with Classes

POLYMORPHISM 2 PART. Shared Interface. Discussions. Abstract Base Classes. Abstract Base Classes and Pure Virtual Methods EXAMPLE

POLYMORPHISM 2 PART Abstract Classes Static and Dynamic Casting Common Programming Errors

CS304 Object Oriented Programming Final Term

SAURASHTRA UNIVERSITY

DOT NET TRAINING PROGRAM

CLASSES AND OBJECTS IN JAVA

Learning Objectives. C++ For Artists 2003 Rick Miller All Rights Reserved xli

Short Notes of CS201

Data Structures using OOP C++ Lecture 3

More C++ : Vectors, Classes, Inheritance, Templates

HIGER SECONDARY FIRST YEAR COMPUTER SCIENCE

Fast Track to Core Java 8 Programming for OO Developers (TT2101-J8) Day(s): 3. Course Code: GK1965. Overview

Character Stream : It provides a convenient means for handling input and output of characters.

Time : 3 hours. Full Marks : 75. Own words as far as practicable. The questions are of equal value. Answer any five questions.

5/23/2015. Core Java Syllabus. VikRam ShaRma

CS201 - Introduction to Programming Glossary By

Object Oriented Programming

Questions Bank. 14) State any four advantages of using flow-chart

Lesson Plan. Subject: OBJECT ORIENTED PROGRAMMING USING C++ :15 weeks (From January, 2018 to April,2018)

LESSON PLAN B.C.A. - FIRST YEAR ( REGULATION) SECOND SEMESTER

More C++ : Vectors, Classes, Inheritance, Templates. with content from cplusplus.com, codeguru.com

Interview Questions of C++

Tokens, Expressions and Control Structures

OOPs Concepts. 1. Data Hiding 2. Encapsulation 3. Abstraction 4. Is-A Relationship 5. Method Signature 6. Polymorphism 7. Constructors 8.

Aryan College. Fundamental of C Programming. Unit I: Q1. What will be the value of the following expression? (2017) A + 9

Transcription:

MODEL TEST I 1. What is the significance of an object? 2. What are Keyword in c++? List a few Keyword in c++?. 3. What is a Pointer? (or) What is a Pointer Variable? 4. What is an assignment operator? 5. What is use of break statement? 6. What are functions? 7. What is the main purpose of using function prototype? 8. What is an array? Write its different types. 9. How will you create a class object? 10. What are the characteristics of member functions? 11. What is operator overloading? 12. When does a copy constructor get executed?. 13. What is a base class and derived class? 14. What is ATM? 15.. What is call centre? 16. What is a computer Virus? 17. What are ethics? 18. How the computer help in Education? 19. What are the types of constructor? 20. What are Variable?

MODEL TEST II 1. What is Encapsulation? ( Or )Define Encapsulation? 2. What are Keyword in c++? List a few Keyword in c++?. 3. What is Void Date Type? 4. What is impact of modifiers? 5. How are the pointer variable declared? 6. What are three categories of Data Types? 7. What is the parameters? What is the use of parameters? 8. What is an inline function? 9. What is sorting of array? 10. Explain the memory representation of 2-D arrays. 11. What is a class? What are the use of class? Give example. 12. What are the three access specifiers of class members? 13. How is Polymorphism achieved in C++? 14. What is the difference between constructor and destructor? 15. What is meant by accessibility? 16. What is e-learning? 17. What are the technical elements you need to reach out the benefits of IT to the 18. common man? 19. What is medical transcription? 20. What is called theft of Computer time?

MODEL TEST III 1. What is Data hiding or Data Abstraction? 2. What is an association? 3. What are Conditional Operators? Give it s Systax 4. Write a short notes on modifier 5. What is Storage Class and how many storage specifiers are there? 6. Write a short notes on selection statement. 7. What is nested loop and what are the rules for the formatting of nested loop? 8. What are the advantages of function? 9. Write a short notes on Returning Values? 10. Write the syntax of single dimensional array. Give an example. 11. Give the syntax and purpose of the functions strlen(),strcpy(),strcmp()? 12. How will you create a class object? 13. How are the functions invoked in function overloading?. 14. What are the functions of a constructor? 15. What are abstract classes? 16. What is e-shopping? 17. What is Tele-Medicine? 18. What is call centre? 19. What is piracy? Why do we generally tend to pirate? 20. What are ethics?

MODEL TEST IV 1. How is polymorphism different from inheritance? 2. What is meant by the Identifiers? Give an example. 3. What are Relational Operator? 4. What are the rules for framing variable name? Given an example. 5. What is the meaning of the implicit conversion? 6. What are Constants? Give an example 7. What is use of continue statement? 8. What is the different between if else and switch statement? 9. What are two methods used invoked functions 10. Write about getline, gets. 11. What are the two methods for creating an object in C++? 12. Write down the steps involved in the process of operator overloading? 13. When does a copy constructor get executed?. 14. What is inheritance? 15. What is e-banking? 16. What is data management? 17. What is a computer Virus? 18. What is difference between Data Member and Member Function? 19. What is the use of declaration statement? 20. What is a computer crime?

MODEL TEST V 1. What is Polymorphism? 2. What are Logical Operators? Give an example. 3. What is type cast? 4. Write a short notes on Enumerated Data Type(ENUM). 5. What are Character Constant? Give Example. 6. What are the user defined data type? 7. What is for loop? Give it s syntax. 8. What are Control statements or control structure? 9. Write the general syntax of a function prototype. Give an example. 10. What is the main purpose of using function prototype? 11. What is the use of write input stream? 12. Write a note on array of Objects. 13. Write the characteristics of member functions. 14. Define Function Overloading? Give example. 15. What are the types of constructor? 16. What is a base class and derived class? 17. How the computers are used in entertainment? 18. List out some of the common computer crimes. 19. What is ATM? 20. What is matrix?

MODEL TEST VI 1. What is object? (or ) Define Object? 2. What do you mean by the Tokens? 3. What is static storage class? Give an example. 4. What are the three kinds of section in C++? 5. What are variable scope? How many types of variable scopes are there? 6. List out the operators that cannot be overloaded. 7. Write the difference between base class ad derived class 8. How the computer help in Education? 9. What is e-governance? 10. What are the three important methods of protecting personal data? 11. What is ITES? 12. What is the use of Void Data type? 13. What are the classification of the Tokens? 14. What are the different types of inheritance? 15. What is meant by the compiler? 16. What are the benefits of data digitization? 17. What is a Destructor? 18. What is meant by array of string? Give example. 19. Write a short notes on auto storage class with example. 20. How are the operators classified? BEST WISHES FROM P. CHANDRASEKARAN Feedback : chandrupugal86@gmail.com