Lesson 6 Flashcards
Python
Most used programming language in 2021 and one of the easiest to learn.
Programming languages
They translate commands in English to commands in binary. It would take forever for a human to write it in binary.
C++
Operating systems
JavaScript
interactivity on the internet
C#
apps and web development
IDE
allows programmers to type out and edit code.
Shell window
It is used for small pieces of code. But it is bad for large pieces as you cannot save your work.
display text that you added as a parameter value.
Editor Window
Good for writing out whole programs and save them as files.
Syntax
THe rules for programming languages.
Purple
built in functions
Orange
keywords like if or true
Green
texts that are in quotation marks
Blue
is for text output when the program runs
red
errors
black
all other text
coments
notes to yourself and other programmers you would use # for one line. Or ‘’’ for multiple lines.