0% found this document useful (0 votes)
39 views

1.1.2.2 Programming - Absolute Basics

This document discusses the differences between natural languages and programming languages. It notes that computers have their own language called machine language that allows them to perform very simple commands like taking a number, dividing it, and saving the result. Machine languages are developed by humans to allow communication with computers using a predetermined set of commands, unlike natural languages which evolved on their own and are still changing.

Uploaded by

eka russanty
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

1.1.2.2 Programming - Absolute Basics

This document discusses the differences between natural languages and programming languages. It notes that computers have their own language called machine language that allows them to perform very simple commands like taking a number, dividing it, and saving the result. Machine languages are developed by humans to allow communication with computers using a predetermined set of commands, unlike natural languages which evolved on their own and are still changing.

Uploaded by

eka russanty
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

6/28/2019 1.1.2.

2 Programming - absolute basics

    Sandbox (/sandbox)

Natural languages vs. programming languages


A language is a means (and a tool) for expressing and recording thoughts. There are many
languages all around us. Some of them require neither speaking nor writing, such as body
language; it's possible to express your deepest feelings very precisely without saying a word.

Another language you use each day is your mother tongue, which you use to manifest your
will and to think about reality. Computers have their own language, too, called machine
language, which is very rudimentary.

A computer, even the most technically sophisticated, is devoid of even a trace of intelligence.
You could say that it is like a well-trained dog - it responds only to a predetermined set of
known commands.

The commands it recognizes are very simple. We can imagine that the computer responds to
orders like "take that number, divide by another and save the result".

A complete set of known commands is called an instruction list, sometimes abbreviated to


IL. Di erent types of computers may vary depending on the size of their ILs, and the
instructions could be completely di erent in di erent models.

Note: machine languages are developed by humans.

No computer is currently capable of creating a new language. However, that may change
soon. On the other hand, people use a number of very di erent languages, too, but these
languages created themselves. Moreover, they are still evolving.

New words are created every day and old words disappear. These languages are called
natural languages.

Prev (/learn/programming-essentials-in-python/programming-absolute-basics)
https://edube.org/learn/programming-essentials-in-python/programming-absolute-basics-1 1/1

You might also like