FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Datatypes and Structures are characteristics of the
A
Reliability
B
Readability
C
Orthogonality
D
Cost
Explanation: 

Detailed explanation-1: -Characteristics of a data structure There are three main characteristics: Correctness. Time complexity. Space complexity.

Detailed explanation-2: -The basic Python data structures in Python include list, set, tuples, and dictionary. Each of the data structures is unique in its own way. Data structures are “containers” that organize and group data according to type. The data structures differ based on mutability and order.

There is 1 question to complete.