Show:
Questions
Responses
Print
Vocab
Design Elements
Visual Studio
Programming
Misc.
100
Objects
What are the pieces that make up a Visual
Studio.net
program.
100
Toolbox
What is a collection of tools that allows you to add objects to a form
100
Project
What is a collection of files that makes up a Visual
Basic.net
program
100
Hard-coded
What is information that is directly input into the source code and cannot change
100
Sub
What is short for Subroutine
200
Form
What is the object that holds the buttons, boxes, and other objects to make up the program's user interface.
200
Pixel
What is the smallest dot on a screen the computer can control
200
Focus
What is the object that is currently active
200
Method
What is a function associated with an object that is used to change a property or change a property to take another action
200
Radio Buttons
What is small circular boxes used for user input, multiple radio buttons can be selected at once
300
Command Button
What is a Command Button
300
Properties
What is the characteristics of an object that describes how it looks and functions
300
Tab Order
What is order in which objects receive focus from hitting the tab key
300
Case Sensitive
What is whether capital or lower case letters are viewed similarly, or different
300
Enabled Property
What is property that makes a control inactive but still visible
400
Software Development Tool
What is a tool that allows you to create programs
400
Visible
What is property that allows objects to be seen or invisible
400
Solution
What is a collection of one or more projects
400
Subroutine
What is a section of code that executes a specific action
400
Error Handler
What is code that executes when an error is detected
500
Integrated Development Environment
What is a program that includes tools for creating, testing and running programs
500
Flowchart
What is symbols and shapes connected by lines to illustrate the steps of a program
500
Event Driven
What is the computer is constantly waiting for an action from the user using the keyboard, mouse or other input device
500
Event procedure
What is a subroutine that responds to an event
500
Unary Minus
What performs negation, making a positive, negative, or a negative number, positive