VB FINAL Flashcards
A(n) ____ form is a page displayed in a browser that requests data from the user.
1) ASP
2) ISP
3) Web
4) indexed
3) Web
A Web ____ is a computer that stores Web documents and makes them available to users over the Internet.
1) server
2) broadband
3) client
4) baseline
1) server
A Web page that displays information such as text and pictures with no interactivity is called a ____ Web page.
1) standard
2) dynamic
3) static
4) nonindexed
3) static
A Web page that allows users to enter information is considered a(n) ____ Web page.
1) static
2) interactive
3) standard
4) dynamic
4) dynamic
Creating a Web application is similar to creating a(n) ____ application.
1) data-driven
2) Windows
3) inactive
4) hosted
2) Windows
The ____-side computer is the computer that will deliver the Web page to the user’s computer.
1) user
2) host
3) client
4) server
4) server
The ____-side computer is the computer that is requesting the Web page.
1) server
2) user
3) client
4) host
3) client
The ASP.NET 4.0 technology used with Visual Basic 2010 creates a(n) ____.
1) interactive search post
2) concatenated server post
3) active server page
4) interactive server party
3) active server page
The ____ file is a master page file that provides an overall layout for the site with headers, buttons, and footers.
1) Page.template
2) Site.master
3) Index.template
4) Default.htm
2) Site.master
A ____ page is designed to create a consistent layout for the pages in your application.
1) master
2) default
3) key
4) super
1) master
If you change the color or title of a ____ page, all the pages in the site will reflect that same color and title.
1) master
2) super
3) key
4) default
1) master
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.
1) No template
2) ASP.NET Empty Web Site
3) Without Master Page
4) all of the above
2) ASP.NET Empty Web Site
A graphic image can be shown on a ASP.NET 4.0 Web form by using a(n) ____ object.
1) Image
2) Graphic
3) Visual
4) PictureBox
1) Image
The ____ property of a Button object contains the name of the button.
1) Name
2) ButtonTitle
3) ID
4) ButtonCaption
3) ID
The name of a CheckBox object is stored in its ____ property.
1) ID
2) Name
3) BoxCaption
4) BoxTitle
1) ID