Section 1

Preview this deck

control

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (20)

Section 1

(20 cards)

control

Front

object that can be manipulated; provides a way to interact with the user and give program functions

Back

variable

Front

sequence of characters representing a changeable value or other form of data

Back

name property

Front

"name" of control is used in the code to refer to the control

Back

Radio button

Front

only one radio button can be selected at a time

Back

text property

Front

"text" of control is visible to user

Back

visible property

Front

turn into whether or not the control can be seen

Back

form

Front

Control on which all other controls are placed

Back

lblTitle.text

Front

assignment control

Back

property

Front

characteristic of a control; determined behaviors and looks

Back

local variable

Front

A variable that can only be used in one section of a program

Back

myBase.load

Front

place to put code that would be executed as soon as visual basic program starts running

Back

checkbox

Front

multiple checkboxes can be selected

Back

timer

Front

Computer can automatically perform a task repeatedly at set intervals

Back

chkInformation.Checked

Front

true (control becomes checked)

Back

computer program

Front

set of instructions (code) that can perform one or more tasks when run by a computer

Back

me keyword

Front

used to access code for my visual basic program

Back

dim

Front

define variables being used in visual basic program

Back

textbox

Front

A user can type into a text box

Back

label

Front

user cannot type into a label

Back

global variable

Front

A variable that can be used in any part of the program.

Back