1/113
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Syntax error
Message that means the code breaks the language grammar and prevents compilation
Introductory Comment
States the program name, developer's name, date, and purpose of the program.
Syntax
Set of rules that specify how each statement must be written.
Hint
A screen that indicates where in the Visual Studio window you should perform an activity.
Image property
Specifies the image that should be displayed in the selected PictureBox object.
Disabled
A button state where nothing will happen when the button is pressed.
Build error
Message produced when the project fails to build; can include compiler errors, missing references, or other build-time failures
Intellisense
Displays all allowable entries you can make in VB each time a dot is entered.
Apostrophe
The character that precedes comments in Visual Basic.
Event handler
Section of code that handles events that user actions trigger.
Program code
Set of instructions written by the developer.
Procedure
A set of prewritten code that can be called by a statement in Visual Basic code.
Green
Color of text for comments.
BackColor
Property that allows you to change the background color of an object.
Visible
Property that controls whether an object is displayed on the form.
SizeMode
Property used to adjust an image size to fit in a PictureBox object.
Start Debugging
The button you click on the standard toolbar to run the program.
Event Planning
Document (2 words) that lists UI objects that cause events, the triggering action, and the processing required.
Resources
Folder where images are kept that are linked to the application.
looping
The process of repeating a set of instructions while a condition is true or until a condition is met.
menu
A graphical list of commands or options; in VB menus contain MenuItems that can trigger actions or shortcuts.
InputBox
A built-in Visual Basic function that displays a dialog prompting the user for text input and returns the entry as a string.
ListBox
A Windows Forms control that displays a list of values with one item per line and allows the user to select items.
accumulator
A variable used to collect or sum values across loop iterations (holds the running total or combined result).
iteration
One single pass or repetition of the body of a loop.
Do While loop
A pre-test loop that repeats its body as long as a specified condition remains True (checks condition before each iteration).
infinite loop
A loop that never terminates because its exit condition is never met or the control variable is never changed.
Priming the loop
Initializing a loop control variable or input before entering a loop so the loop's condition can be evaluated correctly on the first check.
breakpoints
Debugger markers you place in code to pause execution at a specific line so you can inspect variables and program state.
CTRL
The Control key on the keyboard; used as a modifier for keyboard shortcuts (for example,Ctrl+C to copy).
*/ operator
Not a valid compound operator — a combination of multiply (*) and divide (/) symbols; compound assignment operators combine arithmetic with assignment (e.g.,+=).
blue
A color commonly used by the Visual Basic/IDE code editor to display reserved keywords as part of syntax highlighting.
top-controlled
A loop that tests its condition before executing the loop body (a pre-test loop, e.g.,While ... End While).
bottom-controlled
A loop that tests its condition after executing the loop body (a post-test loop, e.g.,Do ... Loop While).
nested
A structure where one loop or control block is placed inside another loop or block (loops within loops).
debugging
The process of finding, diagnosing, and fixing errors or bugs in code using tools such as breakpoints and watches.
And
logical operator which requires all conditions to be true.
OKCancel
a MsgBoxStyle that wil display an OK and Cancel button on a message box.
Case Select
an alternative to using a series of If statements which may be clearer to understand.
Unicode
term used to describe the characters that are stored and sequenced to accommodate more than 60,000 characters.
To
word used is a case statement along with the beginning and ending value to determine a range of values
Not
logical operator with the highest order of preference which allows you to state conditions that are expressed in a negative way.
Code Snippets
pieces of code in Visual Basic that you can insert in an application.
IsNumeric
Visual Basic function that can check the input value to determine of the value can be converted into a numeric value.
Relational Operator
symbols used in a conditional like <, >, <=, and <>.
Nested
term used to describe when you place one If statement within another If statement.
Or
logical operator that has the lowest order of precedence and only requires one condition to be true.
Is
word used with relational operators in a Select Case statement.
Conditional
statement that results in a tested condition either being true or false.
Concatenate
combine strings and strings and variables using the '&' symbol
Information
the setting within MsgBoxStyle that will display an information icon.
Compound
condition to describe when more than one condition is included in an If..Then..Else statement.
Variable
A named location in RAM where a program stores data for processing.
Global Variable
A variable that can be accessed and modified in multiple regions or procedures of a program.
Local Variable
A variable that can only be referenced within the region or procedure in which it is declared.
Constant
A named value that remains unchanged throughout program execution, declared with the Const keyword.
Dim
A Visual Basic keyword used to declare a variable.
Argument
A value or reference passed to a procedure or function when it is called.
Sub Procedure
A block of code that performs a specific task but does not return a value.
Procedure
A prewritten block of code that can be executed by calling its name within a program.
ToString
A built-in method that converts numeric or other data types to a string representation.
TextBox
A user interface object that allows users to input text into a program.
Snap Lines
indicates where a textbox object aligns with other objects on a form
Equal Sign (=)
Symbol used to assign a value to a variable in an assignment statement.
Dot Operator (.)
Used to separate an object or class name from its property, method, or event.
Mod Operator
An arithmetic operator that returns the remainder of a division operation.
Numeric Data Type
A category of data types used in arithmetic operations (e.g., Integer, Double, Decimal).
Integer
a data type that holds a nondecimal whole number in Visual Basic
Char
a data type that represents a single keystroke such as a letter of the alphabet
String Variable
A variable used to hold a sequence of characters or text. (Also is a named location in ram that can store a string value)
str Prefix
A naming prefix conventionally used for String variables in Visual Basic.
RAM
Random Access Memory; temporary program memory used to store data and variable values during execution.
Green Squiggly Underline
A code editor indicator showing that a variable or identifier is declared but never used in the program.
Hardware
the physical equipment associated with a computer
Software
programs that tell a computer what tasks to perform
Data
words numbers videos graphics and sound that programs manipulate display and process
Input
data that is entered into a computer system
Output
information produced by a computer after processing input
Information
processed data that is meaningful to the user
Persistent data
data that remains available even after the computer power is turned off
Application
a computer program designed to perform a specific task
Suite
a collection of several computer programs working together
Database
a collection of data organized to allow access retrieval and use
Programming language
a set of words and symbols that can be interpreted by software and executed by a computer
Syntax
the rules that govern how programming language statements are written
Compilation
the process of translating a program into instructions the computer can understand
CPU
the component of the computer that executes program instructions
RAM
temporary memory where programs and data are stored while the computer is running
GUI
Graphical User Interface that allows users to interact with a program visually
IDE
Integrated Development Environment that provides tools for coding testing and implementing programs
Visual Studio 2010
an IDE used to develop Visual Basic programs
Developer
a person who designs and develops computer programs
Event-driven program
a program that responds to user actions such as clicks or keystrokes
Class
a named group of program code
New Project
To start a new project, click the ________________ button on the Standard toolbar
Alphabetical
In the Properties window, the properties can appear in Categorized view or ________________ view.
View
To display the Solution Explorer window, click _______________ on the menu bar, then click Solution Explorer on the menu.
Two-headed Arrow
When the mouse pointer is over the sizing handle, it changes to a ________________ that indicates you can drag to change the size of the Windows Form object.
Format
To center an object in the window, click ________________ on the Menu bar and then point to Center in Form.
Undo
You can undo an action you just performed by clicking the ________________ button on the Standard toolbar