Friday 18 January 2019

Generation of Programming Languages

 It is divided into five categories .They are
1.    The first generation languages are low-level languages that are machine language.
2.    The second-generation languages are also low-level  assembly languages . They are sometimes used in kernels  and hardware drives , but more commonly used for video editing and video games.
3.    The  third-generation languages  are high-level languages , such as  C,C++,Java,JavaScript and Visual Basic .
4.    The fourth-generation languages are languages that consist of statements similar to statements in a human language. Fourth generation languages are commonly used in database programming and scripts examples include Perl ,PHP,Python,Ruby and Sql.
5.    The fifth-generation languages are programming languages that contain visual tools to help develop a program. Examples of fifth generation languages include Mercury, OPS5, and Prolog .

1 comment:

  1. You don't realize how quickly technology is changing. Data science is highly technical and is therefore in high demand. A career in data science will open up many lucrative job opportunities. So, if you have been wanting to start your career in Data Science, now is the best time to enroll in a data science program with one of the best data science training institute in noida.

    ReplyDelete

apply function in R

1) apply function: It takes 3 arguments matrix,margin and function.. Example: m<-matrix(c(1,2,3,4),nrow=2,ncol=2) m #1 indicates it is ap...