0% found this document useful (0 votes)
4 views1 page

Overview of Programming Languages

The document discusses learning to code and programming languages, explaining that coding involves translating human instructions into binary code that computers can understand. It notes there are low-level and high-level coding languages, with lower-level languages resembling binary code more closely and higher-level languages being easier for coding. Popular modern languages include JavaScript, C, and Perl.

Uploaded by

Chiheb Chaabani
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Overview of Programming Languages

The document discusses learning to code and programming languages, explaining that coding involves translating human instructions into binary code that computers can understand. It notes there are low-level and high-level coding languages, with lower-level languages resembling binary code more closely and higher-level languages being easier for coding. Popular modern languages include JavaScript, C, and Perl.

Uploaded by

Chiheb Chaabani
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Explorers

Coding
Skill Overview: Programming Languages

Transcript

Learning to code is literally like learning a new language. Computers run on binary code
written in ones and zeros which is very difficult for humans to work with. Just as people
can understand different languages, computers can understand different languages too
like Python, C, C++ and more, which translate our instructions into binary.

There are low-level and high-level coding languages. Lower-level languages more
closely resemble binary code, while higher-level languages are easier to code in. Most of
the popular programming languages in use today are high level languages. C is a low-
level programming language that is good for graphics, and heavy applications like
games. JavaScript on the other hand is for the web. Perl is sometimes known as the
Swiss Army knife of programming because of its multi functionality. What makes things
easier for beginners is that many coding languages share similar basic features.

A text file written in a particular programming language is called a program.

You might also like