Save
...
3.2 Programming
Programming I
Programming Basics
Save
Share
Learn
Content
Leaderboard
Learn
Created by
🐌
Visit profile
Cards (5)
What is a Variable Assignment?
Changing the
value
of a
variable
What is Initialisation?
Assigning
a variable with its
first
value
What is a Variable
A
temporary memory
location
which holds a value that can
change
(during program
execution
)
What is a Constant
A
temporary memory
location
which holds a value that stays the
same
(during program
execution
)
What is Selectio
Choosing the
path
a program will follow based on a
condition
E.G:
If
,
elif
,
else