C200: Intro to Computers and Programming
Exam 2 with questions and well verified
answers actual exam!!! 2026
Algorithm - ANSWER -A methodical, logical rule or procedure that guarantees solving a
particular problem.
Append (.append()) - ANSWER -Adding data to the end of a list
Argument of a function - ANSWER -The argument of a function is the variable on which
the function operates.
Parameter of a function - ANSWER -Acts as a placeholder for data.
Assign - ANSWER -To apply a value to a variable.
Block - ANSWER -A group of statements that are executed together, typically enclosed
in curly braces or defined by indentation.
Body of a function definition - ANSWER -Indented block of code that follows the
function's header line.
Boolean Value - ANSWER -A data type that is either true or false.
Boolean/Logical operator - ANSWER -Operator such as AND, OR, NOT which performs a
Boolean operation on some inputs.
Bounded Loop - ANSWER -Loop with a predetermined number of iterations.
, Break - ANSWER -Used to immediately break the loop.
Bug - ANSWER -An error in a program that prevents the program from running as
expected.
Comment Out - ANSWER -Commenting out code makes the computer ignore it, so it
does not run.
Comment - ANSWER -Notes in computer code for the programmer to see while the
computer ignores them.
Concatenate - ANSWER -The process of joining two strings, lists, or tuples together
using the + operator.
Condition - ANSWER -If, elif, else statements.
Copy - ANSWER -Duplicates selected objects at specified locations.
Data definition - ANSWER -The process of describing the properties of data that is to be
included in a database table.
De Morgan's Law - ANSWER -A set of rules for converting an expression containing NOTs
into an expression that does not contain any NOTs.
Docstring - ANSWER -A special comment located at the beginning of a program or the
beginning of a function that is used to automatically create help documentation.
Empty - ANSWER -A list, tuple, or string that contains no values within it.
Escape Sequence - ANSWER -An escape character, \, followed by one or more printable
characters used to designate a nonprintable character.
Exam 2 with questions and well verified
answers actual exam!!! 2026
Algorithm - ANSWER -A methodical, logical rule or procedure that guarantees solving a
particular problem.
Append (.append()) - ANSWER -Adding data to the end of a list
Argument of a function - ANSWER -The argument of a function is the variable on which
the function operates.
Parameter of a function - ANSWER -Acts as a placeholder for data.
Assign - ANSWER -To apply a value to a variable.
Block - ANSWER -A group of statements that are executed together, typically enclosed
in curly braces or defined by indentation.
Body of a function definition - ANSWER -Indented block of code that follows the
function's header line.
Boolean Value - ANSWER -A data type that is either true or false.
Boolean/Logical operator - ANSWER -Operator such as AND, OR, NOT which performs a
Boolean operation on some inputs.
Bounded Loop - ANSWER -Loop with a predetermined number of iterations.
, Break - ANSWER -Used to immediately break the loop.
Bug - ANSWER -An error in a program that prevents the program from running as
expected.
Comment Out - ANSWER -Commenting out code makes the computer ignore it, so it
does not run.
Comment - ANSWER -Notes in computer code for the programmer to see while the
computer ignores them.
Concatenate - ANSWER -The process of joining two strings, lists, or tuples together
using the + operator.
Condition - ANSWER -If, elif, else statements.
Copy - ANSWER -Duplicates selected objects at specified locations.
Data definition - ANSWER -The process of describing the properties of data that is to be
included in a database table.
De Morgan's Law - ANSWER -A set of rules for converting an expression containing NOTs
into an expression that does not contain any NOTs.
Docstring - ANSWER -A special comment located at the beginning of a program or the
beginning of a function that is used to automatically create help documentation.
Empty - ANSWER -A list, tuple, or string that contains no values within it.
Escape Sequence - ANSWER -An escape character, \, followed by one or more printable
characters used to designate a nonprintable character.