Deck 9: Creating Web Applications

ملء الشاشة (f)
exit full mode
سؤال
The ____ object displays the days in each month as appropriate for the year.

A) Planner
B) Calendar
C) DayRunner
D) Month
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
If you change the color or title of a ____ page, all the pages in the site will reflect that same color and title.

A) master
B) default
C) key
D) super
سؤال
The ____ property of a CheckBox indicates whether a CheckBox has been checked.

A) Selected
B) This
C) Chosen
D) Checked
سؤال
A webpage that allows users to enter information is considered a(n) ____ webpage.

A) dynamic
B) static
C) standard
D) interactive
سؤال
The ____-side computer is the computer that will deliver the webpage to the user's computer.

A) host
B) user
C) Server
D) client
سؤال
The name of a CheckBox object is stored in its ____ property.

A) ID
B) BoxTitle
C) Name
D) BoxCaption
سؤال
A graphic image can be shown on a ASP.NET webpage by using a(n) ____ object.

A) Image
B) PictureBox
C) Graphic
D) Visual
سؤال
The ____ file is a master page file that provides an overall layout for the site with headers, buttons, and footers.

A) Page.template
B) Index.template
C) Default.htm
D) Site.master
سؤال
A ____ page is designed to create a consistent layout for the pages in your application.

A) key
B) default
C) master
D) super
سؤال
If you prefer to design a webpage without using starter templates, select ____ before you name the project when you create a new Web Site project.

A) No template
B) ASP.NET Empty Web Site
C) Without Master Page
D) Blank slate
سؤال
The ASP.NET technology used with Visual Basic 2017 creates a(n) ____.

A) active server page
B) concatenated server post
C) interactive server party
D) interactive search post
سؤال
Use the ____ property to name TextBox and Button objects.

A) ID
B) ButtonTitle
C) Name
D) ButtonCaption
سؤال
Creating a web application is similar to creating a(n) ____ application.

A) hosted
B) Windows
C) inactive
D) data-driven
سؤال
Using a set of RadioButton controls is preferred to using a set of ____ controls when only one choice should be made from a set of options.

A) TextArea
B) TextLink
C) ChoiceBox
D) CheckBox
سؤال
The prefix ____ is used when naming a CheckBox object.

A) ckb
B) ckc
C) cbx
D) chk
سؤال
A web ____ is a computer that stores web documents and makes them available to users on the Internet.

A) client
B) baseline
C) server
D) broadband
سؤال
The ____ property of the Calendar object references the date the user tapped or clicked in the Calendar object.

A) DateClicked
B) ThisDate
C) SelectedDate
D) DateSelected
سؤال
A(n) ____ form is a page displayed in a web browser that requests data from the user.

A) indexed
B) web
C) ASP
D) ISP
سؤال
A webpage that displays information such as text and pictures with no interactivity is called a ____ webpage.

A) dynamic
B) standard
C) nonindexed
D) static
سؤال
The ____-side computer is the computer that is requesting the webpage.

A) host
B) user
C) server
D) client
سؤال
The prefix ____ is used when naming a RegularExpressionValidator object on a web form.

A) reg
B) rev
C) rgv
D) rvl
سؤال
The ____ property of the String class determines the number of characters in the string.

A) CharNum
B) Num
C) Length
D) CharLength
سؤال
The ____ validation control compares an object's value with another object or a constant value.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
سؤال
The prefix ____ is used when naming a RequiredFieldValidator object on a web form

A) rfv
B) fld
C) rfl
D) flv
سؤال
The ____ procedure of the String class is used to remove spaces from the string.

A) TrimSpaces
B) TrimEnds
C) Trim
D) TrimEndSpaces
سؤال
The prefix ____ is used when naming a CompareValidator object on a web form.

A) cpv
B) cmp
C) cmv
D) cvo
سؤال
The ____ object should be used to ensure that the user enters data in a field.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
سؤال
The prefix ____ is used when naming a ValidationSummary object on a web form.

A) vso
B) vst
C) vls
D) vsm
سؤال
The ____ property of a RangeValidator control on a web form contains the smallest acceptable value of the range.

A) LowerLimit
B) MinimumValue
C) RangeVal
D) MinimumRange
سؤال
The ____ procedure converts a string to lowercase letters.

A) ConvertToLower
B) LowerCaseConvert
C) ToLower
D) ToLowerCase
سؤال
Use the ____ property of the Calendar object to reference the current date.

A) Today
B) Current
C) TodaysDate
D) ThisDate
سؤال
The ____ validation control can be used to ensure that the user enters a value between 1 and 100, for example.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
سؤال
Use the ____ property of a validation control on a web form to explain to the user what value is requested.

A) InvalidDataMessage
B) InvalidMessage
C) ErrorType
D) ErrorMessage
سؤال
The ____ control should be used to validate that a phone number was entered using the correct format.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
سؤال
The ____ procedure converts a string value to uppercase letters.

A) ToUpper
B) ToUpperCase
C) ConvertToUpper
D) UpperCaseConvert
سؤال
The ____ property of a RequiredFieldValidator object contains the message that reminds the user to complete all required fields.

A) InvalidInfo
B) ValidMessage
C) ErrorMessage
D) ErrorInformationDisplay
سؤال
The ____ property of a RangeValidator control on a web form matches the data type of the value.

A) ControlToValidate
B) DataValue
C) Type
D) DataType
سؤال
The ____ method saves coding time because it prevents all the possible ways of entering a response from having to be compared.

A) ConvertAll()
B) Verify()
C) ToUpper()
D) Screen()
سؤال
The ____ property contains the name of the object to be validated when using the RangeValidator control.

A) ControlToValidate
B) MinimumValue
C) Type
D) ControlToCompare
سؤال
The ____ object verifies that the object on a web form contains data.

A) EmptyObject
B) ObjectNull
C) RequiredFieldValidator
D) ObjectRequired
سؤال
A web form can be displayed in a standard Windows Explorer window or in a browser window. r.
سؤال
By default, the Calendar object on a web form ____.

A) automatically displays the current month according to the system date
B) automatically displays the current week according to the system date
C) selects the current day when the application is executed
D) selects the current week when the application is executed
سؤال
If you prefer to design a webpage without using the starter templates, select ASP.NET Web Site before you name the project when you create a new Web Site project. _________________________
سؤال
A(n) table is often used to organize website content into columns. _________________________
سؤال
When your webpage is ready for the world to see, you must place it on an actual web server.
سؤال
The difference between CheckBox objects and RadioButton objects is that the RadioButton object allows the user to select more than one option. ________________________
سؤال
The RangeValidator object on a web form has a Type property for identifying the type of data for the range, such as ____.

A) Boolean
B) Text
C) Integer
D) String
سؤال
The master page creates a consistent layout for the pages in your application.
سؤال
To test an ASP.NET web application, you need Internet Information Server (IIS) or FrontPage Server Extensions installed on the computer.
سؤال
The HTML code for an active server page includes the HTML to format and display the page, and might include JavaScript code to perform certain processing, such as ensuring that a text box contains data.
سؤال
A webpage that allows users to enter information on a web form is considered a(n) static webpage. _________________________
سؤال
A master page is basically defined as a nondisplaying page.
سؤال
ASP code is a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on webpages displayed in browsers.
سؤال
A webpage that has no user interaction is a(n) standard webpage. ________________________
سؤال
Using blank spaces in the web application file name is fine because browsers can support blank spaces in webpage addresses.
سؤال
When you develop an ASP page in Visual Basic, the work you do on the design page to create the user interface will generate the HTML code for the active server page.
سؤال
The ValidationSummary control ____.

A) overrides the display of individual error messages by other validators
B) uses the prefix rfv
C) can list all error messages in a blank area at the top or bottom of a form
D) displays all of the messages in one place
سؤال
When using a Calendar object on a web form, which are often important?

A) the current time
B) the current date
C) the date selected by the user
D) the calendar extension
سؤال
The event handler code that you write in Visual Basic for an event is executed on the client-side computer.
سؤال
The tag ____.

A) must be in double quotation marks when it appears in a string
B) is never a string
C) starts a new line of text
D) places a new line of text above and below the line on which it appears
سؤال
The CompareValidator object on a web form can be used only to compare the value of one object to the value of another object.
سؤال
By default, each validation control displays an error message next to the object it validates.
سؤال
To reopen a saved Visual Basic web application, open Visual Studio, click ____________________ on the FILE menu, and browse to the main project folder to open the website.
سؤال
An Image object on a webpage differs from a PictureBox object in where the Image object is stored.
سؤال
The Text property of a TextBox object cannot be blank in a web form.
سؤال
The RegularExpressionValidator is used to check if data entered by the user is within a specified numeric range.
سؤال
Visual Basic will automatically trim off extra spaces from the beginning and end of a string.
سؤال
A DropDownList object on a web form will not display the list items until a user clicks on the list arrow button.
سؤال
You can change the color of a page by selecting the background color and foreground color tools on the ____________________ toolbar.
سؤال
A master page contains the information about the layout of a page, which will be used in the creation of body pages.
سؤال
Both the PictureBox object and the Image object place an image into an application, but the PictureBox object needs a URL to specify where the picture resides.
سؤال
Each validation control displays an error message if the object does not meet the specified criteria.
سؤال
Toolbox objects unique to web application objects include Navigation objects for allowing user access.
سؤال
You place objects on a webpage using a Toolbox similar to the one used for Windows applications, though its categories of tools are different.
سؤال
Visual Basic 2017 provides a starter ____________________ to assist you in designing a webpage.
سؤال
A master page enables the users to create the layouts of the pages quickly and conveniently across the entire website.
سؤال
You can only use Range Validator with numerical values, not character values.
سؤال
When using the RangeValidator control, if the Type property is not specified, it will be selected automatically to produce the best result.
سؤال
A webpage that allows users to enter information on a web form is considered to be a(n) ____________________ webpage.
سؤال
The ASP.NET technology used with Visual Basic 2017 creates a(n) ____________________.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/103
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 9: Creating Web Applications
1
The ____ object displays the days in each month as appropriate for the year.

A) Planner
B) Calendar
C) DayRunner
D) Month
B
2
If you change the color or title of a ____ page, all the pages in the site will reflect that same color and title.

A) master
B) default
C) key
D) super
A
3
The ____ property of a CheckBox indicates whether a CheckBox has been checked.

A) Selected
B) This
C) Chosen
D) Checked
D
4
A webpage that allows users to enter information is considered a(n) ____ webpage.

A) dynamic
B) static
C) standard
D) interactive
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
5
The ____-side computer is the computer that will deliver the webpage to the user's computer.

A) host
B) user
C) Server
D) client
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
6
The name of a CheckBox object is stored in its ____ property.

A) ID
B) BoxTitle
C) Name
D) BoxCaption
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
7
A graphic image can be shown on a ASP.NET webpage by using a(n) ____ object.

A) Image
B) PictureBox
C) Graphic
D) Visual
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
8
The ____ file is a master page file that provides an overall layout for the site with headers, buttons, and footers.

A) Page.template
B) Index.template
C) Default.htm
D) Site.master
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
9
A ____ page is designed to create a consistent layout for the pages in your application.

A) key
B) default
C) master
D) super
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
10
If you prefer to design a webpage without using starter templates, select ____ before you name the project when you create a new Web Site project.

A) No template
B) ASP.NET Empty Web Site
C) Without Master Page
D) Blank slate
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
11
The ASP.NET technology used with Visual Basic 2017 creates a(n) ____.

A) active server page
B) concatenated server post
C) interactive server party
D) interactive search post
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
12
Use the ____ property to name TextBox and Button objects.

A) ID
B) ButtonTitle
C) Name
D) ButtonCaption
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
13
Creating a web application is similar to creating a(n) ____ application.

A) hosted
B) Windows
C) inactive
D) data-driven
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
14
Using a set of RadioButton controls is preferred to using a set of ____ controls when only one choice should be made from a set of options.

A) TextArea
B) TextLink
C) ChoiceBox
D) CheckBox
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
15
The prefix ____ is used when naming a CheckBox object.

A) ckb
B) ckc
C) cbx
D) chk
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
16
A web ____ is a computer that stores web documents and makes them available to users on the Internet.

A) client
B) baseline
C) server
D) broadband
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
17
The ____ property of the Calendar object references the date the user tapped or clicked in the Calendar object.

A) DateClicked
B) ThisDate
C) SelectedDate
D) DateSelected
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
18
A(n) ____ form is a page displayed in a web browser that requests data from the user.

A) indexed
B) web
C) ASP
D) ISP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
19
A webpage that displays information such as text and pictures with no interactivity is called a ____ webpage.

A) dynamic
B) standard
C) nonindexed
D) static
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
20
The ____-side computer is the computer that is requesting the webpage.

A) host
B) user
C) server
D) client
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
21
The prefix ____ is used when naming a RegularExpressionValidator object on a web form.

A) reg
B) rev
C) rgv
D) rvl
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
22
The ____ property of the String class determines the number of characters in the string.

A) CharNum
B) Num
C) Length
D) CharLength
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
23
The ____ validation control compares an object's value with another object or a constant value.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
24
The prefix ____ is used when naming a RequiredFieldValidator object on a web form

A) rfv
B) fld
C) rfl
D) flv
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
25
The ____ procedure of the String class is used to remove spaces from the string.

A) TrimSpaces
B) TrimEnds
C) Trim
D) TrimEndSpaces
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
26
The prefix ____ is used when naming a CompareValidator object on a web form.

A) cpv
B) cmp
C) cmv
D) cvo
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
27
The ____ object should be used to ensure that the user enters data in a field.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
28
The prefix ____ is used when naming a ValidationSummary object on a web form.

A) vso
B) vst
C) vls
D) vsm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
29
The ____ property of a RangeValidator control on a web form contains the smallest acceptable value of the range.

A) LowerLimit
B) MinimumValue
C) RangeVal
D) MinimumRange
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
30
The ____ procedure converts a string to lowercase letters.

A) ConvertToLower
B) LowerCaseConvert
C) ToLower
D) ToLowerCase
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
31
Use the ____ property of the Calendar object to reference the current date.

A) Today
B) Current
C) TodaysDate
D) ThisDate
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
32
The ____ validation control can be used to ensure that the user enters a value between 1 and 100, for example.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
33
Use the ____ property of a validation control on a web form to explain to the user what value is requested.

A) InvalidDataMessage
B) InvalidMessage
C) ErrorType
D) ErrorMessage
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
34
The ____ control should be used to validate that a phone number was entered using the correct format.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
35
The ____ procedure converts a string value to uppercase letters.

A) ToUpper
B) ToUpperCase
C) ConvertToUpper
D) UpperCaseConvert
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
36
The ____ property of a RequiredFieldValidator object contains the message that reminds the user to complete all required fields.

A) InvalidInfo
B) ValidMessage
C) ErrorMessage
D) ErrorInformationDisplay
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
37
The ____ property of a RangeValidator control on a web form matches the data type of the value.

A) ControlToValidate
B) DataValue
C) Type
D) DataType
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
38
The ____ method saves coding time because it prevents all the possible ways of entering a response from having to be compared.

A) ConvertAll()
B) Verify()
C) ToUpper()
D) Screen()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
39
The ____ property contains the name of the object to be validated when using the RangeValidator control.

A) ControlToValidate
B) MinimumValue
C) Type
D) ControlToCompare
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
40
The ____ object verifies that the object on a web form contains data.

A) EmptyObject
B) ObjectNull
C) RequiredFieldValidator
D) ObjectRequired
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
41
A web form can be displayed in a standard Windows Explorer window or in a browser window. r.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
42
By default, the Calendar object on a web form ____.

A) automatically displays the current month according to the system date
B) automatically displays the current week according to the system date
C) selects the current day when the application is executed
D) selects the current week when the application is executed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
43
If you prefer to design a webpage without using the starter templates, select ASP.NET Web Site before you name the project when you create a new Web Site project. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
44
A(n) table is often used to organize website content into columns. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
45
When your webpage is ready for the world to see, you must place it on an actual web server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
46
The difference between CheckBox objects and RadioButton objects is that the RadioButton object allows the user to select more than one option. ________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
47
The RangeValidator object on a web form has a Type property for identifying the type of data for the range, such as ____.

A) Boolean
B) Text
C) Integer
D) String
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
48
The master page creates a consistent layout for the pages in your application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
49
To test an ASP.NET web application, you need Internet Information Server (IIS) or FrontPage Server Extensions installed on the computer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
50
The HTML code for an active server page includes the HTML to format and display the page, and might include JavaScript code to perform certain processing, such as ensuring that a text box contains data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
51
A webpage that allows users to enter information on a web form is considered a(n) static webpage. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
52
A master page is basically defined as a nondisplaying page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
53
ASP code is a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on webpages displayed in browsers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
54
A webpage that has no user interaction is a(n) standard webpage. ________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
55
Using blank spaces in the web application file name is fine because browsers can support blank spaces in webpage addresses.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
56
When you develop an ASP page in Visual Basic, the work you do on the design page to create the user interface will generate the HTML code for the active server page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
57
The ValidationSummary control ____.

A) overrides the display of individual error messages by other validators
B) uses the prefix rfv
C) can list all error messages in a blank area at the top or bottom of a form
D) displays all of the messages in one place
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
58
When using a Calendar object on a web form, which are often important?

A) the current time
B) the current date
C) the date selected by the user
D) the calendar extension
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
59
The event handler code that you write in Visual Basic for an event is executed on the client-side computer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
60
The tag ____.

A) must be in double quotation marks when it appears in a string
B) is never a string
C) starts a new line of text
D) places a new line of text above and below the line on which it appears
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
61
The CompareValidator object on a web form can be used only to compare the value of one object to the value of another object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
62
By default, each validation control displays an error message next to the object it validates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
63
To reopen a saved Visual Basic web application, open Visual Studio, click ____________________ on the FILE menu, and browse to the main project folder to open the website.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
64
An Image object on a webpage differs from a PictureBox object in where the Image object is stored.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
65
The Text property of a TextBox object cannot be blank in a web form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
66
The RegularExpressionValidator is used to check if data entered by the user is within a specified numeric range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
67
Visual Basic will automatically trim off extra spaces from the beginning and end of a string.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
68
A DropDownList object on a web form will not display the list items until a user clicks on the list arrow button.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
69
You can change the color of a page by selecting the background color and foreground color tools on the ____________________ toolbar.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
70
A master page contains the information about the layout of a page, which will be used in the creation of body pages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
71
Both the PictureBox object and the Image object place an image into an application, but the PictureBox object needs a URL to specify where the picture resides.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
72
Each validation control displays an error message if the object does not meet the specified criteria.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
73
Toolbox objects unique to web application objects include Navigation objects for allowing user access.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
74
You place objects on a webpage using a Toolbox similar to the one used for Windows applications, though its categories of tools are different.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
75
Visual Basic 2017 provides a starter ____________________ to assist you in designing a webpage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
76
A master page enables the users to create the layouts of the pages quickly and conveniently across the entire website.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
77
You can only use Range Validator with numerical values, not character values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
78
When using the RangeValidator control, if the Type property is not specified, it will be selected automatically to produce the best result.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
79
A webpage that allows users to enter information on a web form is considered to be a(n) ____________________ webpage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
80
The ASP.NET technology used with Visual Basic 2017 creates a(n) ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 103 في هذه المجموعة.