Shared Flashcard Set

Details

Programming Quiz 4
Chapter 3
52
Computer Science
Undergraduate 3
10/07/2014

Additional Computer Science Flashcards

 


 

Cards

Term
What property is used to adjust the backdrop color of an object?
Definition
Backcolor Property
Term
What property is used to adjust the font color of an object?
Definition
Forecolor property
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
Image property
Term
What property adjusts the size of a picturebox's image to the size of the picturebox?
Definition
Sizemode property
Term
What property controls whether an object is displayed on the form?
Definition
Visible property
Term
What property controls when a button object is enabled?
Definition
Enabled property
Term
Term: Section of a program that handles the processing when users trigger specific events
Definition
Event handler
Term
When programming an object, do spaces and capitalization matter?
Definition
No
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
Assignment statement
Term
Term: Help feature that displays all allowable entries you can make each time a ., =, or other special character is used
Definition
IntelliSense
Term
Term: Written w/ instruction code, this documents what the code is doing
Definition
Comment Statements
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
Build errors message
Term
When the VB build errors message appears, what should you click?
Definition
No (Always click no)
Term
How can you identify an error in VB programming?
Definition
Blue squiggly lines
Term
Term: Set of prewritten code that can be called by a statement in the VB program
Definition
Procedure
Term
What is an example of a VB procedure?
Definition
Close ()
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
Event planning document
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
F5
Term
True/False: C++ is a language derived from the language C
Definition
True
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
b. Express for iPhone
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
False
Term
True/False: Computer programs can be written in standard English
Definition
False
Term
The __ contains a list of commands that will allow you to create, edit, save, print, test, and run a VB program
Definition
Menu bar
Term
True/False: A graphical user interface is a special device for interacting with a user
Definition
False
Term
The __ value for the SizeMode property centers and image and stretches it to fit the picturebox
Definition
StretchImage
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
False
Term
When build errors occur, Visual Studio will display errors in the __ window.
Definition
Error List
Term
True/False: A red snapline indicates that two objects are lined up
Definition
False; blue
Term
True/False: Visual Studio provides a tool for the user to print the user interface designed in the application
Definition
False
Term
True/False: The only valid procedures are the prewritten procedures in Visual Basic
Definition
False
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
Web palette
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
True
Term
Give an example of a storage device
Definition
A CD or USB drive
Term
True/False: A project created in Visual Studio is equivalent to a single screen at runtime
Definition
False
Term
True/False: Almost all of the objects available in the .NET framework (buttons, pictureboxes, labels) are available in ASP.NET 4.5
Definition
True
Term
True/False: A GUI object must be selected in order to delete it
Definition
False
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
True
Term
True/False: A set of braces at the end of a statement identify a procedure call statement
Definition
False; parentheses
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
False; single-line arrow
Term
True/False: The ImageCollection folder holds all of the images a user wants for his/her program
Definition
False; Resources Folder
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
True
Term
True/False: A Visual Basic 2012 coding statement contains information a computer eventually executes
Definition
True
Term
One of the most widely used coding languages in the world is called __.
Definition
Visual Basic
Term
The __ value of the SizeMode property will increase or decrease the size of a PictureBox object to accommodate the image
Definition
Autosize
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
Standard Toolbar
Supporting users have an ad free experience!