Unit 5
Unit 6
Unit 7
Unit 8
100

a kind of error that is caused when you receive false or unwanted information

What is Logic Error?

100

A system that allows you to display a popup message to a user

What is MessageBox

100

A math function that allows you to retrieve the absolute value of a number

What is .Abs

100

A system used to represent points in space

What is Coordinate System

200

A kind of error that causes the program to stop or crash

What is Runtime Error
200

An Object that allows you to display a list of items

What is ListBox

200

A string function that allows you to join two string together

What is .Concat

200

As the X increases on the coordinate scale, the point goes to the ____

Right

300

A kind of programming error that is caused by a typo in the code

What is Syntax Error

300

An Object that combines a drop down menu and a text  box

What is Combo Box

300

A math function that allows you to detect the sine of an angle

What is Sin()

300

(In computer programming) As the Y increases on the coordinate scale, the point goes ____

Down

400
A data type that stores two values that represent true or false

What is boolean

400

An Object/System that allows you to integrate multiple screens in a program

What is MenuStrip

400

A string function that outputs the amount of characters in a string

What is Len()

400

An Object used to display an image

What is PictureBox

500

A programming structure that executes a segment of code a specified amount of time

What is Loop

500

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

500

A data type that allows you to store multiple data entries

What is Array

500

A coordinate system is broken into _ quadrants 

What is Quadrants