Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1.How does a UML diagram denote classes and their attributes and methods? A class rectangle contains the class name in the top, methods in the

1.How does a UML diagram denote classes and their attributes and methods?

A class rectangle contains the class name in the top, methods in the middle, and attributes in the bottom.
A class rectangle contains the class name in the top, attributes in the middle, and methods in the bottom.
A class rectangle contains the methods in the top, class name in the middle, and attributes in the bottom.

A class rectangle contains the attributes in the top, methods in the middle, and class name in the bottom.

2.If you attempt to open a file with the Open file mode, what happens if the file does not exist?

The file is created and then opened for use.
The program returns a prompt to the user asking if the file should be created.
The program will return a null object, and all data written to the file will be discarded.
The program throws a System.IO.FileNotFoundException error.

3.Objects such as the labels, buttons, and text boxes seen within a program's environment are all components of what part of a program?

The program's interface.
The program's implementation.
The program's events.

4.Where can the appearance, size, color, and window management features of a Form be modified?

In the form's namespace.
In the form's environment configuration file.
In the form's properties.
In the form's name sheet.

5.What form property allows you to specify the caption of the Form in the title bar?

Name
property
Text
label

6.What part of a button on a form can be dragged in order to change the button's size?

The button's text
The button's handles
The button's nodes
The button's controls

7.After you have added a Button onto a form, what can you do in order to create a method that executes when the user clicks the Button?

You can select the Button, then create the method.
You can double-click the Button, and then create the method.
You can single click the Button, and then create the method.

You must delete the Button, and create the method first, then call the Button object by name.

8.What Label property can be changed to display any string of text?

Name
Size
Random
Text

9.What controls can be used to allow a user to input data in a GUI application?

Buttons
TextBoxes
Labels
Forms

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Computer Aided Database Design

Authors: Antonio Albano, Valeria De Antonellis, A. Di Leva

1st Edition

0444877355, 978-0444877352

More Books

Students also viewed these Databases questions

Question

=+j Describe the various support services delivered by IHR.

Answered: 1 week ago

Question

=+j Explain IHRMs role in global HR research.

Answered: 1 week ago