chapter 9 COMPUTER PROGRAMMING pt 1

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Flashcards for reviewing key concepts from Chapter 7 on Creating Web Applications in VB 2010.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

A __ is a page displayed in a Web browser that requests data from a user.

Web Form

2
New cards

A Web page that displays information such as text and pictures with no interactivity is called a(n) __ Web page.

Static

3
New cards

A(n) __ object allows a user to choose only one option from a group of related options.

RadioButton

4
New cards

The __ object allows users to select one item from a predefined list.

DropDown List

5
New cards

To view a completed DropDownList object, you can run the application by clicking the __ button on the Standard toolbar.

StartDebugging

6
New cards

The __ object is organized by month and displays the number of days in each month as appropriate for the year.

Calendar

7
New cards

The __ object finds a specified object to validate and determines whether the object is empty.

RequireFieldValidator

8
New cards

You can use the __ property of a String class to determine the number of characters in a particular string.

Length

9
New cards

Visual Basic provides a procedure named __ to remove spaces from the beginning and end of a string.

Trim

10
New cards

The __ procedure converts a string to all lowercase.

ToLower

11
New cards

A ________________ Web page reacts to the data that a user enters. 

dynamic

12
New cards

A ________________ computer runs the Web browser that requests a Web page from the Web server and displays the page. 

client-side

13
New cards

To create a Visual Basic Web project, start Visual Studio, and click the ______________ button on the Standard toolbar.  

new web site

14
New cards

An Image object needs a(n) ________________ to specify where a picture resides. 

URL

15
New cards

A(n) ______________ object allows the user to choose from several options. 

Checkbox

16
New cards

The prefix for the name of a DropDownList object in Visual Basic is ________________.  

ddl

17
New cards

When creating a Calendar object, use the prefix ______________ in the name. 

cld

18
New cards

You can customize the response to missing data by changing the ________________ property of a RequiredFieldValidator. 

ErrorMessage

19
New cards

Which of the following controls verifies that a required field contains data? 

RequiredFieldValidator 

20
New cards

The ________________ procedure converts a string to all uppercase. 

ToUpper