IT 116: Introduction to Scripting
Class 3 Ungraded Quiz
-
What do you call one or more lines of code that perform a complete action?
-
What do you call a series of statements that has a name and performs some task?
-
What do you call a value given to a function when it is run?
-
Where do arguments appear in a call to a function?
-
What do you call a a sequence of characters?
-
What do you call a value written out directly inside the code?
-
What do you call a statement that runs a function?
-
What do you call a statement that gives a value to a variable?
-
What do you call a location in RAM with a name that holds a value?
-
How do you create a variable in Python?