MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What are 2 questions you should ask yourself when you don’t know what data structure to use?
A
What kind of information will I be storing?
B
What data type is most effective?
C
Where will I put the data structure?
D
How is that information going to be used?
Explanation: 

Detailed explanation-1: -Data structures make it easy for users to access and work with the data they need in appropriate ways. Most importantly, data structures frame the organization of information so that machines and humans can better understand it.

Detailed explanation-2: -Basically, data structures are divided into two categories: Linear data structure. Non-linear data structure.

There is 1 question to complete.