Programming Flashcards
What is a variable?
A location in memory that contains data that can be changed.
What is a constant?
A location in memory that contains data that cannot be changed.
What is casting?
Transferring one data type to another
What is an integer?
A whole number of
What is a reel/ float?
A decimal number
What is a char?
One alphanumeric in speech marks
What is a string?
Alphanumerical characters in speech marks
What is a Boolean?
True or False answer options
What is a sequence?
A program that I ran in order from top to bottom
What is selection?
Changing which code is ran based on a condition
What is iteration?
Repeats a code based on a condition or a set number if times
What is a modulus?
How many is left over or remaining
What does ^ mean?
To the power of
What does DIV mean
How many is used up
What is abstraction?
Removing unnecessary details to make a problem easier to solve