Deck 14: Creating Simple Web Applications

ملء الشاشة (f)
exit full mode
سؤال
The Web consists of documents called ____ that are stored on Web servers.

A) Web indexes
B) Web links
C) Web pages
D) Web hooks
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
All ASP pages contain HTML tags that tell the client's browser how to render the page on the computer screen.
سؤال
A Web page's ____ property determines the value that appears on the page's tab in the browser window.

A) Name
B) Index
C) Title
D) Background
سؤال
Web controls have a(n) ____ property.

A) GUID
B) source
C) Name
D) ID
سؤال
Static text on a web page can be formatted by using the FORMAT menu or the Formatting toolbar.
سؤال
You can use the Application menu to close and also open an existing Web application.
سؤال
ASP stands for ____.

A) active shell page
B) active server page
C) ActiveX script page
D) active script page
سؤال
Google Chrome is an example of a ____.

A) client
B) server
C) browser
D) search engine
سؤال
Examples of ____ Web pages that you might have already used include forms for purchasing merchandise online and for submitting online resumes.

A) dynamic
B) static
C) virtual
D) active
سؤال
You can use the ____ window to add a Title and customize a Web page.

A) Names
B) Objects
C) Class
D) Properties
سؤال
The Internet is the world's largest computer network, connecting millions of computers located all around the world.
سؤال
The standard name for the first Web page added to an application is ____.

A) Default.aspx
B) Home.aspx
C) Main.aspx
D) Index.aspx
سؤال
A(n) ____ occurs when the information on a dynamic Web page is sent back to a server for processing.

A) update
B) linkback
C) return
D) postback
سؤال
Static Web pages are interactive.
سؤال
A ____ computer is a computer that requests information from a Web server.

A) client
B) server
C) courier
D) middleware
سؤال
You can add static text to a Web page by using a ____.

A) text control
B) label control
C) block control
D) picture control
سؤال
Text that cannot be changed by the user is referred to as ____ text.

A) dynamic
B) perpetual
C) variable
D) static
سؤال
You can customize a Web page by adding ____ to it.

A) controls
B) colors
C) links
D) sources
سؤال
You can use the ____ toolbar to format the static text on a Web page.

A) Editing
B) Modifying
C) Formatting
D) Managing
سؤال
The only interaction that can occur between static Web pages and the user is through ____ that allow the user to "jump" from one Web page to another.

A) pages
B) hooks
C) links
D) threads
سؤال
How do you add a hyperlink control to a Web page?
سؤال
___________________ are used for validating user input.
سؤال
What are the steps for creating an empty Web site application?
سؤال
In addition to the HTML and ASP tags, dynamic ASP pages contain ___________________ that tells the objects on the Web page how to respond to the user's actions.
سؤال
What are the steps to add an existing Web page to a Web site application?
سؤال
What happens when a client computer's browser sends a request for an ASP page?
سؤال
The Validation section of the toolbox provides several tools, known as ____ tools, for validating user input.

A) comparator
B) validator
C) compiler
D) verifier
سؤال
The ____ extension indicates that the file contains the Visual Basic code for a Web page.

A) .vb
B) .aspx.vb
C) .aspx.vss
D) .vb.aspx
سؤال
To close an application, click File on the menu bar and then click ____ to close it.

A) Close Solution
B) Open Solution
C) Save Solution
D) Mark Solution
سؤال
What are the steps to opening and closing an existing Web site application?
سؤال
How do you add an image to a Web page?
سؤال
Which of the following steps is performed first when adding an image control to a Web page?

A) add the image file to the application
B) drag the Image tool to the page
C) insert a blank line on the page
D) change the properties of the image
سؤال
What generally happens when a user clicks on a button in an interactive Web form?
سؤال
You enter the code for a control on a Web page in the ___________________ window.
سؤال
Each ____ control will allow the user to "jump" from one page to another.

A) hyperlink
B) pagelink
C) livelink
D) hotlink
سؤال
A client requests information and subsequently views it through the use of a program called a Web ___________________.
سؤال
The controls on a Web page can be coded to perform tasks when a specific ____ occurs.

A) pump
B) message
C) activity
D) event
سؤال
List the different ways how to customize a web page.
سؤال
How do you start a Web application?
سؤال
Text that the user is not allowed to edit ___________________.
سؤال
Match between columns
Verifies that an entry matches a specific pattern
Web server
Verifies that an entry matches a specific pattern
static Web page
Verifies that an entry matches a specific pattern
dynamic Web page
Verifies that an entry matches a specific pattern
CompareValidator
Verifies that an entry matches a specific pattern
CustomValidator
Verifies that an entry matches a specific pattern
RangeValidator
Verifies that an entry matches a specific pattern
RegularExpressionValidator
Verifies that an entry matches a specific pattern
RequiredFieldValidator
Verifies that an entry matches a specific pattern
ValidationSummary
Displays all of the validation error messages in a single location on a Web page
Web server
Displays all of the validation error messages in a single location on a Web page
static Web page
Displays all of the validation error messages in a single location on a Web page
dynamic Web page
Displays all of the validation error messages in a single location on a Web page
CompareValidator
Displays all of the validation error messages in a single location on a Web page
CustomValidator
Displays all of the validation error messages in a single location on a Web page
RangeValidator
Displays all of the validation error messages in a single location on a Web page
RegularExpressionValidator
Displays all of the validation error messages in a single location on a Web page
RequiredFieldValidator
Displays all of the validation error messages in a single location on a Web page
ValidationSummary
An interactive document that can accept information from the user and also retrieve information for the user
Web server
An interactive document that can accept information from the user and also retrieve information for the user
static Web page
An interactive document that can accept information from the user and also retrieve information for the user
dynamic Web page
An interactive document that can accept information from the user and also retrieve information for the user
CompareValidator
An interactive document that can accept information from the user and also retrieve information for the user
CustomValidator
An interactive document that can accept information from the user and also retrieve information for the user
RangeValidator
An interactive document that can accept information from the user and also retrieve information for the user
RegularExpressionValidator
An interactive document that can accept information from the user and also retrieve information for the user
RequiredFieldValidator
An interactive document that can accept information from the user and also retrieve information for the user
ValidationSummary
Verifies that a control contains data
Web server
Verifies that a control contains data
static Web page
Verifies that a control contains data
dynamic Web page
Verifies that a control contains data
CompareValidator
Verifies that a control contains data
CustomValidator
Verifies that a control contains data
RangeValidator
Verifies that a control contains data
RegularExpressionValidator
Verifies that a control contains data
RequiredFieldValidator
Verifies that a control contains data
ValidationSummary
A document whose purpose is merely to display information to the viewer
Web server
A document whose purpose is merely to display information to the viewer
static Web page
A document whose purpose is merely to display information to the viewer
dynamic Web page
A document whose purpose is merely to display information to the viewer
CompareValidator
A document whose purpose is merely to display information to the viewer
CustomValidator
A document whose purpose is merely to display information to the viewer
RangeValidator
A document whose purpose is merely to display information to the viewer
RegularExpressionValidator
A document whose purpose is merely to display information to the viewer
RequiredFieldValidator
A document whose purpose is merely to display information to the viewer
ValidationSummary
Verifies that an entry passes the specified validation logic
Web server
Verifies that an entry passes the specified validation logic
static Web page
Verifies that an entry passes the specified validation logic
dynamic Web page
Verifies that an entry passes the specified validation logic
CompareValidator
Verifies that an entry passes the specified validation logic
CustomValidator
Verifies that an entry passes the specified validation logic
RangeValidator
Verifies that an entry passes the specified validation logic
RegularExpressionValidator
Verifies that an entry passes the specified validation logic
RequiredFieldValidator
Verifies that an entry passes the specified validation logic
ValidationSummary
A computer that contains special software that provides Web pages in response to requests
Web server
A computer that contains special software that provides Web pages in response to requests
static Web page
A computer that contains special software that provides Web pages in response to requests
dynamic Web page
A computer that contains special software that provides Web pages in response to requests
CompareValidator
A computer that contains special software that provides Web pages in response to requests
CustomValidator
A computer that contains special software that provides Web pages in response to requests
RangeValidator
A computer that contains special software that provides Web pages in response to requests
RegularExpressionValidator
A computer that contains special software that provides Web pages in response to requests
RequiredFieldValidator
A computer that contains special software that provides Web pages in response to requests
ValidationSummary
Compares an entry with a constant value or the property stored in a control
Web server
Compares an entry with a constant value or the property stored in a control
static Web page
Compares an entry with a constant value or the property stored in a control
dynamic Web page
Compares an entry with a constant value or the property stored in a control
CompareValidator
Compares an entry with a constant value or the property stored in a control
CustomValidator
Compares an entry with a constant value or the property stored in a control
RangeValidator
Compares an entry with a constant value or the property stored in a control
RegularExpressionValidator
Compares an entry with a constant value or the property stored in a control
RequiredFieldValidator
Compares an entry with a constant value or the property stored in a control
ValidationSummary
Verifies that an entry is within the specified minimum and maximum values
Web server
Verifies that an entry is within the specified minimum and maximum values
static Web page
Verifies that an entry is within the specified minimum and maximum values
dynamic Web page
Verifies that an entry is within the specified minimum and maximum values
CompareValidator
Verifies that an entry is within the specified minimum and maximum values
CustomValidator
Verifies that an entry is within the specified minimum and maximum values
RangeValidator
Verifies that an entry is within the specified minimum and maximum values
RegularExpressionValidator
Verifies that an entry is within the specified minimum and maximum values
RequiredFieldValidator
Verifies that an entry is within the specified minimum and maximum values
ValidationSummary
سؤال
How do you create an application and then add a Web page to it?
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/42
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 14: Creating Simple Web Applications
1
The Web consists of documents called ____ that are stored on Web servers.

A) Web indexes
B) Web links
C) Web pages
D) Web hooks
C
2
All ASP pages contain HTML tags that tell the client's browser how to render the page on the computer screen.
True
3
A Web page's ____ property determines the value that appears on the page's tab in the browser window.

A) Name
B) Index
C) Title
D) Background
C
4
Web controls have a(n) ____ property.

A) GUID
B) source
C) Name
D) ID
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
5
Static text on a web page can be formatted by using the FORMAT menu or the Formatting toolbar.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
6
You can use the Application menu to close and also open an existing Web application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
7
ASP stands for ____.

A) active shell page
B) active server page
C) ActiveX script page
D) active script page
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
8
Google Chrome is an example of a ____.

A) client
B) server
C) browser
D) search engine
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
9
Examples of ____ Web pages that you might have already used include forms for purchasing merchandise online and for submitting online resumes.

A) dynamic
B) static
C) virtual
D) active
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
10
You can use the ____ window to add a Title and customize a Web page.

A) Names
B) Objects
C) Class
D) Properties
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
11
The Internet is the world's largest computer network, connecting millions of computers located all around the world.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
12
The standard name for the first Web page added to an application is ____.

A) Default.aspx
B) Home.aspx
C) Main.aspx
D) Index.aspx
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
13
A(n) ____ occurs when the information on a dynamic Web page is sent back to a server for processing.

A) update
B) linkback
C) return
D) postback
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
14
Static Web pages are interactive.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
15
A ____ computer is a computer that requests information from a Web server.

A) client
B) server
C) courier
D) middleware
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
16
You can add static text to a Web page by using a ____.

A) text control
B) label control
C) block control
D) picture control
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
17
Text that cannot be changed by the user is referred to as ____ text.

A) dynamic
B) perpetual
C) variable
D) static
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
18
You can customize a Web page by adding ____ to it.

A) controls
B) colors
C) links
D) sources
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
19
You can use the ____ toolbar to format the static text on a Web page.

A) Editing
B) Modifying
C) Formatting
D) Managing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
20
The only interaction that can occur between static Web pages and the user is through ____ that allow the user to "jump" from one Web page to another.

A) pages
B) hooks
C) links
D) threads
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
21
How do you add a hyperlink control to a Web page?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
22
___________________ are used for validating user input.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
23
What are the steps for creating an empty Web site application?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
24
In addition to the HTML and ASP tags, dynamic ASP pages contain ___________________ that tells the objects on the Web page how to respond to the user's actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
25
What are the steps to add an existing Web page to a Web site application?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
26
What happens when a client computer's browser sends a request for an ASP page?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
27
The Validation section of the toolbox provides several tools, known as ____ tools, for validating user input.

A) comparator
B) validator
C) compiler
D) verifier
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
28
The ____ extension indicates that the file contains the Visual Basic code for a Web page.

A) .vb
B) .aspx.vb
C) .aspx.vss
D) .vb.aspx
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
29
To close an application, click File on the menu bar and then click ____ to close it.

A) Close Solution
B) Open Solution
C) Save Solution
D) Mark Solution
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
30
What are the steps to opening and closing an existing Web site application?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
31
How do you add an image to a Web page?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which of the following steps is performed first when adding an image control to a Web page?

A) add the image file to the application
B) drag the Image tool to the page
C) insert a blank line on the page
D) change the properties of the image
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
33
What generally happens when a user clicks on a button in an interactive Web form?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
34
You enter the code for a control on a Web page in the ___________________ window.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
35
Each ____ control will allow the user to "jump" from one page to another.

A) hyperlink
B) pagelink
C) livelink
D) hotlink
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
36
A client requests information and subsequently views it through the use of a program called a Web ___________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
37
The controls on a Web page can be coded to perform tasks when a specific ____ occurs.

A) pump
B) message
C) activity
D) event
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
38
List the different ways how to customize a web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
39
How do you start a Web application?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
40
Text that the user is not allowed to edit ___________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
41
Match between columns
Verifies that an entry matches a specific pattern
Web server
Verifies that an entry matches a specific pattern
static Web page
Verifies that an entry matches a specific pattern
dynamic Web page
Verifies that an entry matches a specific pattern
CompareValidator
Verifies that an entry matches a specific pattern
CustomValidator
Verifies that an entry matches a specific pattern
RangeValidator
Verifies that an entry matches a specific pattern
RegularExpressionValidator
Verifies that an entry matches a specific pattern
RequiredFieldValidator
Verifies that an entry matches a specific pattern
ValidationSummary
Displays all of the validation error messages in a single location on a Web page
Web server
Displays all of the validation error messages in a single location on a Web page
static Web page
Displays all of the validation error messages in a single location on a Web page
dynamic Web page
Displays all of the validation error messages in a single location on a Web page
CompareValidator
Displays all of the validation error messages in a single location on a Web page
CustomValidator
Displays all of the validation error messages in a single location on a Web page
RangeValidator
Displays all of the validation error messages in a single location on a Web page
RegularExpressionValidator
Displays all of the validation error messages in a single location on a Web page
RequiredFieldValidator
Displays all of the validation error messages in a single location on a Web page
ValidationSummary
An interactive document that can accept information from the user and also retrieve information for the user
Web server
An interactive document that can accept information from the user and also retrieve information for the user
static Web page
An interactive document that can accept information from the user and also retrieve information for the user
dynamic Web page
An interactive document that can accept information from the user and also retrieve information for the user
CompareValidator
An interactive document that can accept information from the user and also retrieve information for the user
CustomValidator
An interactive document that can accept information from the user and also retrieve information for the user
RangeValidator
An interactive document that can accept information from the user and also retrieve information for the user
RegularExpressionValidator
An interactive document that can accept information from the user and also retrieve information for the user
RequiredFieldValidator
An interactive document that can accept information from the user and also retrieve information for the user
ValidationSummary
Verifies that a control contains data
Web server
Verifies that a control contains data
static Web page
Verifies that a control contains data
dynamic Web page
Verifies that a control contains data
CompareValidator
Verifies that a control contains data
CustomValidator
Verifies that a control contains data
RangeValidator
Verifies that a control contains data
RegularExpressionValidator
Verifies that a control contains data
RequiredFieldValidator
Verifies that a control contains data
ValidationSummary
A document whose purpose is merely to display information to the viewer
Web server
A document whose purpose is merely to display information to the viewer
static Web page
A document whose purpose is merely to display information to the viewer
dynamic Web page
A document whose purpose is merely to display information to the viewer
CompareValidator
A document whose purpose is merely to display information to the viewer
CustomValidator
A document whose purpose is merely to display information to the viewer
RangeValidator
A document whose purpose is merely to display information to the viewer
RegularExpressionValidator
A document whose purpose is merely to display information to the viewer
RequiredFieldValidator
A document whose purpose is merely to display information to the viewer
ValidationSummary
Verifies that an entry passes the specified validation logic
Web server
Verifies that an entry passes the specified validation logic
static Web page
Verifies that an entry passes the specified validation logic
dynamic Web page
Verifies that an entry passes the specified validation logic
CompareValidator
Verifies that an entry passes the specified validation logic
CustomValidator
Verifies that an entry passes the specified validation logic
RangeValidator
Verifies that an entry passes the specified validation logic
RegularExpressionValidator
Verifies that an entry passes the specified validation logic
RequiredFieldValidator
Verifies that an entry passes the specified validation logic
ValidationSummary
A computer that contains special software that provides Web pages in response to requests
Web server
A computer that contains special software that provides Web pages in response to requests
static Web page
A computer that contains special software that provides Web pages in response to requests
dynamic Web page
A computer that contains special software that provides Web pages in response to requests
CompareValidator
A computer that contains special software that provides Web pages in response to requests
CustomValidator
A computer that contains special software that provides Web pages in response to requests
RangeValidator
A computer that contains special software that provides Web pages in response to requests
RegularExpressionValidator
A computer that contains special software that provides Web pages in response to requests
RequiredFieldValidator
A computer that contains special software that provides Web pages in response to requests
ValidationSummary
Compares an entry with a constant value or the property stored in a control
Web server
Compares an entry with a constant value or the property stored in a control
static Web page
Compares an entry with a constant value or the property stored in a control
dynamic Web page
Compares an entry with a constant value or the property stored in a control
CompareValidator
Compares an entry with a constant value or the property stored in a control
CustomValidator
Compares an entry with a constant value or the property stored in a control
RangeValidator
Compares an entry with a constant value or the property stored in a control
RegularExpressionValidator
Compares an entry with a constant value or the property stored in a control
RequiredFieldValidator
Compares an entry with a constant value or the property stored in a control
ValidationSummary
Verifies that an entry is within the specified minimum and maximum values
Web server
Verifies that an entry is within the specified minimum and maximum values
static Web page
Verifies that an entry is within the specified minimum and maximum values
dynamic Web page
Verifies that an entry is within the specified minimum and maximum values
CompareValidator
Verifies that an entry is within the specified minimum and maximum values
CustomValidator
Verifies that an entry is within the specified minimum and maximum values
RangeValidator
Verifies that an entry is within the specified minimum and maximum values
RegularExpressionValidator
Verifies that an entry is within the specified minimum and maximum values
RequiredFieldValidator
Verifies that an entry is within the specified minimum and maximum values
ValidationSummary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
42
How do you create an application and then add a Web page to it?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 42 في هذه المجموعة.