SlideShare a Scribd company logo
1 of 7
Download to read offline
Object Oriented Methodology MCQ Developed by Dr PL Pradhan Professor TGPCET NAGPUR
1.Complex real object contains
A. attributes
B. variables
C. constants
D. strings
Ans: A: attributes
2.Member function will access data and return value to user when it is
A. called
B. declared
C. initialized
D. deleted
Ans:A: called
3.Language which is called pure object oriented language because everything in it is treated consistently as an
object, from primitives such as characters and punctuation, all way up to whole classes, prototypes, blocks,
modules, etc. is
A. SmallTalk
B. PHP
C. C
D. Matlab
Ans: A: SmallTalk
4.In object oriented language, single unit which has data and its function is termed as
A. attribute
B. object
C. constant
D. loop
Ans: B: object
5. Which of the following is the functionality of ‘Data Abstraction’?
a) Reduce Complexity
b) Binds together code and data
c) Parallelism
d) None of the mentioned
Ans: a) Reduce Complexity
6. Which of the following mechanisms is/are provided by Object Oriented Language to implement Object
Oriented Model?
a) Encapsulation
b) Inheritance
c) Polymorphism
d) All of the mentioned
Ans: d) All of the mentioned
7. Which of the these is the functionality of ‘Encapsulation’?
a) Binds together code and data
b) Using single interface for general class of actions.
c) Reduce Complexity
d) All of the mentioned
Ans:a) Binds together code and data
8. What is ‘Basis of Encapsulation’?
a) object
b) class
c) method
d) all of the mentioned
Ans: d) all of the mentioned
9. Which of the following is a mechanism by which object acquires the properties of another object?
a) Encapsulation
b) Abstraction
c) Inheritance
d) Polymorphism
Ans: c) Inheritance
10. Which of the following supports the concept of hierarchical classification?
a) Polymorphism
b) Encapsulation
c) Abstraction
d) Inheritance
Ans: d) Inheritance
11.Which Keyword from the following is used to inherit properties from one class into another?
a) extends
b) subclasses
c) native
d) all of the mentioned
Ans: a) extends
12. Which of the following concept is often expressed by the phrase, ‘One interface, multiple methods’?
a) Abstraction
b) Polymorphism
c) Inheritance
d) Encapsulation
Ans: b) Polymorphism
13. The method of design encompassing the process of object oriented decomposition and a notation for
depicting both logical and physical and as well as static and dynamic models of the system under design is
known as:
a) Object- Oriented Programming
b) Object- Oriented Design
c) Object- Oriented Analysis
d) None of the mentioned
Ans: b) Object- Oriented Design
14.What is the programming style of the object oriented conceptual model?
a) Invariant relationships
b) Algorithms
c) Classes and objects
d) Goals, often expressed in a predicate calculus.
Ans: c) Classes and objects
15.The process of compartmentalizing the elements of an abstraction that constitute its structure and
behavior is called as
a) Hierarchy
b) Encapsulation
c) Modularity
d) Entity Abstraction
Ans: b) Encapsulation
16. Single inheritance, Multiple inheritance, and Aggregation comes under _______
a) Modularity
b) Typing
c) Hierarchy
d) None of the mentioned
Ansc) Hierarchy
17. What is that concept in type theory in which a single name may denote objects of many different classes
that are related by some common super class referred to ______
a) Monomorphism
b) Type Checking
c) Polymorphism
d) Generalization
Ans;c) Polymorphism
18. Object oriented technology is built upon a sound engineering foundation, whose elements are collectively
called as _________
a) Von Neumann Model
b) Object Model
c) Structured Model
d) Programming Model
Ans: b) Object Model
19.Callback is an operation provided by
a) Inheritance
b) Encapsulation
c) Modularity
d) Abstraction
Ans d) Abstraction
20. Inheritance is an example of which type of hierarchy
a) Class Structure
b) Object Structure
c) Both
d) None of the mentioned
Ans: a) Class Structure
21. Superclass represents ______________ abstractions
a) Generalized abstractions
b) Specialization abstractions
c) Both
d) None of the mentioned
Ans: a) Generalized abstractions
22.Subclass represents _______________ abstractions
a) Generalized abstractions
b) Specialization abstractions
c) Both
d) None of the mentioned
Ans b) Specialization abstractions
23. Which of the following statements about object model is true?
I. Object model encourages the reuse of software and entire design of the application.
II. Object model produces systems that are built upon stable intermediate forms.
III. Object model reduce the inherent in developing complex systems.
IV. None of the mentioned
a) I, III
b) I, II
c) I, II, III
d) IV
Ans:c) I, II, III
24. Which of the following property is associated with objects?
a) State
b) Behavior
c) Identity
d) All of the mentioned
Ans: d) All of the mentioned
25.Which of the property of a object encompasses all of the (usually static) properties of the object plus the
current (usually dynamic) values of each of these.
a) Semantics
b) Behavior
c) State
d) Identity
Ans c) State
26.A ________ is a description of a set of objects that share the same attributes, operations, relationships, and
semantics.
a) Structure
b) Class
c) Constructor
d) Function
Ans: b) Class
27. Process used for determining respective project's requirements and than develop a design for that project
is termed as
A. initializing
B. requirement checking
C. analysis
D. project study
E. Ans C: analysis
28.An attribute is a data item held by which of the following ?
a) Class
b) Object
c) All of the mentioned
d) None of the mentioned
Ans: c) All of the mentioned
29.An operation can be described as?
a) Object behavior
b) Class behavior
c) Functions
d) Object & Class behavior
Ans d) Object & Class behavior
30. In data-flow diagram, ………………… represent functions, which transform inputs to outputs.
A) rounded rectangle
B) rectangles
C) circles
D) arrows
Ans:A ) rounded rectangle

More Related Content

What's hot

Mapreduce simplified-data-processing
Mapreduce simplified-data-processingMapreduce simplified-data-processing
Mapreduce simplified-data-processingViet-Trung TRAN
 
Phần 10: Dữ liệu kiểu cấu trúc
Phần 10: Dữ liệu kiểu cấu trúcPhần 10: Dữ liệu kiểu cấu trúc
Phần 10: Dữ liệu kiểu cấu trúcHuy Rùa
 
Đề thi đại học 2010 môn Sinh Học
Đề thi đại học 2010 môn Sinh HọcĐề thi đại học 2010 môn Sinh Học
Đề thi đại học 2010 môn Sinh Họctuituhoc
 
Bài tập kiến trúc máy tính
Bài tập kiến trúc máy tínhBài tập kiến trúc máy tính
Bài tập kiến trúc máy tínhHa Nguyen
 
Các cấu trúc lệnh trong C
Các cấu trúc lệnh trong CCác cấu trúc lệnh trong C
Các cấu trúc lệnh trong Cpnanhvn
 
Khái niệm xích tải
Khái niệm xích tảiKhái niệm xích tải
Khái niệm xích tảiNguyễn Thái
 
Sổ tay thư viện hàm ngôn ngữ C
Sổ tay thư viện hàm ngôn ngữ CSổ tay thư viện hàm ngôn ngữ C
Sổ tay thư viện hàm ngôn ngữ Cvncoding
 
300+ top database management system questions and answers 2020
300+ top database management system questions and answers 2020300+ top database management system questions and answers 2020
300+ top database management system questions and answers 2020tadeseguchi
 
Phụ thuộc hàm và các dạng chuẩn - dhcntt
Phụ thuộc hàm và các dạng chuẩn - dhcnttPhụ thuộc hàm và các dạng chuẩn - dhcntt
Phụ thuộc hàm và các dạng chuẩn - dhcnttanhhuycan83
 
Linh kiện điện tử
Linh kiện điện tửLinh kiện điện tử
Linh kiện điện tửNthong Ktv
 
Soal PAS Sosiologi Kelas 10 Lintas Minat & Kunci Jawaban (K-13) 2016
Soal PAS Sosiologi Kelas 10 Lintas Minat & Kunci Jawaban (K-13) 2016 Soal PAS Sosiologi Kelas 10 Lintas Minat & Kunci Jawaban (K-13) 2016
Soal PAS Sosiologi Kelas 10 Lintas Minat & Kunci Jawaban (K-13) 2016 Fakhrudin Sujarwo
 
Bài 1: Tổng quan về cấu trúc và giải thuật - Giáo trình FPT
Bài 1: Tổng quan về cấu trúc và giải thuật - Giáo trình FPTBài 1: Tổng quan về cấu trúc và giải thuật - Giáo trình FPT
Bài 1: Tổng quan về cấu trúc và giải thuật - Giáo trình FPTMasterCode.vn
 
Đề thi đại học 2012 môn Sinh Học
Đề thi đại học 2012 môn Sinh HọcĐề thi đại học 2012 môn Sinh Học
Đề thi đại học 2012 môn Sinh Họctuituhoc
 
CLASS V SLATE EVS WITH KEY
CLASS V SLATE EVS WITH KEY CLASS V SLATE EVS WITH KEY
CLASS V SLATE EVS WITH KEY Rc Os
 
Pharmacology
PharmacologyPharmacology
Pharmacologyaxix
 
Hệ PhâN TáN
Hệ PhâN TáNHệ PhâN TáN
Hệ PhâN TáNit
 

What's hot (20)

1 statistical description
1 statistical description1 statistical description
1 statistical description
 
Mapreduce simplified-data-processing
Mapreduce simplified-data-processingMapreduce simplified-data-processing
Mapreduce simplified-data-processing
 
Phần 10: Dữ liệu kiểu cấu trúc
Phần 10: Dữ liệu kiểu cấu trúcPhần 10: Dữ liệu kiểu cấu trúc
Phần 10: Dữ liệu kiểu cấu trúc
 
Đề thi đại học 2010 môn Sinh Học
Đề thi đại học 2010 môn Sinh HọcĐề thi đại học 2010 môn Sinh Học
Đề thi đại học 2010 môn Sinh Học
 
Bài tập kiến trúc máy tính
Bài tập kiến trúc máy tínhBài tập kiến trúc máy tính
Bài tập kiến trúc máy tính
 
Các cấu trúc lệnh trong C
Các cấu trúc lệnh trong CCác cấu trúc lệnh trong C
Các cấu trúc lệnh trong C
 
Khái niệm xích tải
Khái niệm xích tảiKhái niệm xích tải
Khái niệm xích tải
 
Sổ tay thư viện hàm ngôn ngữ C
Sổ tay thư viện hàm ngôn ngữ CSổ tay thư viện hàm ngôn ngữ C
Sổ tay thư viện hàm ngôn ngữ C
 
300+ top database management system questions and answers 2020
300+ top database management system questions and answers 2020300+ top database management system questions and answers 2020
300+ top database management system questions and answers 2020
 
Phụ thuộc hàm và các dạng chuẩn - dhcntt
Phụ thuộc hàm và các dạng chuẩn - dhcnttPhụ thuộc hàm và các dạng chuẩn - dhcntt
Phụ thuộc hàm và các dạng chuẩn - dhcntt
 
Hướng dẫn btqttl(4 chương)
Hướng dẫn btqttl(4 chương)Hướng dẫn btqttl(4 chương)
Hướng dẫn btqttl(4 chương)
 
Toan a2
Toan a2Toan a2
Toan a2
 
Linh kiện điện tử
Linh kiện điện tửLinh kiện điện tử
Linh kiện điện tử
 
Soal PAS Sosiologi Kelas 10 Lintas Minat & Kunci Jawaban (K-13) 2016
Soal PAS Sosiologi Kelas 10 Lintas Minat & Kunci Jawaban (K-13) 2016 Soal PAS Sosiologi Kelas 10 Lintas Minat & Kunci Jawaban (K-13) 2016
Soal PAS Sosiologi Kelas 10 Lintas Minat & Kunci Jawaban (K-13) 2016
 
Bài 1: Tổng quan về cấu trúc và giải thuật - Giáo trình FPT
Bài 1: Tổng quan về cấu trúc và giải thuật - Giáo trình FPTBài 1: Tổng quan về cấu trúc và giải thuật - Giáo trình FPT
Bài 1: Tổng quan về cấu trúc và giải thuật - Giáo trình FPT
 
Đề thi đại học 2012 môn Sinh Học
Đề thi đại học 2012 môn Sinh HọcĐề thi đại học 2012 môn Sinh Học
Đề thi đại học 2012 môn Sinh Học
 
CLASS V SLATE EVS WITH KEY
CLASS V SLATE EVS WITH KEY CLASS V SLATE EVS WITH KEY
CLASS V SLATE EVS WITH KEY
 
17406 bai giang csdl nang cao
17406   bai giang csdl nang cao17406   bai giang csdl nang cao
17406 bai giang csdl nang cao
 
Pharmacology
PharmacologyPharmacology
Pharmacology
 
Hệ PhâN TáN
Hệ PhâN TáNHệ PhâN TáN
Hệ PhâN TáN
 

Similar to OOM MCQ Dev by Prof PL Pradhan TGPCET, NAGPUR

Object Oriented Analysis and Design one marks Q & A
Object Oriented  Analysis  and  Design one marks Q & AObject Oriented  Analysis  and  Design one marks Q & A
Object Oriented Analysis and Design one marks Q & Aeeducations ever
 
Std 12 Computer Chapter 6 object oriented concept important mcqs
Std 12 Computer Chapter 6 object oriented concept important mcqsStd 12 Computer Chapter 6 object oriented concept important mcqs
Std 12 Computer Chapter 6 object oriented concept important mcqsNuzhat Memon
 
Session 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdfSession 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdfsangeethachandran
 
UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1
UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1 UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1
UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1 Knowledge Center Computer
 
Kality CS Model_Exit_Exams_with_answer - Copy (2).doc
Kality CS Model_Exit_Exams_with_answer - Copy (2).docKality CS Model_Exit_Exams_with_answer - Copy (2).doc
Kality CS Model_Exit_Exams_with_answer - Copy (2).docAnimutGeremew3
 
BISH CS Modle Exit Exam.doc
BISH CS Modle Exit Exam.docBISH CS Modle Exit Exam.doc
BISH CS Modle Exit Exam.docAnimutGeremew3
 
Std 12 computer chapter 8 classes and objects in java important MCQs
Std 12 computer chapter 8 classes and objects in java important MCQsStd 12 computer chapter 8 classes and objects in java important MCQs
Std 12 computer chapter 8 classes and objects in java important MCQsNuzhat Memon
 
Software Engineering Question Bank.docx
Software Engineering Question Bank.docxSoftware Engineering Question Bank.docx
Software Engineering Question Bank.docxkarthikaparthasarath
 
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdf
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdfSubject name Object Oriented Analysis and DesignMultiple Choice (.pdf
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdfakilastationarrymdu
 
Cis115 programming logic
Cis115 programming logicCis115 programming logic
Cis115 programming logicCarla Michael
 
Core java interview faq
Core java interview faqCore java interview faq
Core java interview faqKumaran K
 
SBI IT (Systems) Assistant Manager Question Paper
SBI IT (Systems) Assistant Manager Question PaperSBI IT (Systems) Assistant Manager Question Paper
SBI IT (Systems) Assistant Manager Question PaperHarish Rawat
 

Similar to OOM MCQ Dev by Prof PL Pradhan TGPCET, NAGPUR (20)

Object Oriented Analysis and Design one marks Q & A
Object Oriented  Analysis  and  Design one marks Q & AObject Oriented  Analysis  and  Design one marks Q & A
Object Oriented Analysis and Design one marks Q & A
 
Ooad quiz
Ooad quizOoad quiz
Ooad quiz
 
Std 12 Computer Chapter 6 object oriented concept important mcqs
Std 12 Computer Chapter 6 object oriented concept important mcqsStd 12 Computer Chapter 6 object oriented concept important mcqs
Std 12 Computer Chapter 6 object oriented concept important mcqs
 
Session 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdfSession 3 Software Engineering UGC NET.pdf
Session 3 Software Engineering UGC NET.pdf
 
Thi
Thi Thi
Thi
 
PART - 1 Cpp programming Solved MCQ
PART - 1 Cpp programming Solved MCQPART - 1 Cpp programming Solved MCQ
PART - 1 Cpp programming Solved MCQ
 
UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1
UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1 UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1
UGC-NET, GATE and all IT Companies Interview C++ Solved Questions PART - 1
 
Kality CS Model_Exit_Exams_with_answer - Copy (2).doc
Kality CS Model_Exit_Exams_with_answer - Copy (2).docKality CS Model_Exit_Exams_with_answer - Copy (2).doc
Kality CS Model_Exit_Exams_with_answer - Copy (2).doc
 
BISH CS Modle Exit Exam.doc
BISH CS Modle Exit Exam.docBISH CS Modle Exit Exam.doc
BISH CS Modle Exit Exam.doc
 
ML-MCQ.pdf
ML-MCQ.pdfML-MCQ.pdf
ML-MCQ.pdf
 
Std 12 computer chapter 8 classes and objects in java important MCQs
Std 12 computer chapter 8 classes and objects in java important MCQsStd 12 computer chapter 8 classes and objects in java important MCQs
Std 12 computer chapter 8 classes and objects in java important MCQs
 
Software Engineering Question Bank.docx
Software Engineering Question Bank.docxSoftware Engineering Question Bank.docx
Software Engineering Question Bank.docx
 
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdf
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdfSubject name Object Oriented Analysis and DesignMultiple Choice (.pdf
Subject name Object Oriented Analysis and DesignMultiple Choice (.pdf
 
Cis115 programming logic
Cis115 programming logicCis115 programming logic
Cis115 programming logic
 
Section two
Section twoSection two
Section two
 
C++ questions
C++ questionsC++ questions
C++ questions
 
Core java interview faq
Core java interview faqCore java interview faq
Core java interview faq
 
SBI IT (Systems) Assistant Manager Question Paper
SBI IT (Systems) Assistant Manager Question PaperSBI IT (Systems) Assistant Manager Question Paper
SBI IT (Systems) Assistant Manager Question Paper
 
Oops ppt
Oops pptOops ppt
Oops ppt
 
Part - 2 Cpp programming Solved MCQ
Part - 2  Cpp programming Solved MCQ Part - 2  Cpp programming Solved MCQ
Part - 2 Cpp programming Solved MCQ
 

Recently uploaded

Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 

OOM MCQ Dev by Prof PL Pradhan TGPCET, NAGPUR

  • 1. Object Oriented Methodology MCQ Developed by Dr PL Pradhan Professor TGPCET NAGPUR 1.Complex real object contains A. attributes B. variables C. constants D. strings Ans: A: attributes 2.Member function will access data and return value to user when it is A. called B. declared C. initialized D. deleted Ans:A: called 3.Language which is called pure object oriented language because everything in it is treated consistently as an object, from primitives such as characters and punctuation, all way up to whole classes, prototypes, blocks, modules, etc. is A. SmallTalk B. PHP C. C D. Matlab Ans: A: SmallTalk 4.In object oriented language, single unit which has data and its function is termed as A. attribute B. object C. constant D. loop Ans: B: object
  • 2. 5. Which of the following is the functionality of ‘Data Abstraction’? a) Reduce Complexity b) Binds together code and data c) Parallelism d) None of the mentioned Ans: a) Reduce Complexity 6. Which of the following mechanisms is/are provided by Object Oriented Language to implement Object Oriented Model? a) Encapsulation b) Inheritance c) Polymorphism d) All of the mentioned Ans: d) All of the mentioned 7. Which of the these is the functionality of ‘Encapsulation’? a) Binds together code and data b) Using single interface for general class of actions. c) Reduce Complexity d) All of the mentioned Ans:a) Binds together code and data 8. What is ‘Basis of Encapsulation’? a) object b) class c) method d) all of the mentioned Ans: d) all of the mentioned 9. Which of the following is a mechanism by which object acquires the properties of another object? a) Encapsulation b) Abstraction c) Inheritance d) Polymorphism Ans: c) Inheritance
  • 3. 10. Which of the following supports the concept of hierarchical classification? a) Polymorphism b) Encapsulation c) Abstraction d) Inheritance Ans: d) Inheritance 11.Which Keyword from the following is used to inherit properties from one class into another? a) extends b) subclasses c) native d) all of the mentioned Ans: a) extends 12. Which of the following concept is often expressed by the phrase, ‘One interface, multiple methods’? a) Abstraction b) Polymorphism c) Inheritance d) Encapsulation Ans: b) Polymorphism 13. The method of design encompassing the process of object oriented decomposition and a notation for depicting both logical and physical and as well as static and dynamic models of the system under design is known as: a) Object- Oriented Programming b) Object- Oriented Design c) Object- Oriented Analysis d) None of the mentioned Ans: b) Object- Oriented Design 14.What is the programming style of the object oriented conceptual model? a) Invariant relationships b) Algorithms c) Classes and objects d) Goals, often expressed in a predicate calculus.
  • 4. Ans: c) Classes and objects 15.The process of compartmentalizing the elements of an abstraction that constitute its structure and behavior is called as a) Hierarchy b) Encapsulation c) Modularity d) Entity Abstraction Ans: b) Encapsulation 16. Single inheritance, Multiple inheritance, and Aggregation comes under _______ a) Modularity b) Typing c) Hierarchy d) None of the mentioned Ansc) Hierarchy 17. What is that concept in type theory in which a single name may denote objects of many different classes that are related by some common super class referred to ______ a) Monomorphism b) Type Checking c) Polymorphism d) Generalization Ans;c) Polymorphism 18. Object oriented technology is built upon a sound engineering foundation, whose elements are collectively called as _________ a) Von Neumann Model b) Object Model c) Structured Model d) Programming Model Ans: b) Object Model 19.Callback is an operation provided by a) Inheritance b) Encapsulation
  • 5. c) Modularity d) Abstraction Ans d) Abstraction 20. Inheritance is an example of which type of hierarchy a) Class Structure b) Object Structure c) Both d) None of the mentioned Ans: a) Class Structure 21. Superclass represents ______________ abstractions a) Generalized abstractions b) Specialization abstractions c) Both d) None of the mentioned Ans: a) Generalized abstractions 22.Subclass represents _______________ abstractions a) Generalized abstractions b) Specialization abstractions c) Both d) None of the mentioned Ans b) Specialization abstractions 23. Which of the following statements about object model is true? I. Object model encourages the reuse of software and entire design of the application. II. Object model produces systems that are built upon stable intermediate forms. III. Object model reduce the inherent in developing complex systems. IV. None of the mentioned a) I, III b) I, II c) I, II, III d) IV Ans:c) I, II, III
  • 6. 24. Which of the following property is associated with objects? a) State b) Behavior c) Identity d) All of the mentioned Ans: d) All of the mentioned 25.Which of the property of a object encompasses all of the (usually static) properties of the object plus the current (usually dynamic) values of each of these. a) Semantics b) Behavior c) State d) Identity Ans c) State 26.A ________ is a description of a set of objects that share the same attributes, operations, relationships, and semantics. a) Structure b) Class c) Constructor d) Function Ans: b) Class 27. Process used for determining respective project's requirements and than develop a design for that project is termed as A. initializing B. requirement checking C. analysis D. project study E. Ans C: analysis 28.An attribute is a data item held by which of the following ? a) Class
  • 7. b) Object c) All of the mentioned d) None of the mentioned Ans: c) All of the mentioned 29.An operation can be described as? a) Object behavior b) Class behavior c) Functions d) Object & Class behavior Ans d) Object & Class behavior 30. In data-flow diagram, ………………… represent functions, which transform inputs to outputs. A) rounded rectangle B) rectangles C) circles D) arrows Ans:A ) rounded rectangle