COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
English-like keywords
|
|
short commands
|
|
zeros and ones
|
|
None of the above
|
Detailed explanation-1: -The high level language features include automatic memory management, garbage collection, interfacing with the kernel, extensive error checking, complex arithmetic or boolean expressions, etc.
Detailed explanation-2: -High-level languages are more human-friendly, in that you have keywords and variables that can be used throughout a program and are easy to follow. You can open and read or write a program in this language that may seem complex if you’re new to coding, but pales in difficulty when comparing to low-level languages.
Detailed explanation-3: -But many newer languages, like Python, Ruby, and Lua, come from non-English speaking countries (the Netherlands, Japan, and Brazil) and still use English-based keywords.
Detailed explanation-4: -Languages like FORTRAN, C, C++, JAVA, Python, etc., are examples of high-level languages. All these programming languages use human-understandable language like English to write program instructions.