CISSP考试指南笔记:8.8 编程语言和概念

Machine language is in a format that the computer’s processor can understand and work with directly.

An assembly language is considered a low-level programming language and is the symbolic representation of machine-level instructions.

Third-generation programming languages are known as high-level languages due to their refined programming structures. High-level languages use abstract statements.

Fourth-generation programming languages focus on highly abstract algorithms that allow straightforward programming implementation in specific environments.

The early 1990s saw the conception of the fifth generation of programming languages (natural languages).

Assemblers, Compilers, Interpreters


Assemblers are tools that convert assembly language source code into machine code.

Compilers are tools that convert high-level language statements into the necessary machine-level format (.exe, .dll, etc.) for specific processors to understand.

A tool called an interpreter does the last step of transforming high-level code to machine-level code.

The greatest advantage of executing a program in an interpreted environment is that the platform independence and memory management functions are part of an interpreter. The major disadvantage with this approach is that the program cannot run as a stand-alone application, but requires the interpreter to be installed on the local machine.

garbage collector identifies blocks of memory that were once allocated but are no longer in use and deallocates the blocks and marks them as free.

剩余内容请关注本人公众号debugeeker, 链接为CISSP考试指南笔记:8.8 编程语言和概念

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值