Shared Flashcard Set

Details

MIS281-FANGX
Exam-1 Review (Ch. 1-4)
11
Management
Undergraduate 2
10/05/2010

Additional Management Flashcards

 


 

Cards

Term
Debug.writeline
Method
Definition
sends output to the immediate window during program execution.  Places it in the output window (pg. 194).
Term
Inserting a breakpoint
Definition

Click on the far left side of the screen.

A breakpoint is an indicated point in project code where execution should break; used for debugging.

Term
commenting out code
Definition
put a ' next to a line to green it out or comment it out.
Term
if statement
Definition

if x < 100 then
messagebox.show("")

else if..

else if..

else...

Term
Nested if statement
Definition

If statement inside of another if statement

 

Term
Context Menu
Definition

A context menu can be seen by placing your pointer over either the form, a button, a label, etc and right-clicking.  The menu that comes up is called a context menu.  It usually says:

View Code

Lock Controls

Paste

Properties

Term
Event Procedure
Definition
A procedure written to execute when an event occurs.  So for a button, the event would be the clicking.
Term
Integrated Development Environment (IDE)
Definition

Tool for writing projects and solutions; includes an editor, tools, debugger, and other features for faster development.

 

It is the initial screen that you see when you open Visual Studio, and it usually has an empty environment with a Start Page and you can open or create a new project.

Term
Logic Error
Definition

An error in a project that does not halt execution but causes erroneous results in the output.

 

I.E. - allowing someone to input a negative number for quantity or price.

Term
Run-Time Error
Definition

An error that occurs as a program executes; causes execution to break.

 

Trying to divide by 0, file or program is not available.

Term
Syntax Error
Definition

An error caused by failure to follow the syntax rules of the language; often caused by typographical errors. The Editor informs you of syntax errors.

 

Spelling Error in the specified language (so visual basic for us)

Supporting users have an ad free experience!