Respuesta :

Java and C++ are examples of compiled programming languages.

On a broader level, computer languages are divided into two kinds: compiled programming languages and interpreted programming languages.

The function of the computer language is to transform human readable code into a form that can be understood by the computer.

The main difference between a compiled language and interpreted language is that compiled language uses compilers instead of interpreters.

Compilers have the capability to transfer programming languages into machine codes.

Examples of computer languages include C++ and Java. In C++, the source code is translated into machine code.

PHP, Javascript, and Python are examples of interpreted programming languages.

Although part of your question is missing, you might be referring to this full question:

Java

C++

PHP

Javascript

Python

To learn more about programming languages, click here:

https://brainly.com/question/14484765

#SPJ4