COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is the name for converting data from one datatype to another?
|
function
|
|
casting
|
|
concatenation
|
|
validation
|
Explanation:
Detailed explanation-1: -Converting one datatype into another is known as type casting or, type-conversion. For example, if you want to store a ‘long’ value into a simple integer then you can type cast ‘long’ to ‘int’.
Detailed explanation-2: -Data Transformation is a simple process in which data is converted from one format to another. Usually, data is in excel sheets, database files, XML format, or any other. In data transformation, we can convert data from any one format to another. This data is validated and cleansed.
There is 1 question to complete.