C
language is a high-level object-oriented language. (
)
language is a high-level object-oriented language. (
)
举一反三
- In practice, every computer language above assembly language is a high-level language.
- A(An) ( ) is a low-level language in binary code that the computer can understand and execute directly. A: machine language B: assembly language C: high-level language D: object-oriented language
- The following are not features of C language: ( ) A: Low level advaned programming language B: Allow direct access to the physical address to operate on the hardware C: Rich operators and data types in C language D: Object oriented programming language
- 执行以下代码输出的结果是(<br/>) a=”Python<br/>is a beautiful language”<br/>print(a.split()) A: Python<br/>is a beautiful language B: Python<br/>, is ,a, beautiful, language C: [‘Python’,‘is’,<br/>‘a’,‘beautiful’, ‘language’] D: AttributeError:’int’<br/>object has no attribute ‘split’
- The so-called program that can be directly executed inside an<br/>electronic computer is ____. A: High-level language programs B: Assembly language program C: Machine language programs D: Source program