About following computer programming languages, which one is not belong to high-level?
A: C++
B: Visual Basic
C: Machine Language
D: JAVA
A: C++
B: Visual Basic
C: Machine Language
D: JAVA
举一反三
- languages are intermediate level languages that are very close to machine language and do not have the level of linguistic sophistication exhibited by other high-level languages。 A: Assembly B: high-level C: low-level D: machine
- Which of the following belong to an object-oriented programming language? A: Java B: C C: D: Python E: C
- With the languages introduced by thethird generation of computer programming, words and commands (instead of justsymbols and numbers) were being used. These languages, therefore, had syntaxthat was much easier to understand. Third generation languages are known as"high level languages" and include C, C++, Java, and Javascript,among others.
- 执行以下程序段后,变量c $的值为 a $="Visual Basic Programming" b $="C++" c $=Uease(Left $(a $, 7)) & b $ & Right $(a $, 12) A: Visual BASIC Programming B: VISUAL C++ Programming C: Visual C++ Programming D: VISUAL BASIC Programming
- Which language is actually executed by the central processing unit of a computer? A: high-level language B: assembly language C: machine language D: virtual language