Programming Language Flashcards
Unit 1-Part 2
How do humans communicate with computers and tell it what to do?
-Through writing programs using programming languages
What are the main categories for classifying computer languages?
-Low level language
-Mid Level Language
-High level language
What is a low level language/machine language also known as?
Binary Language
What is a benefit of using low level languages?
-It is a memory efficient language with very fast execution time
What is a downside of using a low level language?
-Very tedious for programmers to write, debug and maintain low-level programs
-Not used very often nowadays
What are low level languages mostly used for programming?
-To develop operating systems
-To develop device drivers
-To develop databases and applications that requires direct hardware access