A data storage location that can change during runtime
What is a variable?
Used to store money
What is Decimal?
The property shown visually on the control, often confused with name
What is the Text property?
The meaning of the acronym IDE
What is an Integrated Development Environment?
The shapes used on a flowchart
What are an oval, rectangle, and parallelogram?
Extra:
Chapter 4: Diamond
Location that cannot change during runtime
What is a Constant?
Used to store anything
What is String?
Used to refer to an object in code
What is the name property?
The four most used windows of the Visual Studio IDE
What are Designer, Properties, Solution Explorer, and Toolbox?
The two terms for when data is moved/converted to a variable that holds higher or lower data accuracy
What are Demotion and Promotion?
The method to use a variable or constant's contained data in code
What is use of the created name?
Used to store fractions
What is Double?
Determines where on the screen the application starts
What is StartPosition?
The method to see your files outside of the IDE
Right click Solution Explorer purple project 1/1 top line -> Open Folder in File Explorer
The 4 Basic Programming Structures
Sequence, Select/Selection, Iteration, SubProgram
Used to store whole numbers
What is Integer?
Used to select a control in combination with the ALT key when the application is running
What is an Access Key?
The next action after modifying the file name of the form
Close the Designer window, and re-open by double clicking on the .vb form file.
The object is to the cookie, and the class is to the ______.
What is the cookie cutter?
The keyword at the start of a global variable in a class
What is Shared?
Used to store True or False
What is Boolean?
The method to access properties in code
controlName.PropertyName
The file that has to be submitted for Lab submissions
The key used in ToString to display a number similar to currency, but without the dollar sign
N/n