Exam 3: Program Design and Coding

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A comment can exist on the same line as a code statement if the comment is placed first and then followed by another apostrophe.

Free
(True/False)
4.9/5
(31)
Correct Answer:
Verified

False

You should match a light BackColor with a light ForeColor property for the best usability.

Free
(True/False)
4.8/5
(36)
Correct Answer:
Verified

False

The ____ option of the SizeMode property of the PictureBox object will increase or decrease the size of the PictureBox object to accommodate the size of the image.

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

C

Programs written using a graphical user interface normally are event-driven programs.

(True/False)
4.7/5
(34)

A(n)____________________ is a set of prewritten code that can be called by a program statement.

(Short Answer)
4.7/5
(36)

The ____________________ property of the PictureBox object determines the manner in which an image is displayed in a PictureBox object.

(Short Answer)
4.7/5
(35)

____ automatically create indentations in program code to make it easier to read and understand.

(Multiple Choice)
4.9/5
(36)

Comments are displayed (by default)with ____.

(Multiple Choice)
4.9/5
(42)

Lines of code that begin with the ____________________ character are comments.

(Short Answer)
4.9/5
(35)

The developer should not begin to write code until after the events and tasks within the events have been identified.

(True/False)
4.9/5
(44)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The location of this is noted by a blue squiggly line

(Multiple Choice)
4.8/5
(26)

To hide an object on a form,you should set the __________________ property to False.

(Short Answer)
4.9/5
(36)

Discuss the considerations as you choose the BackColor of a window.

(Essay)
4.7/5
(36)

An event ____ takes care of the event that a user triggers by executing code that performs the required processing.

(Multiple Choice)
4.8/5
(32)

IntelliSense allows you to type the first few letters of an object name,and then it displays a list of all the entries that can be specified in the statement.

(True/False)
4.8/5
(38)

Even if some entries within a program statement are not correct,the program will still compile.

(True/False)
4.9/5
(42)

Visual Studio 2012 offers three ____ of colors to use for the BackColor and ForeColor properties.

(Multiple Choice)
4.8/5
(40)

The Start Debugging button appears on the ____ toolbar.

(Multiple Choice)
4.8/5
(30)

A(n)____________________ procedure executes code when triggered by user interaction with GUI objects on the Form object.

(Short Answer)
4.9/5
(34)

The CenterImage attribute for the SizeMode property of a PictureBox object centers the image and stretches it to fit the PictureBox.

(True/False)
4.8/5
(34)
Showing 1 - 20 of 112
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)