The GUI provides a way for users to interact with the programs to provide ____, trigger _____ ,
and display _____ - Answers Input, trigger processing, display results
Program - Answers set of instructions
Software - Answers various programs to support a computer
IAD(Integrated Application Tool) consists of (4 things) - Answers an editor, compiler, debugging
tool, and online help
programs written in visual basic are called - Answers event driven programs
event - Answers something that happens that a computer can detect
examples: click mouse, typing character, tick of computers internal clock, moving the mouse
Label control - Answers display text on form
textbox control - Answers enables user to enter information
Button Control - Answers allows user to initiate actions such as performing calculations
Radiobutton - Answers allows user to select different radiobuttons
Picturebox - Answers displays image
variables - Answers memory locations
Private - Answers when you want to call variables in multiple locations
Dim - Answers allows the variable to be used within that button
Boolean and Short = - Answers 2 bytes
Integer = - Answers 4 bytes = 32 bits
1 byte = 8 bits
2^31 largest number an integer can hold
Long = - Answers 8 bytes
Decimal = - Answers 16 bytes
String = - Answers 10 bytes + 2 billion characters
how to start new form? - Answers hide first form using Me.hide