Shared Flashcard Set

Details

MIS 280
Dr. Aiken Final Exam
120
Management
Undergraduate 3
12/04/2011

Additional Management Flashcards

 


 

Cards

Term
Static
Definition
A __ Variable retains its value for the life of the project
Term
Showdialog
Definition
Make user respond to form with __
Term
show
Definition
do NOT make a user respond to form with
Term
hide
Definition
keep a form in memory but not on screen with
Term
Activate
Definition
The __ event triggers when you swtich to a form
Term
collection
Definition
group of objects with an index is a
Term
exit for
Definition
Use __ to get out of a For/Next loop
Term
continue for
Definition
Use __ to skip an iteration in a for/Next loop
Term
do...Loop
Definition
Use __ to skip an iteration in a for/next loop
Term
drawstring()
Definition
Use __ to design a print document
Term
{}
Definition
Use __ to initialize values in an array
Term
structure
Definition
Use __ to make a new data type
Term
For each
Definition
use __ to go through an array without an index
Term
redim
Definition
Use __ to change the size of an array
Term
.aspx
Definition
An asp.net web page has the __ file extension
Term
validator
Definition
With asp.net check user input with __ controls
Term
session
Definition
store values between web pages with __ controls
Term
AJAX
Definition
refresh a web page faster with
Term
SOAP
Definition
Use __ to communicate between applications
Term
.asmx
Definition
A webservice file has the __ extension
Term
Add service reference
Definition
Click __ to line to a webservice
Term
WSDL
Definition
the __ describes a webservice
Term
SmartPhone
Definition
An MS smartdevice phone is a
Term
PocketPC
Definition
A __ is a MS smartdevice
Term
SplitContainer
Definition
to resize an area of the form, use a
Term
anchor
Definition
to resize control while resizing the form, set the __ property
Term
XML
Definition
An advantage of ADO.NET is it uses __
Term
datagrid view
Definition
display data in a table with a __ compnent
Term
table adapter
Definition
USe a __ to retrieve and update data
Term
binding source
Definition
a __ component establishes a link to a database.
Term
data set
Definition
a tempory set of data in memory is a
Term
data bindings
Definition
Change the __ properties of a component to show a field
Term
imports
Definition
load a namespace with
Term
streamreader
Definition
use a __ to read a text file
Term
streamwriter
Definition
Use a __ to write a textfile
Term
input()
Definition
Use __ to read with FileOpen
Term
.close()
Definition
use __ when done with a text file
Term
new
Definition
to make an instance of on object, use
Term
get
Definition
to make a property readable use
Term
set
Definition
to make a property writeable
Term
Paint
Definition
USe the __ event subroutine to draw graphics
Term
pen
Definition
use the __ object to draw a line
Term
brush
Definition
use the __ object to fill a shape
Term
region/end region
Definition
to hide areas of code, use
Term
milliseconds
Definition
the timer interval is in
Term
Rnd()
Definition
get a random number with the __ function
Term
COM
Definition
when adding to the toolbox, non .Net controls are in __ tab
Term
ToolBox Bitmap ()
Definition
make a toolbox icon with
Term
Raise Event
Definition
Type __ in the control you made to make an event occur
Term
ErrorPRovider
Definition
a good way to show input errors is with the __ control
Term
.navigate
Definition
use the webbrowser control __ to load a web page
Term
<<
Definition
in C++, __ is the extraction to "put to "" operator
Term
>>
Definition
In C++, __ is the insertion or "get from" operator
Term
::
Definition
__ is the scope resolution operator
Term
^
Definition
__ is a pointer
Term
->
Definition
__ indicates a property or method
Term
[]
Definition
indicates an Array
Term
.ocx
Definition
__ indicates and Active X control
Term
server
Definition
a web __ control is a .dll
Term
HTML
Definition
with control above you must code the __
Term
render
Definition
The __ subroutine sends out this code
Term
User
Definition
design a web __ control with IDE
Term
.ascx
Definition
this control has a __ file extension
Term
snippet
Definition
small set of reusable code is a
Term
tabcontrol
Definition
use the __ to categorize the form
Term
kindof
Definition
check what an object is with the __ function
Term
2
Definition
&H25 is __ in decimal
Term
macro
Definition
Dynamically generate code with a
Term
DTE
Definition
the __ object represents the IDE
Term
addin
Definition
program the extends the IDE is a __
Term
shell
Definition
run an external program with
Term
on error goto
Definition
trap an error with
Term
notifyicon
Definition
Put an icon in the system tray with a __ control
Term
myline:
Definition
which of the following is a line label
Term
goto
Definition
branch a line of code with
Term
.chm
Definition
helo file has a __ extension
Term
HelpProvider
Definition
use the __ control to link to a help file
Term
speak()
Definition
MS agent __ method to say something
Term
play()
Definition
MS agent __ to show animation
Term
console
Definition
a program without GUI
Term
windows script host
Definition
VBS runs under the
Term
properties and methods
Definition
VB. Net we woth with objects that have
Term
MSIL
Definition
NB.NET program compiles to __
Term
CLR
Definition
compiled code runs by the
Term
design form, properties, write the code
Definition
steps to developing a VB program are
Term
.sln
Definition
primary program file extension is
Term
vb
Definition
file extension for VB form files
Term
solution explorer
Definition
see what files are in the program with
Term
me.close
Definition
USe __ for an exit button
Term
'
Definition
USe for a comment in code
Term
syntax error
Definition
squiggly blue line under code means a
Term
maskedtextbox
Definition
__ for entering a zip code
Term
richtextbox
Definition
__ to enter formatted text
Term
radio button
Definition
restrict the user to a single choice, use a
Term
check box
Definition
To permit one or more choices use a
Term
group box
Definition
a __ is a container for other controls
Term
&
Definition
to concatenate text in Visual Basic
Term
&
Definition
to make the underscore character in text use
Term
cancelbutton
Definition
map the ESC key to a button use _ property
Term
with/ end with
Definition
change multiple properties of a control use
Term
_
Definition
to continue a line of code use a
Term
dim
Definition
to declare a variable use
Term
object
Definition
default data type is
Term
double
Definition
to get 14 digits use __ data type
Term
boolean
Definition
either true or false values use this data type
Term
money total
Definition
which is not a valid variable name?
Term
const
Definition
Use __ for a variable that cannot be changed
Term
module
Definition
__ variables can be accessed by all procedures in the form
Term
j +=1
Definition
to add 1 to variable J use
Term
messagebox.show
Definition
to display an error message use
Term
text.toupper
Definition
to make text upper-case, use
Term
select case
Definition
choose among options with
Term
handles
Definition
specify which event occurs for a subroutines with
Term
Call prog1
Definition
to run a subroutine prog1() use
Term
menustrip
Definition
Use the __ to make a menu
Term
colordialog
Definition
allow the user to change colors, use a
Term
context menustrip
Definition
to get a pop-up menu with mouse right click use
Term
function must return a value
Definition
difference between a sub & a function is
Term
value
Definition
passing a copy of a variable is "call by_"
Term
toolstrip
Definition
make a toolbar with a __
Supporting users have an ad free experience!