Java Games: Flashcards, matching, concentration, and word search.

Computer Programming Basics

Visual Basics Vocabulary

AB
Programmingcreating instructions for the computer to accomplish a task
Programa set of instructions that a computer executes in order to accomplish a task
Visual Basican object oriented language used for computer programming
Forma window in which programmers place visual objects; the interface of a program that the user interacts with
Objectsthings placed on a window, actions on them cause the program to execute code
Propertiescharacteristics of objects and forms which determine what the user sees and how the program functions
textboxan object - a box that will let the user input text
labelan object - used to place text or instructions on the screen - users cannot change a label
command buttonan object - users click on to make things happen
Eventactions that cause an object to react
Debugthe job of running a program to find out if it works and fixing any problems
Projecta visual basic program that is made up of one or more forms
User InterfaceThe part of a computer program that gives information to a user and receives information from the user
Integrated Development Environment (IDE)a set of tools (create, compile, debug) that work together ti naje origran development and testing easy
Application Codea set of instructions that tells a computer how to do the work
Menu EditorA tool built into Visual Basic that is used to create menus at the top of a form
Methodan action that an object can perform; they are used under program control during run-time
Controla general type of object
Textletters, numbers and other printable characters
variablea name for a piece of information that can be changed by the program
captionthe text that appears on an object for the user to see (NOT the same as the object's Name)
names (for objects)These can only be changed from the properties box; programmers should change immediately to something more descriptive
mouse clickThis is the most common event
methodsthese are the actions that objects perform
variablea name for a piece of information that can be changed by the program
toggleanother word for switching an item from one thing to another; can only have two possible values (true or false for example)


Faculty
Meridan Middle School
Meridian, ID

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities