Programs are directions given to the computer. Hence, designing and developing new
software applications is a programming activity and software development projects need
not consider user needs before designing and developing solutions. (T/F) - ✔️✔️False
All objects in an object-oriented program are instantiated (created) from a ____.
a. class
b. object
c. method
d. source - ✔️✔️a. class
A(n) ____ is a block of code that performs a specific task.
a. sub procedure
b. class
c. form
d. event - ✔️✔️a. sub procedure
You have been hired to develop an application for Ridgeline Realty, a local real estate
agency. The owner wants the application to display an image of the main office and the
company logo on the screen for a short period of time before the main application
begins.
A(n) ____ is a container that stores the projects and files for an entire application.
a. interface
b. package
c. solution
d. window - ✔️✔️c. solution
The most effective way to accomplish this task is to create a(n) ____.
a. splash screen
b. Label control
c. PictureBox control
d. Exit button - ✔️✔️a. splash screen
_____________________ are the attributes of objects that determine appearance and
behavior.
a. Classes
b. Properties
c. Programs
d. Instances - ✔️✔️b. Properties
, You have been hired to develop an application for Ridgeline Realty, a local real estate
agency. The owner wants the application to display an image of the main office and the
company logo on the screen for a short period of time before the main application
begins.
To create the Windows application for Ridgeline, you will first need to ____.
a. set the StartPosition for the form
b. code the Exit button
c. create a New Project and determine the directory for the solution
d. auto-hide any windows you do not need to use - ✔️✔️c. create a New Project and
determine the directory for the solution
A user ____ is what the user sees and interacts with while an application is running.
a. profile
b. service
c. interface
d. splash - ✔️✔️c. interface
A ____ provides an area in the form for the user to enter data.
a. button
b. text box
c. label
d. check box - ✔️✔️b. text box
A label control used to display output should use which of the following BorderStyle
settings?
a. Fixed3D
b. No BorderStyle (None)
c. Sizable
d. FixedSingle - ✔️✔️d. FixedSingle
A label control's ____ property determines whether the control automatically sizes to fit
its current contents.
a. Fit
b. TextAlign
c. AutoSize
d. MiddleCenter - ✔️✔️c. AutoSize
A(n) ____ is a predefined procedure that performs a specific task and then returns a
value.
a. Sub procedure
b. algorithm