Deck 9: Web Applications

ملء الشاشة (f)
exit full mode
سؤال
Developing Web applications requires only a Web client;a Web server is optional.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A Web Form created in Visual Basic has two distinct pieces,the HTML and instructions needed to render the page,and the Visual Basic code.
سؤال
FTP sites cannot be used to create a new Web site.
سؤال
Web Forms in Visual Basic use ASP.NET.
سؤال
Creating a Web site or a Web Project requires the programmer to write HTML code.
سؤال
The file in a Web project with the aspx.vb extension contains the Visual Basic code.
سؤال
A Web Form generates a file with an .aspx extension that stores the HTML code.
سؤال
Web Forms must be stored in the C:\WebSite folder.
سؤال
A Web server can be either remote or on the local machine.
سؤال
Visual Studio Web server and IIS are softwares that will allow the development machine to function as a server.
سؤال
A network within a company is called an intranet.
سؤال
Select "New Project",then "Empty Web Project" from the New Project dialog to create a Web Forms project from Visual Web Developer 2010 Express Edition or the full version of Visual Studio 2010.
سؤال
Web applications are referred to as Web sites or Web Projects in Visual Studio 2010.
سؤال
In Visual Basic,you use Windows forms as the interface in Windows projects,and Web Forms as the interface for Web projects.
سؤال
Web applications created using the Visual Studio Web server can be transferred to IIS using the tools in the IDE.
سؤال
The Visual Studio Web server is installed automatically when you install Visual Web Developer or Visual Studio.
سؤال
Visual Web Developer requires that Web pages and associated files be stored in the C:\inetpub\wwwroot folder on the local computer.
سؤال
A Web Form is also called a Web document or a Web page.
سؤال
A Web Form created in Visual Basic can only be displayed in Internet Explorer.
سؤال
Windows Explorer and Internet Explorer are Web browsers.
سؤال
HTTP is the protocol used to send and receive Web pages over the Internet using standardized request and response messages.
سؤال
When you place an object on a Web Form using absolute positioning,you cannot move the object.
سؤال
XML is entirely text based and can pass through firewalls.
سؤال
You can add HTML controls and ASP.NET server controls to a Web page.
سؤال
Two files make up a Web Form,the .aspx file and the .aspx.vb file.
سؤال
A Web Form can display in _______.

A)a browser
B)Internet Explorer
C)Netscape Navigator
D)All of these
سؤال
Setting the Title property of a Web Form will make that text appear in the title bar of the browser when you run the application.
سؤال
A Web Form displays as a document in a(n)_______.

A)browser
B)intranet
C)Web client
D)Web server
سؤال
HTML controls operate only on the client and pass text to the server and back as static text.
سؤال
Which of the following is NOT a browser application?

A)FireFox
B)Windows Explorer
C)Internet Explorer
D)Netscape Navigator
سؤال
You can use a CompareValidator control to make sure a value input by the user into a text box falls within a specific range.
سؤال
Add an HTML table to a Web Form if you want to have more control over the placement of elements on the Web page.
سؤال
Windows controls have a Click event and Web controls have a Press event.
سؤال
Module-level variables in a Web site retain their values until the project ends,just like module-level variables in a Windows application.
سؤال
Web Forms have a Form_Load event just like Windows forms.
سؤال
The NavigateURL control can be used for navigating from one Web page to another.
سؤال
AJAX is a feature that can only be used for Web pages which will run in Internet Explorer.
سؤال
Cascading Style Sheets can be used to create,modify,and apply styles to single elements on a Web page,one entire page,all pages of an application,or all applications of an organization.
سؤال
Validator controls are run on the client-side,so the page does not have to be submitted to the server for input validation.
سؤال
Web projects created using File System Web sites or Web Projects can be moved from one computer to another and will run without modifications.
سؤال
The acronym,CSS,stands for _______.

A)Computerized Sheet Styles
B)Catalog Style Sheets
C)Complete Sheet Selector
D)Cascading Style Sheet
سؤال
Web browsers display pages written in _______.

A)HTML
B)ASP.NET
C)XML
D)SOAP
سؤال
Use the _______ on a Web Form to compare the values in two controls.

A)RangeValidator
B)CompareValidator
C)RequiredFieldValidator
D)RegularExpressionValidator
سؤال
HTML Web pages are _______.

A)dynamic
B)stateless
C)servers
D)browsers
سؤال
A CSS can be used to _______.

A)convert text to a table
B)convert a table to text
C)apply or manage styles
D)save module-level variables on a Web Form
سؤال
A _______ occurs each time a Web page is displayed,or redisplayed.

A)postback
B)viewstate
C)stateback
D)stateless
سؤال
When a control is placed on a Web page in a specific position,it is called _______.

A)X,Y Positioning
B)Absolute Positioning
C)Page Rendering
D)Page_Loading
سؤال
The _______ control is an ASP.NET validator control that requires a user to enter something in the control.

A)RangeValidator
B)CompareValidator
C)RequiredFieldValidator
D)RegularExpressionValidator
سؤال
The Web application file that holds the Visual Basic code for a given web form is the _______ file.

A)HTML
B)aspx
C)aspx.vb
D)asp
سؤال
A _______ control allows you to enter an absolute URL into the NavigateURL property.

A)UniversalResourceLocator
B)HyperText
C)HyperLink
D)NavigatePages
سؤال
Any Web page that uses AJAX features _______.

A)must include a ScriptManager component
B)can only display in Internet Explorer
C)will automatically store the values of module-level variables on each postback
D)will redraw the entire page each time it is displayed
سؤال
_______ controls are the standard HTML elements that operate only on the client side.You cannot write any server-side programming logic for these controls.

A)HTML
B)Navigation
C)Validation
D)Data
سؤال
When you are creating a Web Project,you click on the _______ in order to view the HTML code.

A)Source tab
B)Solution Explorer
C)Default page
D)Design tab
سؤال
Web controls have a(n)_______ property which,when set to True,indicates that you want the server to send the control's contents back with the page.

A)EnableViewState
B)ViewState
C)Enabled
D)State
سؤال
Add elements to a Web page in a manner similar to writing text in a _______.

A)word processor
B)spreadsheet
C)Paint program
D)Web browser
سؤال
To make a button display "Press Me" on a Web Form,you must set the button's _______ property.

A)Image
B)ID
C)Text
D)Message
سؤال
Windows controls have a Name property,but Web controls call this the _______ property.

A)IIS
B)WebName
C)Identity
D)ID
سؤال
Which of the following is NOT software that allows a development machine to act as a Web server?

A)Internet Explorer
B)Visual Studio Web server
C)Internet Information Services (IIS)
D)All of these are Web server software
سؤال
Windows forms have a Form_Load event,and Web Forms have an equivalent _______ event.

A)Page_Initialize
B)Form_Load
C)WebForm_Load
D)Page_Load
سؤال
The Web application file that holds the specifications for the user interface that are used by the server to render the page is the _______ file.

A)HTML
B)aspx
C)aspx.vb
D)asp
سؤال
_______ is the acronym for the popular tag-based notation used to define data and its format,and transmit the data over the Web.

A)XML
B)SOAP
C)HTML
D)WSDL
سؤال
_______ is an XML-based protocol for exchanging component information among distributed systems of many different types.

A)ASP
B)SOAP
C)URL
D)HTML
سؤال
What are the functions of the server and client in a Web application?
سؤال
Two files are created for a Web Form.Identify the file extensions and describe the purpose of each file.
سؤال
________ is an acronym for a document using specific syntax that defines how a Web service behaves and how clients interact with the service.

A)XML
B)SOAP
C)HTML
D)WSDL
سؤال
_______ is the protocol used to send and receive Web pages over the Internet using standardized request and response messages.

A)XML
B)SOAP
C)HTTP
D)WSDL
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/66
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 9: Web Applications
1
Developing Web applications requires only a Web client;a Web server is optional.
False
2
A Web Form created in Visual Basic has two distinct pieces,the HTML and instructions needed to render the page,and the Visual Basic code.
True
3
FTP sites cannot be used to create a new Web site.
True
4
Web Forms in Visual Basic use ASP.NET.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
5
Creating a Web site or a Web Project requires the programmer to write HTML code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
6
The file in a Web project with the aspx.vb extension contains the Visual Basic code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
7
A Web Form generates a file with an .aspx extension that stores the HTML code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
8
Web Forms must be stored in the C:\WebSite folder.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
9
A Web server can be either remote or on the local machine.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
10
Visual Studio Web server and IIS are softwares that will allow the development machine to function as a server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
11
A network within a company is called an intranet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
12
Select "New Project",then "Empty Web Project" from the New Project dialog to create a Web Forms project from Visual Web Developer 2010 Express Edition or the full version of Visual Studio 2010.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
13
Web applications are referred to as Web sites or Web Projects in Visual Studio 2010.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
14
In Visual Basic,you use Windows forms as the interface in Windows projects,and Web Forms as the interface for Web projects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
15
Web applications created using the Visual Studio Web server can be transferred to IIS using the tools in the IDE.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
16
The Visual Studio Web server is installed automatically when you install Visual Web Developer or Visual Studio.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
17
Visual Web Developer requires that Web pages and associated files be stored in the C:\inetpub\wwwroot folder on the local computer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
18
A Web Form is also called a Web document or a Web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
19
A Web Form created in Visual Basic can only be displayed in Internet Explorer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
20
Windows Explorer and Internet Explorer are Web browsers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
21
HTTP is the protocol used to send and receive Web pages over the Internet using standardized request and response messages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
22
When you place an object on a Web Form using absolute positioning,you cannot move the object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
23
XML is entirely text based and can pass through firewalls.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
24
You can add HTML controls and ASP.NET server controls to a Web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
25
Two files make up a Web Form,the .aspx file and the .aspx.vb file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
26
A Web Form can display in _______.

A)a browser
B)Internet Explorer
C)Netscape Navigator
D)All of these
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
27
Setting the Title property of a Web Form will make that text appear in the title bar of the browser when you run the application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
28
A Web Form displays as a document in a(n)_______.

A)browser
B)intranet
C)Web client
D)Web server
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
29
HTML controls operate only on the client and pass text to the server and back as static text.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
30
Which of the following is NOT a browser application?

A)FireFox
B)Windows Explorer
C)Internet Explorer
D)Netscape Navigator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
31
You can use a CompareValidator control to make sure a value input by the user into a text box falls within a specific range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
32
Add an HTML table to a Web Form if you want to have more control over the placement of elements on the Web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
33
Windows controls have a Click event and Web controls have a Press event.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
34
Module-level variables in a Web site retain their values until the project ends,just like module-level variables in a Windows application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
35
Web Forms have a Form_Load event just like Windows forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
36
The NavigateURL control can be used for navigating from one Web page to another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
37
AJAX is a feature that can only be used for Web pages which will run in Internet Explorer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
38
Cascading Style Sheets can be used to create,modify,and apply styles to single elements on a Web page,one entire page,all pages of an application,or all applications of an organization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
39
Validator controls are run on the client-side,so the page does not have to be submitted to the server for input validation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
40
Web projects created using File System Web sites or Web Projects can be moved from one computer to another and will run without modifications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
41
The acronym,CSS,stands for _______.

A)Computerized Sheet Styles
B)Catalog Style Sheets
C)Complete Sheet Selector
D)Cascading Style Sheet
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
42
Web browsers display pages written in _______.

A)HTML
B)ASP.NET
C)XML
D)SOAP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
43
Use the _______ on a Web Form to compare the values in two controls.

A)RangeValidator
B)CompareValidator
C)RequiredFieldValidator
D)RegularExpressionValidator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
44
HTML Web pages are _______.

A)dynamic
B)stateless
C)servers
D)browsers
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
45
A CSS can be used to _______.

A)convert text to a table
B)convert a table to text
C)apply or manage styles
D)save module-level variables on a Web Form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
46
A _______ occurs each time a Web page is displayed,or redisplayed.

A)postback
B)viewstate
C)stateback
D)stateless
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
47
When a control is placed on a Web page in a specific position,it is called _______.

A)X,Y Positioning
B)Absolute Positioning
C)Page Rendering
D)Page_Loading
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
48
The _______ control is an ASP.NET validator control that requires a user to enter something in the control.

A)RangeValidator
B)CompareValidator
C)RequiredFieldValidator
D)RegularExpressionValidator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
49
The Web application file that holds the Visual Basic code for a given web form is the _______ file.

A)HTML
B)aspx
C)aspx.vb
D)asp
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
50
A _______ control allows you to enter an absolute URL into the NavigateURL property.

A)UniversalResourceLocator
B)HyperText
C)HyperLink
D)NavigatePages
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
51
Any Web page that uses AJAX features _______.

A)must include a ScriptManager component
B)can only display in Internet Explorer
C)will automatically store the values of module-level variables on each postback
D)will redraw the entire page each time it is displayed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
52
_______ controls are the standard HTML elements that operate only on the client side.You cannot write any server-side programming logic for these controls.

A)HTML
B)Navigation
C)Validation
D)Data
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
53
When you are creating a Web Project,you click on the _______ in order to view the HTML code.

A)Source tab
B)Solution Explorer
C)Default page
D)Design tab
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
54
Web controls have a(n)_______ property which,when set to True,indicates that you want the server to send the control's contents back with the page.

A)EnableViewState
B)ViewState
C)Enabled
D)State
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
55
Add elements to a Web page in a manner similar to writing text in a _______.

A)word processor
B)spreadsheet
C)Paint program
D)Web browser
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
56
To make a button display "Press Me" on a Web Form,you must set the button's _______ property.

A)Image
B)ID
C)Text
D)Message
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
57
Windows controls have a Name property,but Web controls call this the _______ property.

A)IIS
B)WebName
C)Identity
D)ID
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
58
Which of the following is NOT software that allows a development machine to act as a Web server?

A)Internet Explorer
B)Visual Studio Web server
C)Internet Information Services (IIS)
D)All of these are Web server software
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
59
Windows forms have a Form_Load event,and Web Forms have an equivalent _______ event.

A)Page_Initialize
B)Form_Load
C)WebForm_Load
D)Page_Load
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
60
The Web application file that holds the specifications for the user interface that are used by the server to render the page is the _______ file.

A)HTML
B)aspx
C)aspx.vb
D)asp
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
61
_______ is the acronym for the popular tag-based notation used to define data and its format,and transmit the data over the Web.

A)XML
B)SOAP
C)HTML
D)WSDL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
62
_______ is an XML-based protocol for exchanging component information among distributed systems of many different types.

A)ASP
B)SOAP
C)URL
D)HTML
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
63
What are the functions of the server and client in a Web application?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
64
Two files are created for a Web Form.Identify the file extensions and describe the purpose of each file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
65
________ is an acronym for a document using specific syntax that defines how a Web service behaves and how clients interact with the service.

A)XML
B)SOAP
C)HTML
D)WSDL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
66
_______ is the protocol used to send and receive Web pages over the Internet using standardized request and response messages.

A)XML
B)SOAP
C)HTTP
D)WSDL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 66 في هذه المجموعة.