Lesson 6 Flashcards

1
Q

Python

A

Most used programming language in 2021 and one of the easiest to learn.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Programming languages

A

They translate commands in English to commands in binary. It would take forever for a human to write it in binary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

C++

A

Operating systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

JavaScript

A

interactivity on the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

C#

A

apps and web development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IDE

A

allows programmers to type out and edit code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Shell window

A

It is used for small pieces of code. But it is bad for large pieces as you cannot save your work.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Print

A

display text that you added as a parameter value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Editor Window

A

Good for writing out whole programs and save them as files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Syntax

A

THe rules for programming languages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Purple

A

built in functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Orange

A

keywords like if or true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Green

A

texts that are in quotation marks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Blue

A

is for text output when the program runs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

red

A

errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

black

A

all other text

17
Q

coments

A

notes to yourself and other programmers you would use # for one line. Or ‘’’ for multiple lines.