MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
It represents the set of operations that a data structure supports.
A
Execution
B
Interconnecting
C
Interface
D
Implementation
Explanation: 

Detailed explanation-1: -Interface represents the set of operations that a data structure supports. An interface only provides the list of supported operations, type of parameters they can accept and return type of these operations.

Detailed explanation-2: -An interface describes what a data structure does, while an implementation describes how the data structure does it. An interface, sometimes also called an abstract data type, defines the set of operations supported by a data structure and the semantics, or meaning, of those operations.

Detailed explanation-3: -Set Operations include Set Union, Set Intersection, Set Difference, Complement of Set, and Cartesian Product.

Detailed explanation-4: -Core operating system (OS) resources and services are enabled through the use of data structures such as linked lists for memory allocation, file directory management and file structure trees, as well as process scheduling queues.

There is 1 question to complete.