In order to design web forms in visual


1. (TCO 1) In order to design Web forms in Visual Studio.NET, we use the _______.
Web Forms Designer
Power Designer
Solution Explorer
HTML Code Viewer
None of the above

Question 2. 2. (TCO 1) Many of the Web server controls have a _______ menu, which allows developers options to perform common tasks and setting
Smart tags
Web Style
Page Style
Format Creator
Edit

Question 3. 3. (TCO 1) The starting page for the website can be changed by _______.
right-clicking on the Web page in the Solution Explorer then left-clicking on "Set As Start Up"
changing global.asax settings
Changing web.config settings
right-clicking the "Start up" setting in the web page to start the wizard
right-clicking the web page in the Server Explorer to select the startup web page

Question 4. 4. (TCO 2) _______ allow users to select controls by keyboard shortcuts.
Alternative keys
Alternative options
Attributes
Focus controls
Access keys

Question 5. 5. (TCO 2) You can use the ________ to specify the maximum amount of characters that can be entered in a textbox. (Points : 5)
MaxLength property
Width property
Size Property
MaxSize property
Size setting in the database

Question 6. 6. (TCO 2) The CheckedChanged Event for a radio button occurs _______.
only when the radio option does not have a check mark
whenever the radio option is checked or unchecked
only when the radio button has focus
only when the radio option has a check mark
None of the above

Question 7. 7. (TCO 3) You can use ________ to track the state of each user in the application.
session stat
application state
browser cache
Web.config settings
Global.asax settings

Question 8. 8. (TCO 3) The ________ control displays the navigation as menu options.
Master Page
Tree View
Menu
Listbox
Directory

Question 9. 9. (TCO 3) _________ variables are maintained while the browser is opened. (Points : 5)
Application level
Class level
Session level
Form level
All of the above

Question 10. 10. (TCO 4) To create an SQLDataSource from the Designer, developers can _______.
drag and drop it from the Toolbox
drag and drop it from the Solution Explorer
drag and drop it from the Properties
open the SQLServer Wizard
open the DataConnection Wizard

Question 11. 11. (TCO 5) ________ is the ability for the GridView to display data one page at a time.
Paging
Instantiating
Object Oriented
Locking
Late data binding

Question 12. 12. (TCO 5) The ________ layer is used to contain the data for the application.
Presentation
Middle/Business
Database
Solution
Server

Question 13. 13. (TCO 6) Transaction objects in .NET contain methods to
only initiate a transaction.
only commit the transaction.
only roll back or revert the transaction back to the original state of the database.
initiate and commit, but not roll back, a transaction.
initiate, commit, and roll back (revert) a transaction.

Question 14. 14. (TCO 6) _________ starts the transaction process.
Begin Transaction
Commit Transaction
Rollback Transaction
Set Transaction
Process Transaction

Question 15. 15. (TCO 6) _________ reverts the changes in the database.
Commit Transaction
Rollback Transaction
Begin Transaction
Instantiate Transaction
Process Transaction

Question 16. 16. (TCO 6) _________, in transaction processing, means that managed resources survive failures. (Points : 5)
Atomicity
Consistency
Isolation
Durability
None of the above

(TCO 7) You need _______ in order to add one or more Views to a control.)
a Wizard control
the View property set to True
the MultiView property set to True
the ViewOn property set to True
a MultiView control

Question 2. 2. (TCO 7) A _________ control can be implemented to allow users to step through a process.
Wizard
GridView
Command
Transaction
MutliView

Question 3. 3. (TCO 7) The _________ part of ASP.NET Web pages can contain a combination of Web controls, user controls, and HTML syntax.
Code dialog
Object
Executable
Signal
HTML

Question 4. 4. (TCO 9) SMTP sends e-mails in _______ format.
either text or binary
text
binary
FTP
telnet

Question 5. 5. (TCO 9) A _______ is a web page that can be easily customized by users.
portal
site map
web form
wizard
GridView

Question 6. 6. (TCO 9) The ________ file controls the configuration of the ASP.Net Web application.
Web.config
Server
Project Start
Project Settings
global.asax

Question 7. 7. (TCO 1) An absolute URL is
the complete URL including the domain of the site.
the file's name located on the current site.
the hard drive path located on the current site's system.
the path which is displayed in the system.ini.
None of the above

Question 8. 8. (TCO 1) When you bind a dropdown list to a data grid, the system will _______.
prevent other users from seeing the dat
automatically display the data retrieved by the data source
prevent other users from overwriting the data
automatically lock the data source from intruders
None of the above

Question 9. 9. (TCO 1) A _________ is a website that is located on your local computer.
virtual web application
local hard drive application
fully qualified web application
local recursive website
local IIS website

Question 10. 10. (TCO 2) You can use the ________ to specify the maximum amount of characters that can be entered in a textbox.
Web.config
validators
Global.asax
MaxLength property
Size property

Question 11. 11. (TCO 2) You can use the ________ to specify the width of a textbox in characters.
TextMode
Size attribute
Columns property
Rows property
MaxLength

Question 12. 12. (TCO 2) The Rows and SelectionMode properties apply to _______.
listboxes
dropdowns
GridViews
calendars
validators

Question 13. 13. (TCO 3) You can use ________ to track the state of each user in the application.
Trace log
Server log
Web.config file
Global.asax file
Session state

Question 14. 14. (TCO 3) ________ values are stored in the memory of the ASP.NET process.
InProc
StateServer
SQL Server
Cookie
All of the above

Question 15. 15. (TCO 9) In IIS, you can create a _____ directory, which points to a location other then the directory you create for the project.
temporary
virtual
permanent
local
standard

Describe three components found in a web system.

Describe the differences between Web Controls and HTML controls.

Describe one type of variable or method that can be used to exchange data between web pages.

List and briefly describe the four elements most commonly specified in a database connection string.

List and describe three properties of the ADO.NET Command object

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: In order to design web forms in visual
Reference No:- TGS0608358

Expected delivery within 24 Hours