Types of errors
Types of operators
Types of variables
Functions
Data/the internet
100

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

100

What is the point of operators?

Performing calculations, comparisons, and logical operations within computer programs

100

What type of variable is true or false?

Boolean

100

What is a function?

A code body that has a name, it can take in parameters, or data to act upon

100

What kind of data is made publicly available so it can be analyzed?

Open Data

200

What type of programming error is an incorrect value from attempting to represent a number that
is too precise?

Round-off Error

200

What type of operator has to do with <, >, <=, >=, ==, != used in Boolean expressions?

Comparison operator 

200

What type of variable is made of many characters, needs double quotes, or single quotes?

String

200

What is a command that executes the code within a function?

Function call

200

What is the practice of obtaining input or information from a large number of people via the internet?

Crowdsourcing

300

What type of programming error occurs while a program is executing, not during compilation or translation?

Runtime error 

300

What type of operator is NOT (!), AND (&&), and OR (||), which evaluate to a Boolean value?

Logical operator 

300

What is a variable?

Can hold at most one value, such as a number, a string of text, or even another object 

300

What is the input variables of a procedure?

Parameters

300

What is data that does not accurately reflect the full population or phenomenon being studied?

Data Bias

400

What type of programming error is it where the code runs without crashing but produces incorrect or unexpected results?

Logic error 

400

What type of operator is part of most programming languages and include addition, subtraction, multiplication, division, and modulus operators?

Arithmetic operator 

400

What type of variable is permanent and can be used anywhere in a program?

Global variable 

400

What are the values passed to the parameter?

Arguments

400

What is a software intended to damage a computing system or to take partial control over its operation?

Malware

500

What type of programming error is an incorrect value from attempting to represent a number that is too large?

Overflow error 

500

What type of operator allows a program to change the value represented by a variable?

Assignment operator 

500

What type of variable is temporary and can only be used in the part it was created in?

Local variable

500

What kind of statement is an "if" statement?

Conditional statement

500

What is a wireless access point that gives unauthorized access to secure networks?

Rogue Access Point