(TCO 1)In order to design Web forms in Visual Studio.NET, we use the _______.

 

(TCO 1)In order to design Web forms in Visual Studio.NET, we use the _______.

 

https://homeworklance.com/answers/tco-1in-order-to-design-web-forms-in-visual-studio-net-we-use-the-_______/

 

We do custom work 100% original and plagiarism free .If you need help in any assignment just send us requirements with a time limit ,we will quote a price and after your confirmation ,we start working on your assignment .An original work ready for submission provided to you . Email us your requirements at Info.homeworklance@gmail.com

 

 

Description

 

1. (TCO 1)In order to design Web forms in Visual Studio.NET, we use the _______. (Points : 5)

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 settings. (Points : 5)

Smart tags

Web Style

Page Style

Format Creator

Edit

 

Question 3. 3. (TCO 1) The starting page for the website can be changed by _______. (Points : 5)

right-clicking on the Web page in the Solution Explorer then left-clicking on ‘Set As Start Up’

changingglobal.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. (Points : 5)

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 _______. (Points : 5)

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. (Points : 5)

session state

application state

browser cache

Web.config settings

Global.asax settings

 

Question 8. 8. (TCO 3) The ________ control displays the navigation as menu options. (Points : 5)

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 _______. (Points : 5)

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. (Points : 5)

Paging

Instantiating

Object Oriented

Locking

Late data binding

 

Question 12. 12. (TCO 5) The ________ layer is used to contain the data for the application. (Points : 5)

Presentation

Middle/Business

Database

Solution

Server

 

Question 13. 13. (TCO 6) Transaction objects in .NET contain methods to (Points : 5)

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. (Points : 5)

Begin Transaction

Commit Transaction

Rollback Transaction

Set Transaction

Process Transaction

 

Question 15. 15. (TCO 6) _________ reverts the changes in the database. (Points : 5)

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. (Points : 5)

a Wizard control

the View property set to True

theMultiView property set to True

theViewOn property set to True

aMultiView control

 

Question 2. 2. (TCO 7) A _________ control can be implemented to allow users to step through a process. (Points : 5)

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. (Points : 5)

Code dialog

Object

Executable

Signal

HTML

 

Question 4. 4. (TCO 9) SMTP sends e-mails in _______ format. (Points : 5)

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. (Points : 5)

portal

site map

web form

wizard

GridView

 

Question 6. 6. (TCO 9) The ________ file controls the configuration of the ASP.Net Web application. (Points : 5)

Web.config

Server

Project Start

Project Settings

global.asax

 

Question 7. 7. (TCO 1) An absolute URL is (Points : 5)

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 _______. (Points : 5)

prevent other users from seeing the data

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. (Points : 5)

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. (Points : 5)

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. (Points : 5)

TextMode

Size attribute

Columns property

Rows property

MaxLength

 

Question 12. 12. (TCO 2) The Rows and SelectionMode properties apply to _______. (Points : 5)

listboxes

dropdowns

GridViews

calendars

validators

 

Question 13. 13. (TCO 3) You can use ________ to track the state of each user in the application. (Points : 5)

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. (Points : 5)

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. (Points : 5)

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.

Post a Comment

Homeworklance.com is a online homework help, Complete Course Material, Entire Course, Essay Writing, Homework Answers, UOP, Ashford Courses, All weeks DQS, hw help

Previous Post Next Post