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
لقلب البطاقة.
سؤال
A ____ page is designed to create a consistent layout for the pages in your application.

A) key
B) default
C) master
D) super
سؤال
Creating a Web application is similar to creating a(n)____ application.

A) hosted
B) Windows
C) inactive
D) data-driven
سؤال
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 Web page that allows users to enter information is considered a(n)____ Web page.

A) dynamic
B) static
C) standard
D) interactive
سؤال
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
سؤال
If you prefer to design a Web page 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 4.5 technology used with Visual Basic 2012 creates a(n)____.

A) active server page
B) concatenated server post
C) interactive server party
D) interactive search post
سؤال
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 ____ property of a Button object contains the name of the button.

A) ID
B) ButtonTitle
C) Name
D) ButtonCaption
سؤال
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
سؤال
The ____-side computer is the computer that is requesting the Web page.

A) host
B) user
C) server
D) client
سؤال
A Web ____ is a computer that stores Web documents and makes them available to users over the Internet.

A) client
B) baseline
C) server
D) broadband
سؤال
The name of a CheckBox object is stored in its ____ property.

A) ID
B) BoxTitle
C) Name
D) BoxCaption
سؤال
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
سؤال
The ____ property of a CheckBox indicates whether a CheckBox has been checked.

A) Selected
B) This
C) Chosen
D) Checked
سؤال
The ____-side computer is the computer that will deliver the Web page to the user's computer.

A) host
B) user
C) server
D) client
سؤال
A Web page that displays information such as text and pictures with no interactivity is called a ____ Web page.

A) dynamic
B) standard
C) nonindexed
D) static
سؤال
The prefix ____ is used when naming a CheckBox object.

A) ckb
B) ckc
C) cbx
D) chk
سؤال
A graphic image can be shown on a ASP.NET 4.5 Web page by using a(n)____ object.

A) Image
B) PictureBox
C) Graphic
D) Visual
سؤال
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 ____ property of the String class determines the number of characters in the string.

A) CharNum
B) Num
C) Length
D) CharLength
سؤال
The ____ object verifies that the object on a Web form contains data.

A) EmptyObject
B) ObjectNull
C) RequiredFieldValidator
D) ObjectRequired
سؤال
Use the ____ property of the Calendar object to reference the current date.

A) Today
B) Current
C) TodaysDate
D) ThisDate
سؤال
The ____ procedure of the String class is used to remove spaces from the string.

A) TrimSpaces
B) TrimEnds
C) Trim
D) TrimEndSpaces
سؤال
The ____ property of a RequiredFieldValidator object contains the message that the user will see if invalid data has been entered on a Web form.

A) InvalidInfo
B) ValidMessage
C) ErrorMessage
D) ErrorInformationDisplay
سؤال
As shown in the accompanying figure,the ____ validation control can be used to ensure two passwords match. <strong>As shown in the accompanying figure,the ____ validation control can be used to ensure two passwords match.  </strong> A) RequiredFieldValidator B) RegularExpressionValidator C) RangeValidator D) CompareValidator <div style=padding-top: 35px>

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

A) ConvertToLower
B) LowerCaseConvert
C) ToLower
D) ToLowerCase
سؤال
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 prefix ____ is used when naming a RequiredFieldValidator object on a Web form.

A) rfv
B) fld
C) rfl
D) flv
سؤال
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 prefix ____ is used when naming a RegularExpressionValidator object on a Web form.

A) reg
B) rev
C) rgv
D) rvl
سؤال
The prefix ____ is used when naming a ValidationSummary object on a Web form.

A) vso
B) vst
C) vls
D) vsm
سؤال
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
سؤال
The ____ object should be used to ensure that the user enters data in a field.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
سؤال
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 ____ 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 ____ 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 prefix ____ is used when naming a CompareValidator object on a Web form.

A) cpv
B) cmp
C) cmv
D) cvo
سؤال
The ____ procedure converts a string value to uppercase letters.

A) ToUpper
B) ToUpperCase
C) ConvertToUpper
D) UpperCaseConvert
سؤال
ASP code is a standardized system for tagging text files to achieve font,color,graphic,and hyperlink effects on Web pages displayed in browsers.
سؤال
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
سؤال
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 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(n)table is often used to organize Web site content into columns._________________________
سؤال
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
سؤال
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
سؤال
A Web page that has no user interaction is a(n)standard Web page._________________________
سؤال
The event handler code that you write in Visual Basic for an event is executed on the client-side computer.
سؤال
To test an ASP.NET 4.5 Web application,you need Internet Information Server (IIS)or FrontPage Server Extensions installed on the computer.
سؤال
A Web form can be displayed in a standard Windows Explorer window or in a browser window.
سؤال
Web application filenames in Visual Basic 2012 can include blank spaces.
سؤال
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
سؤال
The difference between CheckBox objects and RadioButton objects is that the RadioButton object allows the user to select more than one option._________________________
سؤال
A Web page that allows users to enter information on a Web form is considered a(n)static Web page._________________________
سؤال
You need Expression Web to work with its Web pages in Visual Basic 2012.
سؤال
If you prefer to design a Web page without using the starter templates,select ASP.NET Web Site before you name the project when you create a new Web Site project._________________________
سؤال
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 master page specifies the layout,color,and text that are repeated on the actual Web pages that are displayed by the browser.
سؤال
When your Web page is ready for the world to see,you must place it on an actual Web server.
سؤال
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,tap or click ____________________ on the FILE menu,and browse to the main project folder to open the Web site.
سؤال
The Text property of a TextBox object cannot be blank in a Web form.
سؤال
You can change the color of a page by selecting the background color and foreground color tools on the ____________________ toolbar.
سؤال
The ASP.NET 4.5 technology used with Visual Basic 2012 creates a(n)____________________.
سؤال
Each validation control displays an error message if the object does not meet the specified criteria
سؤال
Visual Basic 2012 provides a starter ____________________ to assist you in designing a Web page.
سؤال
A master page is basically defined as a nondisplaying page.
سؤال
When using the RangeValidator control,if the Type property is not specified,it will be selected automatically to produce the best result.
سؤال
A master page contains the information about the layout of a page,which will be used in the creation of body pages.
سؤال
A Web page that allows users to enter information on a Web form is considered to be a(n)____________________ Web page.
سؤال
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.
سؤال
Visual Basic will automatically trim off extra spaces from the beginning and end of a string.
سؤال
Toolbox objects unique to Web application objects include Navigation objects for allowing user access.
سؤال
A master page enables the users to create the layouts of the pages quickly and conveniently across the entire Web site.
سؤال
You place objects on a Web page using a Toolbox similar to the one used for Windows applications,though its categories of tools are different.
سؤال
The CompareValidator object on a Web form can be used only to compare the value of one object to the value of another object.
سؤال
A DropDownList object on a Web form will not display the list items until a user clicks on the list arrow button.
سؤال
The RegularExpressionValidator is used to check if data entered by the user is within a specified numeric range.
سؤال
An Image object on a Web page differs from a PictureBox object in where the Image object is stored.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/112
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
A ____ page is designed to create a consistent layout for the pages in your application.

A) key
B) default
C) master
D) super
C
3
Creating a Web application is similar to creating a(n)____ application.

A) hosted
B) Windows
C) inactive
D) data-driven
B
4
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
5
A Web page that allows users to enter information is considered a(n)____ Web page.

A) dynamic
B) static
C) standard
D) interactive
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
6
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
7
If you prefer to design a Web page 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
8
The ASP.NET 4.5 technology used with Visual Basic 2012 creates a(n)____.

A) active server page
B) concatenated server post
C) interactive server party
D) interactive search post
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
9
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
10
The ____ property of a Button object contains the name of the button.

A) ID
B) ButtonTitle
C) Name
D) ButtonCaption
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
11
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
12
The ____-side computer is the computer that is requesting the Web page.

A) host
B) user
C) server
D) client
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
13
A Web ____ is a computer that stores Web documents and makes them available to users over the Internet.

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

A) ID
B) BoxTitle
C) Name
D) BoxCaption
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
15
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
16
The ____ property of a CheckBox indicates whether a CheckBox has been checked.

A) Selected
B) This
C) Chosen
D) Checked
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
17
The ____-side computer is the computer that will deliver the Web page to the user's computer.

A) host
B) user
C) server
D) client
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
18
A Web page that displays information such as text and pictures with no interactivity is called a ____ Web page.

A) dynamic
B) standard
C) nonindexed
D) static
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
19
The prefix ____ is used when naming a CheckBox object.

A) ckb
B) ckc
C) cbx
D) chk
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
20
A graphic image can be shown on a ASP.NET 4.5 Web page by using a(n)____ object.

A) Image
B) PictureBox
C) Graphic
D) Visual
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
21
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
23
The ____ object verifies that the object on a Web form contains data.

A) EmptyObject
B) ObjectNull
C) RequiredFieldValidator
D) ObjectRequired
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
24
Use the ____ property of the Calendar object to reference the current date.

A) Today
B) Current
C) TodaysDate
D) ThisDate
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
26
The ____ property of a RequiredFieldValidator object contains the message that the user will see if invalid data has been entered on a Web form.

A) InvalidInfo
B) ValidMessage
C) ErrorMessage
D) ErrorInformationDisplay
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
27
As shown in the accompanying figure,the ____ validation control can be used to ensure two passwords match. <strong>As shown in the accompanying figure,the ____ validation control can be used to ensure two passwords match.  </strong> A) RequiredFieldValidator B) RegularExpressionValidator C) RangeValidator D) CompareValidator

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

A) ConvertToLower
B) LowerCaseConvert
C) ToLower
D) ToLowerCase
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
29
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
30
The prefix ____ is used when naming a RequiredFieldValidator object on a Web form.

A) rfv
B) fld
C) rfl
D) flv
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
31
The ____ property contains the name of the object to be validated when using the RangeValidator control.

A) ControlToValidate
B) MinimumValue
C) Type
D) ControlToCompare
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
32
The prefix ____ is used when naming a RegularExpressionValidator object on a Web form.

A) reg
B) rev
C) rgv
D) rvl
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
33
The prefix ____ is used when naming a ValidationSummary object on a Web form.

A) vso
B) vst
C) vls
D) vsm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
34
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
35
The ____ object should be used to ensure that the user enters data in a field.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
36
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
37
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
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()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
39
The prefix ____ is used when naming a CompareValidator object on a Web form.

A) cpv
B) cmp
C) cmv
D) cvo
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
40
The ____ procedure converts a string value to uppercase letters.

A) ToUpper
B) ToUpperCase
C) ConvertToUpper
D) UpperCaseConvert
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
41
ASP code is a standardized system for tagging text files to achieve font,color,graphic,and hyperlink effects on Web pages displayed in browsers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
42
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
43
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
44
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
45
A(n)table is often used to organize Web site content into columns._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
46
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
47
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
48
A Web page that has no user interaction is a(n)standard Web page._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
49
The event handler code that you write in Visual Basic for an event is executed on the client-side computer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
50
To test an ASP.NET 4.5 Web application,you need Internet Information Server (IIS)or FrontPage Server Extensions installed on the computer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
51
A Web form can be displayed in a standard Windows Explorer window or in a browser window.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
52
Web application filenames in Visual Basic 2012 can include blank spaces.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
53
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
54
The difference between CheckBox objects and RadioButton objects is that the RadioButton object allows the user to select more than one option._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
55
A Web page that allows users to enter information on a Web form is considered a(n)static Web page._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
56
You need Expression Web to work with its Web pages in Visual Basic 2012.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
57
If you prefer to design a Web page without using the starter templates,select ASP.NET Web Site before you name the project when you create a new Web Site project._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
58
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
59
The master page specifies the layout,color,and text that are repeated on the actual Web pages that are displayed by the browser.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
60
When your Web page is ready for the world to see,you must place it on an actual Web server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
61
By default,each validation control displays an error message next to the object it validates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
62
To reopen a saved Visual Basic Web application,open Visual Studio,tap or click ____________________ on the FILE menu,and browse to the main project folder to open the Web site.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
63
The Text property of a TextBox object cannot be blank in a Web form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
64
You can change the color of a page by selecting the background color and foreground color tools on the ____________________ toolbar.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
65
The ASP.NET 4.5 technology used with Visual Basic 2012 creates a(n)____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
66
Each validation control displays an error message if the object does not meet the specified criteria
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
67
Visual Basic 2012 provides a starter ____________________ to assist you in designing a Web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
68
A master page is basically defined as a nondisplaying page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
69
When using the RangeValidator control,if the Type property is not specified,it will be selected automatically to produce the best result.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
71
A Web page that allows users to enter information on a Web form is considered to be a(n)____________________ Web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
72
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
73
Visual Basic will automatically trim off extra spaces from the beginning and end of a string.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
74
Toolbox objects unique to Web application objects include Navigation objects for allowing user access.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
75
A master page enables the users to create the layouts of the pages quickly and conveniently across the entire Web site.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
76
You place objects on a Web page using a Toolbox similar to the one used for Windows applications,though its categories of tools are different.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
77
The CompareValidator object on a Web form can be used only to compare the value of one object to the value of another object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
78
A DropDownList object on a Web form will not display the list items until a user clicks on the list arrow button.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
79
The RegularExpressionValidator is used to check if data entered by the user is within a specified numeric range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
80
An Image object on a Web page differs from a PictureBox object in where the Image object is stored.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 112 في هذه المجموعة.