MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Storage for data defined in terms of set of operations to be performed on the data
A
Arrays
B
Variables
C
Abstract Data Types
D
Algorithms
Explanation: 

Detailed explanation-1: -Abstract Data type (ADT) is a type (or class) for objects whose behavior is defined by a set of values and a set of operations. The definition of ADT only mentions what operations are to be performed but not how these operations will be implemented.

Detailed explanation-2: -Databases. Most applications store data in a database, a system that stores data on a computer in a way that can be easily accessed, updated, queried, and deleted. Behind the scenes, a database also stores the data in files.

Detailed explanation-3: -In computer science, a set is an abstract data type that can store unique values, without any particular order. It is a computer implementation of the mathematical concept of a finite set.

Detailed explanation-4: -Databases: Databases use data structures such as trees, heaps, and hash tables to store and retrieve data efficiently. Operating systems: Operating systems use data structures such as lists, queues, and stacks to manage tasks, processes, and memory.

There is 1 question to complete.