What type of programming error is a character or string incorrectly placed in a command or instruction that causes a failure in execution?
Syntax error
What is the point of operators?
Performing calculations, comparisons, and logical operations within computer programs
What type of variable is true or false?
Boolean
What is a function?
A code body that has a name, it can take in parameters, or data to act upon
What kind of data is made publicly available so it can be analyzed?
Open Data
What type of programming error is an incorrect value from attempting to represent a number that
is too precise?
Round-off Error
What type of operator has to do with <, >, <=, >=, ==, != used in Boolean expressions?
Comparison operator
What type of variable is made of many characters, needs double quotes, or single quotes?
String
What is a command that executes the code within a function?
Function call
What is the practice of obtaining input or information from a large number of people via the internet?
Crowdsourcing
What type of programming error occurs while a program is executing, not during compilation or translation?
Runtime error
What type of operator is NOT (!), AND (&&), and OR (||), which evaluate to a Boolean value?
Logical operator
What is a variable?
Can hold at most one value, such as a number, a string of text, or even another object
What is the input variables of a procedure?
Parameters
What is data that does not accurately reflect the full population or phenomenon being studied?
Data Bias
What type of programming error is it where the code runs without crashing but produces incorrect or unexpected results?
Logic error
What type of operator is part of most programming languages and include addition, subtraction, multiplication, division, and modulus operators?
Arithmetic operator
What type of variable is permanent and can be used anywhere in a program?
Global variable
What are the values passed to the parameter?
Arguments
What is a software intended to damage a computing system or to take partial control over its operation?
Malware
What type of programming error is an incorrect value from attempting to represent a number that is too large?
Overflow error
What type of operator allows a program to change the value represented by a variable?
Assignment operator
What type of variable is temporary and can only be used in the part it was created in?
Local variable
What kind of statement is an "if" statement?
Conditional statement
What is a wireless access point that gives unauthorized access to secure networks?
Rogue Access Point