TechTerms.com - Computer and Technology Terms Defined and Explained
Browse Alphabetically
#   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z


Parse printable version
No, this is not a typo of the word "sparse." To parse text means to break it up into smaller parts. The term is commonly used in computer science to refer to reading programming code. For example, after a program is written, whether it be in C++, Java, or any other language, the code needs to be parsed by the complier in order to be compiled. Web scripts, written in scripting languages such as Perl or PHP, need to be parsed on the Web server so that they can output the correct HTML to a user's browser.

Parsing can also mean breaking up ordinary text. For example, search engines typically parse search phrases entered by users so that they can more accurately search for each word. Some programs can parse text documents and extract certain information like names or addresses. Spreadsheet programs can turn formatted documents into tables with rows and columns by parsing the text. The uses of parsing are clearly not sparse.
Tech Factor Tech Factor of 6
Category
Technical Terms

About the Tech Terms Dictionary | Terms of Use | Help | Contact

Copyright © 2005-2008 TechTerms.com. All Rights Reserved.