English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-06-20 07:42:14 · 5 answers · asked by ting196320022002 1 in Computers & Internet Other - Computers

5 answers

Essential to make shorter. It is a common computer process to truncate a string. If I take the string:
"The big brown dog" and truncate it to 7 characters I get:
"The big"
This can be useful when the sting from an input should be limited to a specific length.

In mathematics, truncation is the term used for reducing the number of digits right of the decimal point, by discarding the least significant ones.

For example, consider the real numbers

5.6341432543653654
32.438191288
6.3444444444444
To truncate these numbers to 4 decimal digits, we only consider the 4 digits to the right of the decimal point.

The result would be:

5.6341
32.4381
6.3444

2006-06-20 07:48:03 · answer #1 · answered by davidmi711 7 · 0 0

truncate, like people mentioned above, means to shorten something. For instance, if you have a paragraph describing a book, but you only want to show the first 100 characters of the paragraph on the first page, and someone can click to read the full paragraph, then you would truncate the paragraph on the first page.

2006-06-20 07:47:03 · answer #2 · answered by Kiaya 2 · 0 0

This Site Might Help You.

RE:
what does truncate mean?

2015-04-23 10:27:23 · answer #3 · answered by Anonymous · 0 0

truncate means to chop off. In the case of a database it means to remove all data from a table. i.e. "truncate tbl_salary".

2006-06-20 07:45:19 · answer #4 · answered by Hax 3 · 0 0

Truncate is a term mainly used in DB operations.

It means that delete all rows from a table. This is one operation compared to one delete operation on the table for each row.

So, it is a very good operation if you want to empty out a DB table.

2006-06-20 07:45:50 · answer #5 · answered by Anonymous · 0 0

I got the whole message and it still showed truncated

2016-03-18 22:53:08 · answer #6 · answered by Anonymous · 0 0

"To cut short". For instance, if you type "Orville Redenbacher" into a database field and it only stores "Orville Rede", it has been truncated.

2006-06-20 07:45:45 · answer #7 · answered by -j. 7 · 0 0

To cut off or shorten to make something fit the space allotted to it.

2006-06-20 07:45:18 · answer #8 · answered by americanwoman22309 3 · 0 0

to make shorter

2006-06-20 07:45:42 · answer #9 · answered by jimbob92065 5 · 0 0

fedest.com, questions and answers