Term
What property is used to adjust the backdrop color of an object? |
|
Definition
|
|
Term
What property is used to adjust the font color of an object? |
|
Definition
|
|
Term
What are phases 3 and 4 of the designing process? |
|
Definition
To design the program's processing objects and to code the program |
|
|
Term
How can an image be displayed in a form? |
|
Definition
1. Place a picturebox 2. Locate the image and save on computer 3. Import the image into the resources file 4. Specify image to be displayed in a picturebox |
|
|
Term
What property is used to display a picture? |
|
Definition
|
|
Term
What property adjusts the size of a picturebox's image to the size of the picturebox? |
|
Definition
|
|
Term
What property controls whether an object is displayed on the form? |
|
Definition
|
|
Term
What property controls when a button object is enabled? |
|
Definition
|
|
Term
Term: Section of a program that handles the processing when users trigger specific events |
|
Definition
|
|
Term
When programming an object, do spaces and capitalization matter? |
|
Definition
|
|
Term
What is the format for a program statement? |
|
Definition
Objectname.Property = Property value |
|
|
Term
Term: Assigns value on right to property on left |
|
Definition
|
|
Term
Term: Help feature that displays all allowable entries you can make each time a ., =, or other special character is used |
|
Definition
|
|
Term
Term: Written w/ instruction code, this documents what the code is doing |
|
Definition
|
|
Term
How can a comment statement be entered? |
|
Definition
Starting a statement with ' |
|
|
Term
What comments should every program start with? |
|
Definition
-Name of Program -Developer's Name -Date -Purpose of Program |
|
|
Term
Term: VB compiler detected a coding error in the program when you try to run it |
|
Definition
|
|
Term
When the VB build errors message appears, what should you click? |
|
Definition
|
|
Term
How can you identify an error in VB programming? |
|
Definition
|
|
Term
Term: Set of prewritten code that can be called by a statement in the VB program |
|
Definition
|
|
Term
What is an example of a VB procedure? |
|
Definition
|
|
Term
Term: Table that specifies objects in the user interface that will cause events, the actions taken to trigger those events, and the event processing that must occur |
|
Definition
|
|
Term
How should one change the name of a VB form? |
|
Definition
In the Solutions Explorer |
|
|
Term
What button automatically runs the VB program? |
|
Definition
|
|
Term
True/False: C++ is a language derived from the language C |
|
Definition
|
|
Term
All of the following are Visual Studio Express 2012 products EXCEPT:
a. Express for web b. Express for iPhone c. Express for Windows 8 d. Team Foundation Server Express |
|
Definition
|
|
Term
True/False: By setting the Resize Property to true, the object will automatically resize according to the amount of text written in the text box |
|
Definition
|
|
Term
True/False: Computer programs can be written in standard English |
|
Definition
|
|
Term
The __ contains a list of commands that will allow you to create, edit, save, print, test, and run a VB program |
|
Definition
|
|
Term
True/False: A graphical user interface is a special device for interacting with a user |
|
Definition
|
|
Term
The __ value for the SizeMode property centers and image and stretches it to fit the picturebox |
|
Definition
|
|
Term
True/False: ADO.NET 4.5 allows a user to obtain data from a database, but not to update or change that data. |
|
Definition
|
|
Term
When build errors occur, Visual Studio will display errors in the __ window. |
|
Definition
|
|
Term
True/False: A red snapline indicates that two objects are lined up |
|
Definition
|
|
Term
True/False: Visual Studio provides a tool for the user to print the user interface designed in the application |
|
Definition
|
|
Term
True/False: The only valid procedures are the prewritten procedures in Visual Basic |
|
Definition
|
|
Term
When creating a new project in Visual Studio, you should first select...? |
|
Definition
The programming language to be used |
|
|
Term
Which color palette contains colors that are guaranteed to be displayed properly on every computer? |
|
Definition
|
|
Term
True/False: Good coding practice dictates that elements within a statement should be separated by a space to make that statement easier to read, even though the space is not needed |
|
Definition
|
|
Term
Give an example of a storage device |
|
Definition
|
|
Term
True/False: A project created in Visual Studio is equivalent to a single screen at runtime |
|
Definition
|
|
Term
True/False: Almost all of the objects available in the .NET framework (buttons, pictureboxes, labels) are available in ASP.NET 4.5 |
|
Definition
|
|
Term
True/False: A GUI object must be selected in order to delete it |
|
Definition
|
|
Term
True/False: A programming language is a set of words and symbols that can be interpreted by special computer software to create instructions that can be executed by a computer |
|
Definition
|
|
Term
True/False: A set of braces at the end of a statement identify a procedure call statement |
|
Definition
|
|
Term
True/False: The mouse pointer changes to a double-headed arrow to indicate that you can drag to change the size of an object |
|
Definition
|
|
Term
True/False: The ImageCollection folder holds all of the images a user wants for his/her program |
|
Definition
|
|
Term
True/False: If you write a computer program and want to run it many times without coding it each time, you must save it on a disk |
|
Definition
|
|
Term
True/False: A Visual Basic 2012 coding statement contains information a computer eventually executes |
|
Definition
|
|
Term
One of the most widely used coding languages in the world is called __. |
|
Definition
|
|
Term
The __ value of the SizeMode property will increase or decrease the size of a PictureBox object to accommodate the image |
|
Definition
|
|
Term
The __ of Visual Studio 2012 contains buttons for commands that are frequently used such as Open Project, save, cut, copy, paste, and undo |
|
Definition
|
|