第四代编程语言_几代编程语言

第四代编程语言

几代编程语言 (Generations of programming language)

Programming languages have been developed over the year in a phased manner. Each phase of developed has made the programming language more user-friendly, easier to use and more powerful. Each phase of improved made in the development of the programming languages can be referred to as a generation. The programming language in terms of their performance reliability and robustness can be grouped into five different generations,

一年来已经分阶段开发了编程语言 。 开发的每个阶段都使编程语言更加用户友好,更易于使用和更强大。 编程语言开发中进行的每个改进阶段都可以称为一代。 就其性能可靠性和鲁棒性而言,编程语言可以分为五代

  1. First generation languages (1GL)

    第一代语言(1GL)

  2. Second generation languages (2GL)

    第二代语言(2GL)

  3. Third generation languages (3GL)

    第三代语言(3GL)

  4. Fourth generation languages (4GL)

    第四代语言(4GL)

  5. Fifth generation languages (5GL)

    第五代语言(5GL)

1.第一代语言(机器语言) (1. First Generation Language (Machine language))

The first generation programming language is also called low-level programming language because they were used to program the computer system at a very low level of abstraction. i.e. at the machine level. The machine language also referred to as the native language of the computer system is the first generation programming language. In the machine language, a programmer only deals with a binary number.

第一代编程语言也被称为低级编程语言,因为它们被用来以非常低的抽象级别对计算机系统进行编程。 即在机器级别。 机器语言也称为计算机系统的本地语言,是第一代编程语言。 在机器语言中,程序员仅处理二进制数。

Advantages of first generation language

第一代语言的优势

  • They are translation free and can be directly executed by the computers.

    它们是免费翻译的,可以由计算机直接执行。

  • The programs written in these languages are executed very speedily and efficiently by the CPU of the computer system.

    用这些语言编写的程序可以由计算机系统的CPU快速高效地执行。

  • The programs written in these languages utilize the memory in an efficient manner because it is possible to keep track of each bit of data.

    用这些语言编写的程序可以有效地利用内存,因为可以跟踪数据的每一位。

2.第二代语言(汇编语言) (2. Second Generation language (Assembly Language))

The second generation programming language also belongs to the category of low-level- programming language. The second generation language comprises assembly languages that use the concept of mnemonics for the writing program. In the assembly language, symbolic names are used to represent the opcode and the operand part of the instruction.

第二代编程语言也属于低级编程语言的类别。 第二代语言包括使用助记符概念编写程序的汇编语言。 在汇编语言中,符号名用于表示指令的操作码和操作数部分。

Advantages of second generation language

第二代语言的优势

  • It is easy to develop understand and modify the program developed in these languages are compared to those developed in the first generation programming language.

    与以第一代编程语言开发的程序相比,易于开发理解和修改以这些语言开发的程序。

  • The programs written in these languages are less prone to errors and therefore can be maintained with a great case.

    用这些语言编写的程序不太容易出错,因此可以很好地维护。

3.第三代语言(高级语言) (3. Third Generation languages (High-Level Languages))

The third generation programming languages were designed to overcome the various limitations of the first and second generation programming languages. The languages of the third and later generation are considered as a high-level language because they enable the programmer to concentrate only on the logic of the programs without considering the internal architecture of the computer system.

第三代编程语言旨在克服第一代和第二代编程语言的各种限制。 第三代及以后的语言被视为高级语言,因为它们使程序员仅专注于程序的逻辑,而无需考虑计算机系统的内部体系结构。

Advantages of third generation programming language

第三代编程语言的优势

  • It is easy to develop, learn and understand the program.

    开发,学习和理解程序很容易。

  • As the program written in these languages are less prone to errors they are easy to maintain.

    由于使用这些语言编写的程序不易出错,因此易于维护。

  • The program written in these languages can be developed in very less time as compared to the first and second generation language.

    与第一代和第二代语言相比,用这些语言编写的程序可以在很短的时间内开发出来。

Examples: FORTRAN, ALGOL, COBOL, C++, C

示例: FORTRAN,ALGOL,COBOL,C ++,C

4.第四代语言(非常高级的语言) (4. Fourth generation language (Very High-level Languages))

The languages of this generation were considered as very high-level programming languages required a lot of time and effort that affected the productivity of a programmer. The fourth generation programming languages were designed and developed to reduce the time, cost and effort needed to develop different types of software applications.

新一代语言被认为是非常高级的编程语言,需要大量时间和精力,从而影响了程序员的生产率。 第四代编程语言的设计和开发是为了减少开发不同类型的软件应用程序所需的时间,成本和精力。

Advantages of fourth generation languages

第四代语言的优势

  • These programming languages allow the efficient use of data by implementing the various database.

    这些编程语言通过实现各种数据库,可以有效地使用数据。

  • They require less time, cost and effort to develop different types of software applications.

    他们需要更少的时间,成本和精力来开发不同类型的软件应用程序。

  • The program developed in these languages are highly portable as compared to the programs developed in the languages of other generation.

    与以其他语言开发的程序相比,以这些语言开发的程序具有高度的可移植性。

Examples: SOL, CSS, coldfusion

示例: SOL,CSS,coldfusion

5.第五代语言(人工智能语言) (5. Fifth generation language (Artificial Intelligence Language))

The programming languages of this generation mainly focus on constraint programming. The major fields in which the fifth generation programming language are employed are Artificial Intelligence and Artificial Neural Networks

这一代的编程语言主要关注约束编程。 采用第五代编程语言的主要领域是人工智能和人工神经网络

Advantages of fifth generation languages

第五代语言的优势

  • These languages can be used to query the database in a fast and efficient manner.

    这些语言可用于快速有效地查询数据库。

  • In this generation of language, the user can communicate with the computer system in a simple and an easy manner.

    在这种语言的产生中,用户可以以简单和容易的方式与计算机系统通信。

Examples: mercury, prolog, OPS5

示例:汞,序言,OPS5

翻译自: https://www.includehelp.com/basics/generations-of-programming-language.aspx

第四代编程语言

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/544252.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

20款华丽的几何形状字体【免费下载】

这里手机的字体使用几何形状设计。流畅简洁的线条,完美的圆形的角度建立一个完整性的设计感。使用几何形状生成出每一个优雅而现代的字母。这些字体可以用于标题和正文。由于他们的设计适合任何干净简约设计,因此很受欢迎。向下滚动并下载这些免费几何字…

MySQL 精选 60 道面试题(含答案)

金三银四到了,给大家整理一些数据库必知必会的面试题。基础相关1、关系型和非关系型数据库的区别?关系型数据库的优点容易理解,因为它采用了关系模型来组织数据。可以保持数据的一致性。数据更新的开销比较小。支持复杂查询(带 wh…

Python中的简单图案打印程序

Pattern 1: 模式1: ** ** * ** * * ** * * * *Code: 码: for row in range (0,5):for column in range (0, row1):print ("*", end"")# ending rowprint(\r)Pattern 2: 模式2: Now if we want to print nu…

Spring Boot 如何解决多个定时任务阻塞问题?

大家好,我是不才磊哥~最近长文撸多了,有点累,今天来点简单的。今天这篇文章介绍一下Spring Boot 中 如何开启多线程定时任务?为什么Spring Boot 定时任务是单线程的?想要解释为什么,一定要从源码入手&#…

mysql之explain

⊙ 使用EXPLAIN语法检查查询执行计划 ◎ 查看索引的使用情况 ◎ 查看行扫描情况⊙ 避免使用SELECT * ◎ 这会导致表的全扫描 ◎ 网络带宽会被浪费话说工欲善其事,必先利其器。今天就简单介绍下EXPLAIN。 内容导航 idselect_typetabletypepossible_keyskeyke…

SpringCloud OpenFeign + Nacos正确打开方式!

作者 | 磊哥来源 | Java中文社群(ID:javacn666)转载请联系授权(微信ID:GG_Stone)Nacos 支持两种 HTTP 服务请求,一个是 REST Template,另一个是 Feign Client。之前的文章咱们介绍过…

array.unshift_Ruby中带有示例的Array.unshift()方法

array.unshiftArray.unshift()方法 (Array.unshift() Method) In this article, we will study about Array.unshift() Method. You all must be thinking the method must be doing something which is related to unshifting of objects in the Array instance. It is not as…

为什么创建线程池一定要用ThreadPoolExecutor?

作者 | 磊哥来源 | Java面试真题解析(ID:aimianshi666)转载请联系授权(微信ID:GG_Stone)在 Java 语言中,并发编程都是依靠线程池完成的,而线程池的创建方式又有很多,但从…

ruby array_Ruby中带有示例的Array.fill()方法(3)

ruby arrayArray.fill()方法 (Array.fill() Method) In this article, we will study about Array.fill() method. You all must be thinking the method must be doing something related to populate the Array instance. Well, we will figure this out in the rest of our …

Objects.equals有坑

前言最近review别人代码的时候,发现有个同事,在某个业务场景下,使用Objects.equals方法判断两个值相等时,返回了跟预期不一致的结果,引起了我的兴趣。原本以为判断结果会返回true的,但实际上返回了false。记…

strtoupper 小写_PHP strtoupper()函数与示例

strtoupper 小写PHP strtoupper()函数 (PHP strtoupper() function) strtoupper() function is a string function it accepts the string and returns an uppercase string. strtoupper()函数是一个字符串函数,它接受字符串并返回大写字符串。 Syntax: 句法&#…

Java 18 正式发布,默认 UTF-8,finalize 被弃用,别再乱用了!

JDK 18 正式发布JDK 17 刚发布半年,JDK 18 又如期而至,JDK 版本号这算是成年了?JDK 18 发布了,栈长继续为大家解读!JDK 18 延续了 JDK 17 开创的免费策略,但,JDK 18~20 不是长期支持…

Spring官方推荐的@Transactional还能导致生产事故?

在Spring中进行事务管理非常简单,只需要在方法上加上注解Transactional,Spring就可以自动帮我们进行事务的开启、提交、回滚操作。甚至很多人心里已经将Spring事务与Transactional划上了等号,只要有数据库相关操作就直接给方法加上Transactio…

python函数实例化_用Python实例化函数

python函数实例化In terms of Mathematics and Computer science, currying is the approach/technique by which we can break multiple-argument function to single argument function. 从数学和计算机科学的角度来看, 柯里化是一种方法/技术,通过它我…

京东二面:MySQL 主从延迟、读写分离 7 种解决方案!

我们都知道互联网数据有个特性,大部分场景都是 读多写少,比如:微博、微信、淘宝电商,按照 二八原则,读流量占比甚至能达到 90%结合这个特性,我们对底层的数据库架构也会做相应调整。采用 读写分离处理过程&…

array_keys_PHP array_keys()函数与示例

array_keysPHP array_keys()函数 (PHP array_keys() function) array_keys() function is used to get the keys of an array, it accepts an array as an argument and returns a new array containing keys. array_keys()函数用于获取数组的键,它接受一个数组作为…

再见Postman,这款API神器更好用!

代码未动,文档先行其实大家都知道 API 文档先行的重要性,但是在实践过程中往往会遇到很多困难。程序员最讨厌的两件事:1. 写文档,2. 别人不写文档。大多数开发人员不愿意写 API 文档的原因是写文档短期收益远低于付出的成本&#…

strtolower_PHP strtolower()函数与示例

strtolowerPHP strtolower()函数 (PHP strtolower() function) strtolower() function is a string function, it accepts the string and returns an lowercase string. strtolower()函数是一个字符串函数,它接受该字符串并返回小写字符串。 Syntax: 句法&#xf…

如何保证数据库和缓存双写一致性?

前言数据库和缓存(比如:redis)双写数据一致性问题,是一个跟开发语言无关的公共问题。尤其在高并发的场景下,这个问题变得更加严重。我很负责的告诉大家,该问题无论在面试,还是工作中遇到的概率非…

面试官:AtomicInteger是如何保证线程安全?

blog.csdn.net/nanhuaibeian/article/details/120936139一、为什么引入 AtomicInteger ?谈到线程安全,会首先想到了synchronized 和 Lock,但是这种方式又有一个名字,叫做互斥锁,一次只能有一个持有锁的线程进入,再加上…