a kind of error that is caused when you receive false or unwanted information
What is Logic Error?
A system that allows you to display a popup message to a user
What is MessageBox
A math function that allows you to retrieve the absolute value of a number
What is .Abs
A system used to represent points in space
What is Coordinate System
A kind of error that causes the program to stop or crash
An Object that allows you to display a list of items
What is ListBox
A string function that allows you to join two string together
What is .Concat
As the X increases on the coordinate scale, the point goes to the ____
Right
A kind of programming error that is caused by a typo in the code
What is Syntax Error
An Object that combines a drop down menu and a text box
What is Combo Box
A math function that allows you to detect the sine of an angle
What is Sin()
(In computer programming) As the Y increases on the coordinate scale, the point goes ____
Down
What is boolean
An Object/System that allows you to integrate multiple screens in a program
What is MenuStrip
A string function that outputs the amount of characters in a string
What is Len()
An Object used to display an image
What is PictureBox
A programming structure that executes a segment of code a specified amount of time
What is Loop
A programming system used to detect valid or invalid input, and instructions on what to do if the input data is invalid
What is Try Catch
A data type that allows you to store multiple data entries
What is Array
A coordinate system is broken into _ quadrants
What is Quadrants