Terminology Flashcards

1
Q

Comment

A

A part of code that is ignored by python and is intended to help a human reader.

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

Function

A

Named sequence of instructions that perform a collective process

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

Identifier

A

Word consisting of letter,s numbers and _characters used to name functions and variables

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

Variable

A

A container for data types

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

String/numerical literal

A

Fixed character sequences or numbers used directly

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

Expression

A

Arithmetic expression combining variables, numeric literals and arithmetic operators

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

Syntax

A

Fundamental rules of a programming language

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