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.
Data Structures And Algorithms (UCS408 And UCS613)
This quiz assesses knowledge in Data Structures and Algorithms, focusing on sorting techniques, stack operations, and data structure selection for hierarchical relationships. It...
Questions:
10 |
Attempts:
150 |
Last updated:
Mar 20, 2023
|
Data Structure Exam Quiz!
The 'Data Structure Exam Quiz!' assesses advanced understanding in data structures, focusing on Disjoint Set Union, Segment Trees, and Fenwick Trees. It tests skills in optimizing...
Questions:
27 |
Attempts:
326 |
Last updated:
Mar 22, 2023
|
Data Structures Using Python
This quiz titled 'Data structures using Python' assesses knowledge in Python-based data structures, focusing on stack operations, LIFO principles, and general data structure...
Questions:
13 |
Attempts:
578 |
Last updated:
Aug 23, 2023
|
Quiz Struktur Data P9
Quiz Struktur Data P9 assesses understanding of queue operations and principles, focusing on linear list forms, enqueue and dequeue operations. It evaluates the first-in-first-out...
Questions:
15 |
Attempts:
196 |
Last updated:
Jan 04, 2024
|
Multiple Choice Questions-Tuples & Dictionaries
This quiz focuses on tuples and dictionaries in Python, testing knowledge on tuple indexing, slicing, and comprehension, as well as practical applications in Python programming....
Questions:
20 |
Attempts:
2346 |
Last updated:
Mar 01, 2024
|
Multiple Choice Questions -List & Dictionary
This quiz assesses knowledge on Python lists and dictionaries, covering creation, manipulation, and built-in functions. It is designed for learners to test their understanding of...
Questions:
28 |
Attempts:
1545 |
Last updated:
Mar 22, 2023
|
Wait!
Here's an interesting quiz for you.