Shared Flashcard Set

Details

Visual basic
Visual basic
93
Other
Not Applicable
03/23/2011

Additional Other Flashcards

 


 

Cards

Term
A small rectangular box containing a brief description is
Definition
Tool Tip
Term
To change the name of a form use
Definition
Text Property
Term
The dotted rectangle of a label is its
Definition
bounding box
Term
When an application is suspened for debugging it is in what mode
Definition
Break
Term
the mode you design and build an application is
Definition
deisgn mode
Term
the mode for testing an application
Definition
run mode
Term
Incorrect use of code or programming language is a
Definition
syntax erreor
Term
IDE stands for
Definition
Integrated development enviroment
Term
Auto hide can be enabled using the
Definition
Pushpin or right clicking
Term
btnClose_click is an example of
Definition
A method
Term
an error that occurs whilst an application is running is
Definition
A runtime error
Term
how often should a program be tested
Definition
As many times as needed
Term
memory locations that store data are called
Definition
Variables
Term
what operator will store a value in a variable or property
Definition
=
Term
what must a remark begin with
Definition
an apostrophe' or rem
Term
+,-,*,/,= are examples of
Definition
Operators
Term
part of an application ignored by the compileer
Definition
remarks, or comments
Term
Rules that must be followed
Definition
syntax
Term
contro; names can contain
Definition
letters, digits or underscores
Term
what is an algorithim
Definition
Method
Term
private, sub dim and end are exmples of
Definition
key words
Term
the name defining a control object is
Definition
a programmer defined name
Term
control names must start with
Definition
a letter
Term
what can not be used in a control name
Definition
Spaces, special symbols, or punctuation charachters
Term
a rectangular border that functions as a container for other controls
Definition
group box
Term
when moved with a mouse can increase or decrease a value
Definition
horizontal and vertical scroll bar
Term
a box that contains text that cannot be changed
Definition
Label
Term
programing statements that respon/perform are
Definition
event procedures
Term
a box that is checked is
Definition
check box
Term
A list and or text box
Definition
combo box
Term
an action such as clicking a button is an
Definition
event
Term
Text changed event is when
Definition
text is entered in a text box
Term
to respond to an event a method is used called a
Definition
event procedure
Term
propeties and methods are contained in an
Definition
object
Term
the window object on which objects are placed
Definition
Form
Term
text displayed is stored in
Definition
text property of the object
Term
data in an object is its
Definition
attribute
Term
in vb attributes are called
Definition
properties
Term
the actions an object performs is known as
Definition
methods
Term
a program made of one or more procedures
Definition
procedural
Term
graphical user interface is useful for what kind of programming
Definition
object orientated
Term
a program element that contains data and actions
Definition
object
Term
bydefault auto size is
Definition
true
Term
to change a labels text align use
Definition
Text align property
Term
stretch image does what
Definition
stretches or shrinks an image
Term
lblDirections is an example of
Definition
control name
Term
btnExit_click is an example of
Definition
method
Term
lblDirections = true is an example of
Definition
an assignment statement
Term
an editing box allows
Definition
a user to press enter to break a line, and edit
Term
a lsit that provides help and auto matic code is called
Definition
intellisense
Term
to complete a word with intellisense use
Definition
tab or space
Term
shift f7 is a shortcut to
Definition
the design window
Term
what is created when a control is double clicked
Definition
a code template
Term
5 major components in a computer
Definition
cpu, main memory, secondary storage, input devices, output devices.
Term
two general types of software
Definition
os and application
Term
machine language is known as
Definition
low level language
Term
the language used by us in VB
Definition
High level language
Term
this takes hi level language and converts to lowlevel
Definition
compiler
Term
procedural programing is developed by
Definition
Visual basic program
Term
a gui contains all the (4 things)
Definition
Properties actions methods and objects
Term
DIM is used to
Definition
Declare variables to hold input or data
Term
("c") instruct to hold as
Definition
currency
Term
lblHours.text is an example of
Definition
object property
Term
dblAmount.tostring is an example of
Definition
Variable method.
Term
private , sub ,dim and, end are examples of
Definition
Keywords
Term
words or names defined by the programmer ARE
Definition
programer defined names
Term
opeerators are/ do what
Definition
/perform operations on operands (usually numbers) add,subtract etc ,-+*
Term
remarks are also known as
Definition
comments.
Term
step 1
Definition
define
Term
step 2
Definition
visualise
Term
step 3
Definition
make a list
Term
step 4
Definition
define values
Term
step 5
Definition
make a list of methods
Term
step 6
Definition
create a flow chart or pseudo code.
Term
step 7
Definition
check chart code for errors
Term
short cut to view properties
Definition
f4
Term
short cut for save all
Definition
ctrl + shift + s
Term
shortcut to save
Definition
ctrl+ s
Term
tool tip can be turned off in
Definition
toolbox?
Term
name property is for
Definition
Programing
Term
text propety is
Definition
displayed
Term
directions.vbproj is the
Definition
project file
Term
sln is the
Definition
solution
Term
an application responds by executing code known as
Definition
event procedures or event handlers
Term
the subroutine is
Definition
the part of the program that we write
Term
lblshow.visisble = true is an example of
Definition
an assignment statement
Term
a boolean property means
Definition
it can only hold one or two properties
Term
to prevent moving a control during design use
Definition
right click and lock control
Term
to display a list of task based topics in the help menu use
Definition
how do i
Term
provides a link to to information found in local help
Definition
Dynamic help
Term
help found by words or phrases
Definition
search
Term
predefu=ined help
Definition
index
Term
compile errors are also known as
Definition
syntax errors
Supporting users have an ad free experience!