Difference between revisions of "High Level Language"
From InforWiki 2014
Wowshadimax (Talk | contribs) |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
The '''High Level Language'''[http://www.teach-ict.com/gcse_computing/ocr/216_programming/programming_languages/miniweb/pg4.htm] it's a code used to program, and it's much easier than low or medium level language because this type of language is very similar to human's. The characteristics of this type are: | The '''High Level Language'''[http://www.teach-ict.com/gcse_computing/ocr/216_programming/programming_languages/miniweb/pg4.htm] it's a code used to program, and it's much easier than low or medium level language because this type of language is very similar to human's. The characteristics of this type are: | ||
| − | + | ||
| − | + | * They're easier to write | |
| − | + | * They're easier to read | |
| − | + | * They're easier to mantain''' | |
| − | + | * They're portable, they can work in different CPUs | |
| + | * They supports a great number range of data''' types. | ||
| + | |||
| + | |||
| + | |||
| + | For example, in SQL | ||
| + | |||
| + | |||
| + | SELECT NOMBRE FROM ALUMNOS WHERE CIUDAD="VALDEPEÑAS"; | ||
Latest revision as of 07:15, 15 October 2015
The High Level Language[1] it's a code used to program, and it's much easier than low or medium level language because this type of language is very similar to human's. The characteristics of this type are:
- They're easier to write
- They're easier to read
- They're easier to mantain
- They're portable, they can work in different CPUs
- They supports a great number range of data types.
For example, in SQL
SELECT NOMBRE FROM ALUMNOS WHERE CIUDAD="VALDEPEÑAS";