• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/53

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

53 Cards in this Set

  • Front
  • Back
a keyword that may be optionally used to call a procedure
Call
a button on a form that is clicked when the user presses the – key
cancel button
file containing HTML styles that affect the appearance of text and graphics on Web pages
Cascading Style Sheet (CSS)
a button on the Properties window that causes related properties to be displayed in groups
Categorized button
a Boolean property; when the focus is shifting from Control A to Control B, and Control B's CausesValidation property is set to True, Control A's Validating event will fire
CausesValidation property
the part of the computer that fetches instructions, carries out operations commanded by the instructions, and produces some outcome
central processing unit (CPU)
a box that is checked or unchecked when clicked with the mouse
CheckBox
CheckBox control
allows the user to make yes/no or on/off selections; may appear alone or in groups
looks like a group of check boxes, but works like a list box
CheckBoxList control
occurs when the state of a radio button or check box changes
CheckedChanged event
A property of radio buttons and check boxes; it is set to True when the control is selected and False when the control is deselected. Also a MenuItem object property that may be set to True or False; when set to True, the object becomes a checked menu item.
Checked property
an intrinsic function that accepts a character code as an argument and returns the character that corresponds to the code
Chr function
a program structure that defines an abstract data type
class
defines a class and member variables, properties, events, and methods
class declaration
the portion of a class that is hidden from client programs
class implementation
the portion of a class that is visible to the application programmer who uses the class
class interface
instances of a class
class objects
a variable that has class scope
class-level variable
when you declare a variable inside a class; also known as module scope
class scope
entity that consumes data and makes requests of a server
client
a program written to use a class; this term is in reference to the clientserver relationship between a class and the programs that use it
client program
describes interaction between users of a program (the clients) and the server (as in a Web server)
client-server model
closes a form and releases its visual par from memory
Close method
a form event procedure that executes after a form has closed
Closed event handler
a form event procedure that executes as a form is in the process of closing, but before it has closed
Closing event handler
stores the source code for a Web form
codebehind file
code that is automatically inserted into an event procedure, consisting of the first and last lines of the procedure; you must add the code that appears between these two lines
code template
a Visual Studio tool that lets you expand and collapse sections of code
code outlining
a text-editing window in which you write code
Code window
an object that is similar to an array; it is a single unit that contains several items and dynamically expands or shrinks in size as items are added or removed
collection
allows the user to select a color
Color dialog box
displays a Color dialog box
ColorDialog control
the vertical lists of data in a database table
columns
combine an arithmetic operator with an assignment operator
combined assignment operators
similar to list boxes; display lists of items to the user
combo boxes
a control that is the combination of a ListBox and a TextBox
ComboBox
notes of explanation that document lines or sections in a method; also known as remarks
comments
- typically written in languages such as C or Perl; process information collected by HTML controls
Common Gateway Interface (CGI)
- syntax errors, such as misspelled keywords and incorrect use of operators or punctuation; statements containing compile errors are underlined with a jagged blue line
compile errors
special controls in Visual Basic that provide the linking mechanism in a database
components
resizable region at the bottom of the Design window that holds invisible controls
component tray
combine an arithmetic operator with an assignment operator
compound operators or combined assignment operators
describes statements that are only performed when certain conditions exist
conditionally-executed
provides the low-level functionality to interact with a data source
connection object
a flowcharting symbol used to connect two flowcharts when a flowchart does not fit on a single sheet of paper or must be divided into sections
connector symbol
a method that is automatically called when an instance of the class is created
constructor
on the Dynamic Help window; displays a table of contents in which related help topics are organized into groups
Contents button
a pop-up menu that is displayed when the user right-clicks a form or control
context menu
a help screen that is displayed when the ! key is pressed (for the item that is currently selected)
context-sensitive help
a value that can be concatenated with a string to produce multiple line displays
ControlChars.CrLf
objects, usually used as on-screen elements in a Visual Basic application
controls
a collection property that holds the number of items in the collection
Count property
a variable that is regularly incremented or decremented each time a loop iterates
counter