Solved question paper for OOPS May-2010 (DIPLOMA 5th)
Solved Question Paper
Object oriented programming using C++ May-2010
PSBTE • DIPLOMA • Information Technology • 5th • May-2010
OOPS for Punjab State Board of Technical Education Diploma in Engineering Information Technology 5th Semester helps students find subject-wise previous year question papers and exam practice material for object oriented programming using C++. By reviewing these papers, students can revise key concepts, understand the exam pattern, and see how repeated questions are asked in the subject. BRpaper is not the official website of the university or board. It is only a reference place to help students check previous year papers, old question papers, and related preparation content for faster revision before exams.
These Questions are downloaded from www.brpaper.com. You can also download previous years question papers of 10th and 12th (PSEB & CBSE), B-Tech, Diploma, BBA, BCA, MBA, MCA, M-Tech, PGDCA, B-Com, BSc-IT, MSC-IT.
Solved Questions
Solved-
Define abstraction.Short Answer 1.5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
All the preprocessor directives start with a ___.Fill in the Blanks 1.5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2010 All the preprocessor directives start with a ;
-
-
setw() stands for ___.Fill in the Blanks 1.5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
For an inline function operator is used.Short Answer 1.5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Union is same as a structure. (T/F)True / False 1.5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2016 Union is same as a structure.
-
May 2016 Union is same as a structure.(True/False)
-
-
New operator is used to allocate memory at run time. (T/F)True / False 1.5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
“<<” operator is called insertion operator. (T/F)True / False 1.5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2010 \"<<\" operator is called insertion operator. (T/F)
-
-
Constructors should be declared in private section. (T/F)True / False 1.5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Private means data cannot be accessed the class.Short Answer 1.5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2015 A private means data cannot be accessed __________the class
-
-
Copy constructor is used to copy the contents of ___.Fill in the Blanks 1.5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2010 Copy constructor is used to copy the contents of
-
-
Define class and object. What is the relationship between them? Explain with the help of example.Long Answer 6 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2015 Define the concept of class and object with a suitable example.
-
-
Differentiate between public, private and protected visibility modes.Long Answer 6 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
What is importance of inline function? Explain with example.Long Answer 6 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Dec 2009 How is an inline function different from a normal function?
-
Dec 2009 How an inline function is different from a normal function.
-
-
Define constructor. What are its types? Explain with example.Long Answer 6 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Write all the file manipulation functions.Short Answer 6 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Define polymorphism. What are its types?Short Answer 6 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2016 Define polymorphism? What are its types?
-
Dec 2010 Define polymorphism.
-
-
What is the use of friend function? Explain with example.Long Answer 6 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Dec 2010 What is friend function? Explain by giving suitable example.
-
-
Write down all the loops of C++.Short Answer 6 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2016 Explain all loops of C++ with example.
-
-
Define inheritance. What are its types? Explain them with example and diagrams.Long Answer 15 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2016 Define inheritance? What are its types? Explain with example and diagram.
-
May 2015 Explain inheritance and its types with suitable diagrams and examples.
-
-
Explain all the operators of C++.Long Answer 15 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Write short note on static functions.Short Answer 15 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2010 Write short note on: a. Static functions
-
-
Write short note on unions.Short Answer 15 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Write short note on encapsulation.Short Answer 15 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
All the preprocessor directives start with a ;True / False 1 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2010 All the preprocessor directives start with a ___.
-
-
Set w) stands for ;Fill in the Blanks 1 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
"<<" operator is called insertion operator. (T/F)True / False 1 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2010 “<<” operator is called insertion operator. (T/F)
-
-
Copy constructor is used to copy the contents ofFill in the Blanks 1 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2010 Copy constructor is used to copy the contents of ___.
-
-
Write short note on: a. Static functionsShort Answer 5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2010 Write short note on static functions.
-
-
Write short note on: b. UnionsShort Answer 5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Write short note on: c. EncapsulationShort Answer 5 Marks May-2010 • PSBTE DIPLOMA
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Dec 2010 Define the following: c. Encapsulation
-
Explore all data
PTU
PU Chandigarh
- BCOM |
- BA/BSC |
- BCA |
- MA |
- PGDCA |
- MCOM |
- MSC-Math |
- Addon |
- BBA |
- B-ARCH |
- B-LIB |
- B-EDU |
- B-PHAR |
- BA-HONS-ECON |
- BA-HONS-SS |
- BE |
- MA-Punjabi |
- MA-English |
- MA-History |
- MCA |
- MBA |
- MBA-CIT |
- MBA-Executive |
- MCOM-AF |
- MCOM-BE |
- MCOM-BI |
- MCOM-MEFB |
- BSC-Agri |
- BSC-FD |
- BSC-HS |
- ME-CSE |
- ME-IT |
- ME-ME |
- ME-ECE |
- MSC-Chemistry |
- MSC-Physics |
- MSC-Botany |
- MSC-Zoology |
- MA-Economics |
- MA-Hindi |
- LLB |
- BPED |
- LLM |
- BFA |
- B. Voc |
- BHM |
- BTM |
- M. Arch |
- M. Pharm |
- MFA |
- MTM |
- MHM |
- M.ED |
- M-Lib |
- MPED |
- MFDM |
- MGL |
- Shastri |
- M.TECH |
- ME-CHEMICAL |
- ME-FT |
- ME-ELECTRIC |
- M.TECH-ME |
- M.TECH-NN |
- M.E-BIO |
- MA-Sociology |
- MA-Political Science |
- MSc Biotechnology |
- MSc IT |
- MSc MB |
PSBTE
- DIPLOMA |
PSEB(School)
- Class 10th |
- Class 12th |
- Class 8th |
PU-PATIALA
- BCA |
- BBA |
- MBA |
- MCOM |
- BCOM |
- BCOM-HONS |
- BSC-NM |
- BA |
- B.EDU |
- BSC-AGRI |
- BA-B.EDU |
- BLIB |
- MSC-IT |
- PGDCA |
- MSC-MB |
- MSC-physics |
- BA-ENGLISH |
- MA-Punjabi |
- MSC-chemistry |
- MSC-maths |
- BSC-Medical |
- MSC-FDT |
- MSC-FN |
- MSC-BT |
- BSC-Hons-BT |
- BSC-CS |
- BSC-Hons-Math |
- BSC-CSM |
- BSC-FT |
HPTSB
- Diploma |
MRSPTU
- B-TECH |
- M-TECH |
- Ph.D (Computer Appli |
- M.Sc (Mathematics) |
- MBA |
- M.Sc (Chemistry) |
- B.Sc (Forensic Scien |
- MBA (Aviation Manage |
- B.Sc (Chemistry) |
- BBA (Aviation Manage |
- B.Sc (Mathematics) |
- BCA |
- M.Sc (Microbiology) |
- M.Planning |
- B.Sc (IT) |
- B.Sc (Dialysis Techn |
- B.Sc (Food Science & |
- B.Sc (Hons.) Mathema |
- M.Sc (Physics) |
- M.Pharmacy |
- B.Sc (MLS-MLT) |
- BMS (ATH) |
- B.Architecture |
- B.Com |
- B.Com (E-Commerce) |
- B.Sc (Operation Thea |
- M.Pharma (Pharmaceut |
- B.Sc (Fashion Design |
- M.Sc (Computer Scien |
- BA (Computer Science |
- B.Sc (Hons.) Agricul |
- B.Sc (Hons.) Aircraf |
- B.Sc (Anesthesia Tec |
- BCA & B.Sc (IT) |
- B.Sc (Graphics & Web |
- B.Sc (Hons.) Physics |
- M.Pharma (Pharmacolo |
- B.Fine Arts |
- MBA (Hospital Admini |
- B.Sc (Hons.) Chemist |
- B.Pharmacy |
- M.Sc (IT) |
- BA (Journalism and M |
- B.Design (Interior D |
- B.Com-M.Com Dual Deg |
- BCA-MCA Dual Degree |
- B.Sc (Physics) |
- B.Sc (Physics) |
- B.Sc (Cardiac Care T |
- M.Com |
- B.Sc (Cardiac Care T |
- M.Com |
- B.Sc (Non-Medical) |
- B.Sc (Non-Medical) |
- Computer Maintenance |
- B.Sc (Optometry) |
- CMPA |
- B.Sc (Fashion Techno |
- Computer Maintenance |
- B.Sc (Optometry) |
- CMPA |
- B.Sc (Fashion Techno |
- BMS (HMCT) |
- B.Com (Aviation, Log |
- BMS (HMCT) |
- BBA |
- B.Com (Aviation, Log |
- BBA |
- M.Sc (Fashion Techno |
- B.Pharmacy (Practice |
- B.Sc (Agriculture) |
- M.Sc (Fashion Techno |
- B.Pharmacy (Practice |
- B.Sc (Agriculture) |
- PGDCA |
- MCA |
- Pharm.D |
- PGDCA |
- B.Com (Hons.) |
- MCA |
- Pharm.D |
- B.Com (Hons.) |
- B.Sc (Food Science) |
- M.Sc (Food Science & |
- B.Sc (Food Science) |
- BBA-MBA Dual Degree |
- M.Sc (Food Science & |
- M.Pharma (Pharmacogn |
- BBA-MBA Dual Degree |
- M.Pharma (Pharmacogn |
FAQ
Frequently Asked Questions
Answers about this subject, solved papers, and preparation.
01 What is included on this OOPS subject page?
This page is meant to help students find previous year question papers and exam preparation material for OOPS in PSBTE Diploma IT 5th semester.
02 Can I use these papers for revision before the exam?
Yes, previous year papers are useful for revision because they help you review important OOP and C++ topics and understand question styles.
03 Are these official question papers from the board?
No. BRpaper is not the official website of Punjab State Board of Technical Education. It only helps students locate question paper references.
04 Do these papers help with exam pattern understanding?
Yes, going through old papers can help you understand the paper pattern, repeated topics, and the type of questions usually asked in OOPS.
05 Are solved papers always available on this page?
Not always. The page is mainly for previous year question papers and related study references, so availability of solved papers may vary.