"Why is it necessary to classify data according to its type in computer programming?"
- From: Fred Nurk <albert.xtheunknown0@xxxxxxxxx>
- Date: Mon, 05 Jul 2010 08:24:31 GMT
It is necessary to classify data into different types because a computer
must use a system of codes to classify the data processed.
That's my answer (which I've tried to take from my textbook) to this
thread's subject.
My textbook has this paragraph:
A data type refers to how the computer classifies data. We can all see at
a glance whether data is numerical or expressed as a percentage or
currency but a computer must use a system of codes to classify the
different types of data that are processed. The different data types in
computer programming include integers, characters, Boolean, floating
point numbers, real numbers, dates, pointers, records, algebraic data
types, abstract data types, reference types, classes and function types.
Does my answer make sense? Could I do a better job of showing my
understanding of the importance of data types using the textbook
paragraph?
.
- Follow-Ups:
- Re: "Why is it necessary to classify data according to its type in computer programming?"
- From: blmblm
- Re: "Why is it necessary to classify data according to its type in computer programming?"
- From: Joshua Maurice
- Re: "Why is it necessary to classify data according to its type in computer programming?"
- From: Paul N
- Re: "Why is it necessary to classify data according to its type in computer programming?"
- From: tm
- Re: "Why is it necessary to classify data according to its type in computer programming?"
- From: Daniel T.
- Re: "Why is it necessary to classify data according to its type in computer programming?"
- From: Ben Bacarisse
- Re: "Why is it necessary to classify data according to its type in computer programming?"
- Prev by Date: Re: Compiling programs
- Next by Date: "Why is it necessary to classify data according to its type in computer programming?"
- Previous by thread: need ur help for my Masters project(TASM project)
- Next by thread: Re: "Why is it necessary to classify data according to its type in computer programming?"
- Index(es):
Relevant Pages
|