This 2012 Online Examination System quiz assesses knowledge in computer science, focusing on data structures like queues and linked lists. It evaluates understanding of computational complexity and programming logic, essential for students and professionals in the field.
Polymorphism
Inheritance
OverLoading
Rate this question:
Inherits data members and member functions from base class.
Object can access protected members with the dot operator.
Inherits data members and member functions from base class as well as Inherits constructors and destructor.
Rate this question:
Data hiding.
Encapsulation
Data Binding
Rate this question:
The automatic assignment operator is used
The copy constructor is used
Run-time error
Rate this question:
Information hiding
Make implementation independent
Minimizing interdependencies among modules
Rate this question:
No
Sometimes
Yes, but only if the two classes have the same name.
Rate this question:
No.
Yes, but only if the main program does not declare both kinds.
Yes, this is always allowed.
Rate this question:
None of these
O(n)
O(n)
Rate this question:
Serialization
Persistence
Marshalling
Rate this question:
Object
Class
Exceptions for objects
Rate this question:
Team
Sports
Cricket
Rate this question:
O(log2n)
O(n).
O(n log2n).
Rate this question:
1) Association
2) Aggregation
3) Link
Rate this question:
A plane line with no shape on either end.
Diamond shape between classes.
A line with an arrow-head pointing in direction of parent or superclass.
Rate this question:
Data Type
Abstract Type
User Defined Type
Rate this question:
O(n log2n)
O(nlogn)
N log n
Rate this question:
if( (sum = 10) && (total < 20) )printf(
if( (sum == 10) && (total < 20) )printf(
if( (sum == 10) ¦¦ (total < 20) )printf(
Rate this question:
Utilize
Inherit
Adapt
Rate this question:
Inheritance.
Composition.
Association.
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.