1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Programming
Language
A set of words, abbreviation and
symbols that enables a programmer to
give instructions to a computer.
computer program
A computer program consists of a series of instructions that
guides a computer in performing specific tasks.
language types
high-level language , low-level language
low-level languange example |
machine language, assembly language
high-level language example
c++, java, cobol, fortran
machine language benefit
pro: ready for immediate execution
assembly language benefits
easier to learn than machine language.
machine languange con
highly cryptic
tend to be lengthy
assembly language con
must be translated into machine language; still machine dependent.