NEW
Font size
WorksheetsComputer Science Slip test 2
Total questions: 10
Worksheet time: 8mins
Which of the following is a powerful concept that allows programmers to treat codes as objects?
Encapsulation
Data abstraction
Inheritance
Polymorphism
Which of the following provides modularity?
Datatypes
objects
classes
abstraction
ADT expansion is
Abstract data template
absolute data type
abstract data type
application developement tool
The process of provideing only the essentials and hiding the details is known as
functions
abstraction
encapsulation
pairs
How many ways to implement an ADT?
Only one
Two
Three
Many
Which of the following are implemented using lists?
Singly linked list ADT
Doubly Linked list ADT
Stack ADT
Queue ADT
All of these
Which of the following gives an implementation independent view?
Abstract
Concrete
Datatype
Behavior of an object
Which of the following extract the information of the object?
Constructors
Functions
Selectors
Destructors
Which of the following are functions that build the abstract datatype?
Constructors
DEstructors
Selectors
All of these
Which of the following function that facilitate the data abstraction?
Constructors
Selectors
DEstructors
a and b
