Computer Science, asked by tathdora, 5 months ago

define programming language, types of programming languages,machine level language,assembly level langauge,high level language,4 generation language,2 introduction to assembler,compiler and case tools​

Answers

Answered by anshu24497
2

 \large\mathfrak{\color{lightblue}{Programming \: Language}}

A programming language is a formal language comprising a set of instructions that produce various kinds of output. Programming languages are used in computer programming to implement algorithms. Most programming languages consist of instructions for computers.

 \large \mathfrak{ \color{skyblue}{Types \: Of \: Programming \: Language}}

  1. Java
  2. C++
  3. Javascript
  4. SQL
  5. Python

 \large\mathfrak{ \color{cyan}{{Machine \: Level \: Language}}}

In computer programming, machine code, consisting of machine language instructions, is a low-level programming language used to directly control a computer's central processing unit.

 \large \mathfrak{ \color{deepskyblue}{{Assembly \: Level \: Language}}}

An assembly language is a low-level programming language designed for a specific type of processor. It may be produced by compiling source code from a high-level programming language (such as C/C++) but can also be written from scratch. Assembly code can be converted to machine code using an assembler.

 \large \mathfrak{ \color{royalblue}{{High \: Level \: Language}}}

In computer science, a high-level programming language is a programming language with strong abstraction from the details of the computer.

 \large \mathfrak{ \color{teal}{{4 \: Generation \: Language}}}

A fourth-generation programming language is any computer programming language that belongs to a class of languages envisioned as an advancement upon third-generation programming languages.

 \large \mathfrak{ \color{blue}{{2 \: Introduction \: to \: Assembler}}}

Assembler is a program for converting instructions written in low-levelassembly code into relocatable machine code and generating along information for the loader. It generates instructions by evaluating the mnemonics (symbols) in operation field and find the value of symbol and literals to produce machine code.

 \large \mathfrak{ \color{navy}{{Compiler}}}

In computing, a compiler is a computer program that translates computer code written in one programming language into another language. The name "compiler" is primarily used for programs that translate source code from a high-level programming language to a lower level language to create an executable program.

 \large \mathfrak{ \color{indigo}{{CASE \: Tools}}}

Computer-aided software engineering is the domain of software tools used to design and implement applications. CASE tools are similar to and were partly inspired by computer-aided design tools used for designing hardware products. CASE tools are used for developing high-quality, defect-free, and maintainable software.

Similar questions