L10. Programming Languages and Coding Vocabulary
L10. Programming Languages and Coding Vocabulary
Programming
Languages & Coding
Vocabulary
1 Revision
1) What do QA engineers do? What kind of
documents do they work with?
1. Number of jobs.
2. Number of learning resources.
3. How many people use it at work.
4. Popularity (is the language trending up or
down?).
№6
6. С++
C++ is the fastest performing language. If you're going to
write software where every millisecond counts, then C++ is
the language you're looking for. Fun fact: most browsers
(such as Chrome, for instance) are programmed in C++.
Overall, there are only 10,000 remote C++ dev jobs on
Indeed (popular job search site). It also has the lowest use
at 24 % of developers reporting that they code in C++ on a
daily basis. But this doesn't mean that it's going to go out of
use in the near future. It just means that this language is
used for very specific low-level tasks.
The majority of web browsers are
programmed in C++
True False
№5
5. С#
If you want to work with the Microsoft .NET framework,
you're going to need C#. You can also use C# for Unity
game development and a variety of other different things.
C# has double the amount of jobs of C++ at 20,000. There's
also some demand for this language on the freelance market
which you can take advantage of. About 30% of the
development community use it at work. The trend line for
this language is kind of flat.
brackets
What do we call it in English?
What do we call it in English?
space
square brackets
What do we call it in English?
What do we call it in English?
(curly) braces
What do we call it in English?
:-
What do we call it in English?
semicolon
comma
: - colon
What do we call it in English?
What do we call it in English?
double quotes
single quotes
What do we call it in English?
What do we call it in English?
equals
is equal to
Time to practice!