Computer Science, asked by ms8171965811gmailcom, 10 months ago

Match the following:
1. Assembly language
2. Machine language
3. Very high level language
4. Object oriented language
5. High level language
6. Procedural language
from the following:
(I) Mnemonic codes are used.
(ii) Imperative language
(iii) FORTRAN, COBOL and C++
(iv) Java & JavaScript
(v) SQL and CSP
(vi) Also known as binary language​

Answers

Answered by amanpathak8833
7

Answer:

1=1

2=6

3=4

4=2

5=3

6=5

it will help you

Answered by bharathparasad577
0

Answer:

Assembly language -  Mnemonic codes are used.

Machine language -  Also known as binary language​

Very high-level language - Java & JavaScript

Object-oriented language - Imperative language

High-level language - SQL and CSP

Procedural language - FORTRAN, COBOL, and C++

Concept:
A programming language is any set of rules that transforms strings into different types of machine code output, or graphical program elements in the case of visual programming languages. Computer programming uses programming languages, one type of computer language, to implement algorithms.

Explanation:

Assembly language

Any low-level programming language having a close resemblance between its instructions and the architecture's machine code is known as assembly language, assembler language, or symbolic machine code in computer programming. One statement per machine instruction (1:1) is the norm for assembly language, however constants, comments, assembler directives, symbolic labels for things like memory locations, registers, and macros are typically also available.

Machine language

Hexadecimal, octal decimal and binary digits (0s and 1s) are all examples of machine language that can only be understood by computers and are incomprehensible to humans. People can comprehend, use, and apply the assembly language, which is made up of mnemonics like Mov, Add, Sub, End, and others.

Very high-level language

The goal of the high-level programming language known as "very high-level language" (VHLL) is to lessen the complexity and volume of source code needed to develop a program. Higher data and control abstraction capabilities are incorporated into VHLL. A goal-oriented programming language is another name for a very high-level programming language.

Object-oriented language

In order to develop software applications, object-oriented language (OOL), a high-level computer programming language, provides objects and the processes that go with them.

High-level language

High-level languages are friendly to humans. Thus, they are relatively simple for any coder to comprehend and learn.

Procedural language

A procedural language is a type of computer programming language that executes a series of commands sequentially. The computer languages BASIC, C, FORTRAN, Java, and Pascal are examples of procedural languages. Scriptwriters and software developers frequently utilize procedural languages as their primary programming language.

#SPJ2

Similar questions