FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Data types are differed on basis of
A
way of storage
B
both (a) and (b)
C
type of operations
D
None of the above
Explanation: 

Detailed explanation-1: -There are two general types of data – quantitative and qualitative and both are equally important.

Detailed explanation-2: -Almost every programming language handles the concept of data type explicitly and includes almost the same basic data types. A data type is a classification or grouping of data. In programming, a specific data type assignment helps the compiler to select an efficient and proper machine representation.

Detailed explanation-3: -A data type is a special kind of classifier, similar to a class. It differs from a class in that instances of a data type are identified only by their value. All copies of an instance of a data type and any instances of that data type with the same value are considered to be equal instances.

There is 1 question to complete.